Skip to content

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

Notifications You must be signed in to change notification settings

robertocarlosmedina/games_collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"