Small arkanoid techno demo game written on C#. Classic arkanoid game where you can find collectables and couple of different block types. Used flexible architecture (Based on state-machine & services system with zenject)
A game where player controls the base increases his army and plays against bots with different behaviors. Base contains buildings, resources, and an army. The action takes place on the 15x15-30x30 map where each player has 5 buildings at his disposal and can improve them. During the game you can increase your base by capturing free space on the map. Each player can attack any of enemy bases. Bots are not always aggressive to the player. When a player attacks he chooses the number and type of units with which he attacks. On a successful attack the enemy base is destroyed and the attacker receives a reward. Otherwise attack squad is dies.
MVP project extension for rts-core written in C# with unity 2021.3.8f1.