This is a small game written in ANSI C.
The sole purpose of this game is a demonstration of how to use OOP paradigms to structure a program in pure C
git clone https://github.com/Erarnitox/LazerTanks
cd LazerTanks
make
This is an example of how to start the game with a map size of 25x25, the player positioned at (5,3) facing right and the enemy positioned at (10,10) facing upwards.
./laserTanks 25 25 5 3 r 10 10 u