Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 753 Bytes

File metadata and controls

32 lines (26 loc) · 753 Bytes

PyTerminal-Engine

A little game engine I made in Python for my cs50p final project

Requirements:

  • Python 3.10 or higher (latest version recommended for best compatibility)
  • pip for installing dependencies

Installation:

  1. Clone the repo:
git clone https://github.com/lammmab/PyTerminal-Engine.git
cd PyTerminal-Engine
  1. Install dependencies:
pip install -r requirements.txt

Usage:

  • Run example.py and view to see how it works:
python example.py
  • Check out pyterminal.py for internals

How to use:

  • 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,