swrh / marius

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:C++ 92.6%Language:CMake 7.4%