Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gamemake-eng/doge-machine
- Owner: gamemake-eng
- Created: 2021-05-02T13:26:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-02T13:46:44.000Z (over 3 years ago)
- Last Synced: 2023-11-02T00:33:42.156Z (about 1 year ago)
- Language: C
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
*a simple game made with raylib*
# compile from source
what you will need
* raylib
* cmake
* make
* gcchow to compile
```cd doge-machine
cmake CMakeLists.txt
./run.sh or make PLATFORM=PLATFORM_DESKTOP
./c_me