You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
11/02/2025 [prototype.release.1.4] The Art Update 🎨 & The Future 🔮 & Polish Localization 🌍
06/06/2025 [prototype.release.1.4.4] Steam Demo Release & Next Fest 2025
12/06/2025 [prototype.release.1.4.5] Localization Update for Thai 🌎
Overview
Gather Resources...
Generate Passive Resources...
Fight Ancient Colossals...
And More...
Development setup
Setup the GDScript Toolkit
This project uses the Format on Save and gdLinter plugins.
Both of these depend on the GDScript Toolkit python package being installed.
You can install this dependency globally or in a virtual environment.
To install globally
This is the standard way described in the documentation of the package
pip3 install "gdtoolkit==4.*"
To install in a virtual environment
If you're on Windows, this project has some custom code in the "Format on Save" and "gdLinter" plugins to make it work with a venv/ directory in the root of the project.
cd <path/to/this/project>
python -m venv venv
.\venv\Scripts\activate
pip3 install "gdtoolkit==4.*"
Remarks
The venv/ directory is in the .gitignore, so won't be committed to git
Because of the custom code, the venv integration will break when we update the plugins
About
Inspired by A Dark Room, A Dark Forest is an incremental experimental minimalistic idle game project.