A simple ncurses-based action-puzzle game.
- animated ASCII graphics
- map generation based on 2D Perlin noise
- high score tracking
- GNU/Linux
- macOS (tested on High Sierra 10.13)
- Windows 10 (using Windows Subsystem for Linux)
- Cygwin (WIP support coming soon, hopefully)
- Probably more, feel free to test and contribute!
Requires the ncurses development libraries to build and run. Check your operating system documentation for instructions on installing ncurses if you need it - you probably already have it.
Build just like:
$ export CC=gcc
$ make all
Note you can use clang instead if you wish.
Read the help menu first!
$ ./bin/bugworld --help
You can install the bugworld
executable anywhere
once it is compiled.
- BugWorld writes score information to the file
.bugworldscore
in your home folder
This project is released under the MIT License - see the LICENSE file for details.
See the CONTRIBUTING.md file for details.