/LazerTanks

Simple C game

Primary LanguageC

Lazer Tanks

screenshot

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

Install

git clone https://github.com/Erarnitox/LazerTanks
cd LazerTanks
make

Run

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