/marius

Primary LanguageC++

Marius

The simplest platform game that could be possibly made.

Building

$ sudo apt install -y libsdl2-dev libsdl2-image-dev libboost-all-dev
$ mkdir build
$ cd build
$ cmake ..
$ make

In MacOS:

$ brew install cmake boost sdl2 sdl2_image binutils
$ mkdir build
$ cd build
$ cmake ..
$ make

Running

$ ./marius

Assets

The assets were downloaded from the following places:

Resources

Here are links to some resourceful materials that can be used to improve the game.