I have been doing a course with Alex Andreasen in C# with focus on all the elements of OOP(Object Oriented Programming). We made a small videogame where we can control a character in CMD.
- S is a Sword which increases the player attack damage
- E is an Enemy and e is when the enemy is dead.
- C is a chest that can be looted.
- I is a item that can be looted.
- 2 is a second player that can be controlled.
The game does include sound effects that has been doMade a game with sound effects and movements in the Commando Prompt.
Throughout the courses did Alex Introduce me to Unity since Unity operates with object oriented programming and uses C# aswell. We developed the controls so the character moves around by using WASD and a gamepad(Xbox controller).