Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`