Skip to content

ramongitau/PyTerminal-Engine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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,

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%