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

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

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