https://github.com/arielhorwitz/4x3d
A 4X game in 3D space that runs in your 2D terminal.
https://github.com/arielhorwitz/4x3d
Last synced: 2 months ago
JSON representation
A 4X game in 3D space that runs in your 2D terminal.
- Host: GitHub
- URL: https://github.com/arielhorwitz/4x3d
- Owner: ArielHorwitz
- Created: 2022-05-19T12:15:00.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-27T13:06:01.000Z (about 3 years ago)
- Last Synced: 2025-02-16T18:46:46.174Z (5 months ago)
- Language: Python
- Homepage:
- Size: 238 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 4X3D
A 4X game in 3D space that runs in your 2D terminal. In early development.
### Getting started
Requires Python 3.10+ and a decent terminal.Install requirements (consider using a [virtual environment](https://docs.python.org/3/tutorial/venv.html)):
`pip install -r requirements.txt`
To run:
`python main.py`