scooler / checkers

Simple pygame implementation of checkers (to play with AI/reinforcement learning)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple pygame implementation of checkers

It's very much work in progress at this point. But I wanted to play around with some different AI ideas (in a game that doesn't have so small pool of possible moves as tic-tac-toe)

To run just

python main.py

About

Simple pygame implementation of checkers (to play with AI/reinforcement learning)

License:MIT License


Languages

Language:Python 100.0%