Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dcavalei/nibbler


https://github.com/dcavalei/nibbler

Last synced: 14 days ago
JSON representation

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.
```