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

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

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