Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gamemake-eng/doge-machine

a very simple game made with raylib
https://github.com/gamemake-eng/doge-machine

Last synced: about 1 month ago
JSON representation

a very simple game made with raylib

Awesome Lists containing this project

README

        

*a simple game made with raylib*

# compile from source

what you will need

* raylib
* cmake
* make
* gcc

how to compile
```cd doge-machine
cmake CMakeLists.txt
./run.sh or make PLATFORM=PLATFORM_DESKTOP
./c_me