Skip to content

Hexag0ne/connect-four

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connect4-AI

The goal of this AI project (Prolog) was to simulate the Connect 4 game (Puissance 4), with two competing AIs playing against each other.

TODO

  • Handle display of the board
  • Handle gameover state
  • Implement the AI predicate

Tip for the AI: Start w/ a dummy algorithm (random) to try out the game's mechanics.

Modules

  • main : game core, calls other modules
  • puissance4 : handle game board and checks victory state
  • play : AI code handling every player's move

About

🕹 AI simulation project for Connect 4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages