Skip to content

InfinitySamurai/tetris-trainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tetris Training App

A little app to help with learning tetris openings

Development Setup

This project uses Windows, python 3, and virtual environments (venv)

  • Make sure you have python 3.3 or greater installed (tested and created with 3.10)
  • Create a virtual environment python -m venv tetris-venv
  • Activate the venv .\tetris-venv\Scripts\activate
  • Install dependencies pip install -r requirements.txt
  • Run the application python tetris.py

To exit the virtual environment run deactivate

About

tetris implementation for training and AI fun

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages