Skip to content

Pb22j/GameHub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Hub Project

Welcome to the Game Hub a project made for Artificial Intelligence course (CSC361)

mainGUI

Descreption

simple GUI that allows you to play with 3 Different games that involved with AI:-

Sudoku

it is a Sudoku Solver that generate a Sudoku puzzel and try to solve it with 2 algorithms:-

Sudoku

  • Smart CSP (MRV): We implemented the Minimum Remaining Values heuristic, which selects the cell with the fewest legal moves first to prune the search tree early.
  • Simulated Annealing: A local search probabilistic algorithm using a cooling schedule and Metropolis acceptance criterion to escape local optima

Connect-4

this is the classic connect-4 game with a 6*7 board that allows you to play against 2 AI agents or watch them play against each other:-

Connect4

  • MiniMax with Alpha-Beta Pruning
  • Adaptive MiniMax

for more details about connect for read Connect4_game/src/README.md

8-puzzle

The Solver Will Provide Two Solution With Statistic And Paths A*,Greedy And User Can See Two Algorithm in One GUI And Can Compare Between Them:

8-puzzle

  • A*
  • Greedy

Here the work done: https://github.com/majedco03/CSC361_Project

About

Game Hub a project made for Artificial Intelligence course

Resources

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages