uta-it-Students / games_collection

Some little games implementation, and also, machine learning implementation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game Collection

This repo contains some of games that i have programmed. All of them made using Pygame.

Some of the game have an easy implementation of some AI algorithms. What means that the main goal of this repo is to share and agregate knowledge. Feel free to use and contribute.

Installation / How to use

If you have already cloned this repos. It will only be necessary to enter the folder of each game and run the main file of the game.

python main.py

Or in the main directory...

python /snake/main.py

Games implemented

AI Algorithms used

  • Expectimax (For in a row)
  • Expectimax Alpha Pruning (For in a row)
  • Minimax (Tic Tac Toe)

License

This repo use MIT.

"The code needs to go through different approaches before it is as effective as possible"

About

Some little games implementation, and also, machine learning implementation.


Languages

Language:Python 100.0%