Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hilkojj/bleepbloopbleep
https://github.com/hilkojj/bleepbloopbleep
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hilkojj/bleepbloopbleep
- Owner: hilkojj
- Created: 2019-12-01T13:32:27.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-10T22:45:41.000Z (about 5 years ago)
- Last Synced: 2024-11-09T09:44:08.674Z (3 months ago)
- Language: C
- Homepage: https://hilkojj.github.io/bleepbloopbleep/game.html
- Size: 391 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Thanks to Timo Strating for helping with marching cubes. ([his project](https://github.com/timostrating/TinyPokemonWorld))
## Usage
Fork/clone this repository.
run `python3 initialize_project.py` to download dependencies.
### Compile for Desktop
`cd desktop`
`cmake .` (only the first time, and everytime you add new files)
`make`
`cd ..`
`./desktop/out/game`
### Compile for HTML/Web
**NOTE**: [install Emscripten first](https://emscripten.org/docs/getting_started/downloads.html)
`cd html`
`emconfigure cmake .` (only the first time, and everytime you add new files)
`make`
`emrun out/game.html`