JohanCDev / Gomoku

🤖 Creation of a bot able to play the Gomoku game. Created in Python with 2 other students. This project is part of my 3rd year at Epitech.
MIT License
2 stars 0 forks source link

Create board class #14

Closed JohanCDev closed 1 year ago

JohanCDev commented 1 year ago

Class that will contain Board information

Empty Cell -> '-' Brain Cell -> 'B' Manager Cell -> 'M'