Project Description
Built in Unity Engine.
This game is a combination of board and action game.
This game is build with the inspiration of cards and war game.
The game begins with a card scene where players draw cards at random. These cards will then determine the type and number of soldiers that players can use against their enemies during the game..
On the cards, the Heart represents the Achers, the Diamond represents the Knight, the Club represents the Soldier of Clubs and the Spade represents the Soldier with the Lance.
For example, if my card shows the 3 of spades, it means I have 3 knights fighting against the value and type of the opponent's card.
My Experience
It was a group project and my very first game.
In this project, I primarily worked on the card scene, the maps, and the AI-controlled enemies.
This project allowed me to learn a lot about AI, lighting, textures and materials in Unity, and this game was the starting point of my journey as a developer.
My intensive use of C# in this project extends considerably into object-oriented programming (OOP).