Skip to content
This repository was archived by the owner on Jul 19, 2022. It is now read-only.

martinhoT/tetris-ai-ua

Repository files navigation

ia-tetris

Projeto de Inteligência Artificial 2021 - Tetris

Project of Artificial Intelligence 2021 - Tetris

How to install

Make sure you are running Python 3.7 or higher

$ pip install -r requirements.txt

Tip: you might want to create a virtualenv first

How to play

open 3 terminals:

$ python3 server.py

$ python3 viewer.py

$ python3 client.py

to play using the sample client make sure the client pygame window has focus

Keys

Directions: arrows

Debug Installation

Make sure pygame is properly installed:

python -m pygame.examples.aliens

Tested on:

  • OSX Big Sur 11.6

Authors

Author of the base game: dgomes

About

Project for the AI class at University of Aveiro: a Tetris bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published