/t_rex_runner

ROS compatible T-Rex runner from Google Chrome.

Primary LanguageC++Apache License 2.0Apache-2.0

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