Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arielhorwitz/4x3d
A 4X game in 3D space that runs in your 2D terminal.
https://github.com/arielhorwitz/4x3d
Last synced: about 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-27T13:06:01.000Z (over 2 years ago)
- Last Synced: 2024-10-27T08:03:50.288Z (about 2 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.![](https://ariel.ninja/other/4X3D.gif)
### 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`