CGAME is an open-source, terminal-based economic simulation inspired by empire-building strategy mechanics. It runs entirely in the console and is OS-independent.
The project focuses on building a modular, developer-friendly CLI game engine with clean architecture, event-driven systems, and extensible gameplay mechanics.
In this game you need to deliver packages in the city. You can expand your business by buying properties, businesses, employees etc.
The package has to be delivered within the given time.
Have an idea, bug fix, or enhancement?
- Open an Issue
- Start a Discussion
- Submit a Pull Request
Fork → Clone → Create a new branch → Push → Open PR → Review by maintainers
To reproduce this exact environment use the following commands
git clone https://github/BITS-Rohit/CGame
cd CGame
uv sync
source .venv/bin/activateThis will install the required files and the python version defined in the .python-version file.
Make sure you have uv installed.
View this link for more information on uv
Contributors are welcome.
Check out the planned roadmap for CGame in ROADMAP.md.
Building something cool? Come hang out in the Discord and show it off.
Share ideas, get feedback, break things, fix them again.