Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dcavalei/nibbler
https://github.com/dcavalei/nibbler
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dcavalei/nibbler
- Owner: dcavalei
- License: mit
- Created: 2024-05-23T16:08:22.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-07T17:52:09.000Z (6 months ago)
- Last Synced: 2024-06-08T18:14:16.176Z (5 months ago)
- Language: C++
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nibbler
TODO
## Install Dependencies (Ubuntu 22.04)
### OpenGL -> freeglut3
```shell
sudo apt update
sudo apt install freeglut3 freeglut3-dev
```### Place Holder
## How to build
```shell
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=
cmake --build . --target all## How to Play
# ./nibbler/src/nibbler ./nibbler/lib/opengl-plugin/libopengl-plugin.so ./nibbler/lib/opengl-plugin/libopengl-plugin.so ./nibbler/lib/opengl-plugin/libopengl-plugin.so
# Look at the terminal to understand the game state, there's no graphics yet.
# Press Enter twice. Use ASDW keys to play.
```