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.
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
- Expectimax (For in a row)
- Expectimax Alpha Pruning (For in a row)
- Minimax (Tic Tac Toe)
This repo use MIT.
"The code needs to go through different approaches before it is as effective as possible"