Local fast-pace multiplayer game with vehicles generating walls and launching rockets !

DricomDragon 1068572790 Remove Microsoft Windows end of line 4 tahun lalu
Polices 0d213c1f5f Import source code from old project 4 tahun lalu
Sons 0d213c1f5f Import source code from old project 4 tahun lalu
Spawns 0d213c1f5f Import source code from old project 4 tahun lalu
Textures 0d213c1f5f Import source code from old project 4 tahun lalu
powers 1068572790 Remove Microsoft Windows end of line 4 tahun lalu
.gitignore a69028c6ae Ignore C++ files and GNU/Make output 4 tahun lalu
Collisions.cpp 1068572790 Remove Microsoft Windows end of line 4 tahun lalu
Collisions.h 1068572790 Remove Microsoft Windows end of line 4 tahun lalu
Liner.cpp 1068572790 Remove Microsoft Windows end of line 4 tahun lalu
Liner.h 1068572790 Remove Microsoft Windows end of line 4 tahun lalu
Power.cpp 1068572790 Remove Microsoft Windows end of line 4 tahun lalu
Power.h 1068572790 Remove Microsoft Windows end of line 4 tahun lalu
README.md f218819fae Create README with build instructions 4 tahun lalu
Sounderer.cpp 1068572790 Remove Microsoft Windows end of line 4 tahun lalu
Sounderer.h 1068572790 Remove Microsoft Windows end of line 4 tahun lalu
SpriteLoader.cpp 1068572790 Remove Microsoft Windows end of line 4 tahun lalu
SpriteLoader.h 1068572790 Remove Microsoft Windows end of line 4 tahun lalu
Starter.cpp 1068572790 Remove Microsoft Windows end of line 4 tahun lalu
Starter.h 1068572790 Remove Microsoft Windows end of line 4 tahun lalu
TextRender.cpp 1068572790 Remove Microsoft Windows end of line 4 tahun lalu
TextRender.h 1068572790 Remove Microsoft Windows end of line 4 tahun lalu
config.txt 0d213c1f5f Import source code from old project 4 tahun lalu
gestionFichiers.cpp 1068572790 Remove Microsoft Windows end of line 4 tahun lalu
gestionFichiers.h 1068572790 Remove Microsoft Windows end of line 4 tahun lalu
intToStr.cpp 1068572790 Remove Microsoft Windows end of line 4 tahun lalu
intToStr.h 1068572790 Remove Microsoft Windows end of line 4 tahun lalu
jeu.cpp 1068572790 Remove Microsoft Windows end of line 4 tahun lalu
jeu.h 1068572790 Remove Microsoft Windows end of line 4 tahun lalu
main.cpp 1068572790 Remove Microsoft Windows end of line 4 tahun lalu
makefile 0a195bc5c3 Make project compilable under Ubuntu 4 tahun lalu
traitement.cpp 1068572790 Remove Microsoft Windows end of line 4 tahun lalu
traitement.h 1068572790 Remove Microsoft Windows end of line 4 tahun lalu

README.md

Mighty Liners 1

Local fast-pace multiplayer game with vehicles generating walls and launching rockets !

Build

You need make and SDL1 to build this project.

Example on Ubuntu :

$ sudo apt install make g++ libsdl-dev libsdl-ttf2.0-dev libsdl-mixer1.2-dev
$ make

To execute :

$ make exec