A little game engine I made in Python for my cs50p final project
- Python 3.10 or higher (latest version recommended for best compatibility)
- pip for installing dependencies
- Clone the repo:
git clone https://github.com/lammmab/PyTerminal-Engine.git
cd PyTerminal-Engine- Install dependencies:
pip install -r requirements.txt- Run example.py and view to see how it works:
python example.py- Check out pyterminal.py for internals
-
Make sure you have Python 3.10 at the very least, but latest is supported, and will have better future compatibility
-
Clone the repo
-
Run this in your terminal:
-
After the requirements install,