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

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

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