Connect 4 Game implemented using minimax alpha beta pruning algorithm
-
Updated
May 15, 2019 - Python
Connect 4 Game implemented using minimax alpha beta pruning algorithm
This is a python implementation of Tic-Tac-Toe.
This code is creating a SUDOKU GAME GUI interface using tkinter, it will create multiple screens linked to one another and will entail different difficulty levels and grid sizes. Still a work in progress though, have patience! The different screens will entail: a home screen, the rules to the game, the difficulty chooser, the grid size chooser, …
Snake game using pygame with scoreboard and gradually increasing difficulty.
Add a description, image, and links to the difficulty-level topic page so that developers can more easily learn about it.
To associate your repository with the difficulty-level topic, visit your repo's landing page and select "manage topics."