A 2D top-down economics-themed game with a childish, Celeste-like vibe, developed for Incubator 2022-2023.
🚀 Play the Pre-Alpha Version: Itch.io Link
- Godot Engine (3.x Standard Version) → Download Here
- GitKraken (Pro Version available for students) → Download Here
- Open GitKraken.
- Clone the repository using the URL and store it in a safe location.
- Open Godot and select Import.
- Navigate to the repository folder and select
project.godot. - Run the project by pressing F5 or clicking the Play button in the top right.
- Export the project to HTML5.
- Open Command Prompt as Administrator.
- Navigate (
cd) to the folder containing the exported files. - Run the following command:
python -m http.server 8000
- Open your browser and go to
http://localhost:8000.
✔ Node-Based System – Godot uses a node-based structure with underlying layers.
✔ Organized Project Structure:
assets/→ Images, audio, and other game assets.scenes/→ Contains all added game scenes.scripts/→ Stores all GDScript (.gd) and other programming scripts.
✔ Attach Scripts – When adding mechanics (e.g., physics, dialogue), attach a script to the scene to ensure functionality.
✔ Follow Godot Tutorials – Official Documentation
| Name | Role |
|---|---|
| Devansh Tayal | Primary Developer, Data Integration, Art |
| Anirudh Annaparapu | Art Design, Story Writing |
| Shashank Chidige | Story Writer |
📁 Project Status: Archived (2022-2023)
💡 This project is no longer in active development but remains available as a reference.