Tree Simulator is a relaxing and interactive game where players select and grow trees over time. The game features a dual leveling system: one for the player and one for individual trees, with progression based on time spent in the game.
This is an open source game made with Godot game engine, build by 2 indie noob developers with a lot of free time, with the objective to learn how to make game, and having fun.
- Player Progression – The player has an infinite leveling system, gaining XP and modey over time;
- Tree Selection – Choose from multiple tree types, each with its own leveling system (max level 10);
- Idle Growth – Trees gain XP as long as the game is running;
- Settings Menu – Customize language, fullscreen mode, and more;
- Save & Load System – Your progress is automatically saved and can be loaded when restarting the game;
Any help it's welcome :)
Open a new issue at: https://github.com/Mangito/Tree-Simulator/issues
If you want to code with us, make sure that you have the Godot Engine installed and git, open a terminal and run:
# Clone the repo
git clone https://github.com/Mangito/Tree-Simulator Open the project on Godot Engine and do your magic. After that, test the game, make a commit and open a pull request.
| Category | Tools |
|---|---|
| Game Engine/LP | Godot/GDScript (Current version: 4.4 Stable) |
| VCS | Git/GitHub |