Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brycestevenwilley/forest_game
A port of No Man's Forest to Mac
https://github.com/brycestevenwilley/forest_game
game mac-osx procedural-generation video-game
Last synced: about 1 month ago
JSON representation
A port of No Man's Forest to Mac
- Host: GitHub
- URL: https://github.com/brycestevenwilley/forest_game
- Owner: BryceStevenWilley
- Created: 2016-12-16T05:02:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-04T05:11:45.000Z (over 6 years ago)
- Last Synced: 2024-10-16T10:21:37.197Z (3 months ago)
- Topics: game, mac-osx, procedural-generation, video-game
- Language: C++
- Size: 12.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Forest
Forest is an generative exploration game: as you wander in new directions, the
world is created based on what you showed preference for before.Forest is a port of a hackathon project I did on the Oculus
(https://github.com/BrownRiceRice/oculus-hackrice16).![A preview image of the game](Resources/images/readme-preview.png)
## Installation
Requires the following packages:
```
sudo apt-get install libfreetype6-dev libglfw3-dev libglew-dev libyaml-cpp-dev
```