Skip to content

A basic C++ implementation of the pentamino game. The aim is to have different type of AI playing the game.

Notifications You must be signed in to change notification settings

MaximeGagnebin/Pentamino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pentamino

A basic C++ implementation of the pentamino game. The aim is to have different type of AI playing the game.

The Config class represents the state/board of the game and has methods to interact with it.

The Plateau class inherits from Config and has methods related to the rules of the game (such as winning conditions).

About

A basic C++ implementation of the pentamino game. The aim is to have different type of AI playing the game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published