Skip to content

A 2D network tank game, with several type of tanks, bonuses and bots.

License

Notifications You must be signed in to change notification settings

BiarnGamer/tanks_game

Repository files navigation

Tanks Game

A 2D network tank game, with several type of tanks, bonuses and bots.

Compilation

Extract all files of the zip archive, move into the game folder and execute make.

Execution

Server

Go into the game folder and execute :

./server number_of_players [enable_fog]

number_of_players : an integer meaning the number of players for the game

enable_fog : 1 to enable fog

Players

Go into the game folder and execute :

./tank ip_server

ip_server : ip address or name of the game server

Note : the server must be running.

Bot

A bot is a computer controlled gamer. Go into the game folder and execute :

./bot ip_server

ip_server : ip address or name of the game server

Note : the server must be running.

About

A 2D network tank game, with several type of tanks, bonuses and bots.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published