Into the Woods
A game about a quest from the office to the woods
You reach your third decade working in your office job, and you can't do it anymore. So, you leave everything and everyone you know and enter the wilderness...
Overview
Into the Woods is an open-world tile-based game, where spending enough time in the woods means winning the game. See the WIP design doc for more info.
Installation
There are currently no releases of the game, as it is in very early development.
Development setup
This game is built in the Godot game engine, so you will need that installed. Then, just clone and start open-sourcing. See Contributing.
Community
Feel free to join the Discord server!
Meta
Caleb Sacks – @clabe45
Distributed under the GNU GPLv3 license. See LICENSE
for more information.
Contributing
- Fork it (https://github.com/prophets-of-tron/into-the-woods/fork)
- Create your feature branch (
git checkout -b fooBar
) - (Optional) Discuss your changes with someone on the Discord server.
- Commit your changes (
git commit -am ':emoji: Add some fooBar'
, commit message emoji guide). - Push to the branch (
git push origin fooBar
) - Create a new Pull Request
The game's developer documentation can be found here and its conventions here.