Skip to content

Latest commit

 

History

History
41 lines (35 loc) · 1.41 KB

README.md

File metadata and controls

41 lines (35 loc) · 1.41 KB

t_rex_runner v0.4.4

Stay tuned for the development of the ROS-compatible dinosaur game! 👻


Quick start

For Ubuntu

$ ./standalone_ubuntu.out

For Windows

$ standalone_win.exe

Setup SDL2

For Ubuntu

$ sudo apt-get install libsdl2-dev
$ sudo apt-get install libsdl2-image-dev libsdl2-mixer-dev libsdl2-net-dev

For Windows (MinGW)

Please refer to the following article.

Build & Run

For Ubuntu

$ sudo bash build.sh
$ ./t_rex_runner.out

For Windows (MinGW)

$ g++ game_node.cpp -IC:\mingw_dev_lib\include\SDL2 -LC:\mingw_dev_lib\lib -w -Wl,-subsystem,windows -lmingw32 -lSDL2main -lSDL2 -o t_rex_runner
$ t_rex_runner.exe