Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 448 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 448 Bytes

CubePixel

Getting started

Python 3.10+ required

  1. Install dependencies using pip:
pip install requirements.txt
  1. Build the cython extension (build tools for windows):
python setup.py build_ext --inplace
  1. Run the game:
python main.py

Bug/Issues

If you find a bug or you have any issues please let me know by creating an issue.