Blog


Updates 15/7/2024

1)Tests script I created the logic to run unit tests from powershell inside visual studio, without the need to run them via Unity. With the help of Chatgpt I wrote a powershell script that runs the tests, saves results in an xml file, parses the file and outputs to the console the results. Now with…

Text Based Game(C++): CatchEmAll

Link to github: https://github.com/coffee-enthusiast/CatchEmAll A micro-version of Pokemon made in C++!! In Order the player to travel to different locations with different actions available there I implemented a State Machine with each state representing each location(ie. Arena, Doctor, Gym, etc.) When player changes location the following code gets executed: Here is what the Home location…

Indie Game Jam: John was sleeping

I took part to the game jam in late 2021.

Link to itchio: https://marios-vas.itch.io/john-was-sleeping

Game mechanics that I implemented:

Movement(Driving, Walking)Camera rotationBomb diffusionSelect button/cableClick button/cableHold input in memory/ check input if correct

Each bomb object has a script attached to it that holds user’s input and checks if input is correct. If input is…


Follow My Blog

Get new content delivered directly to your inbox.