My attempt at checkers in Python
This is my attempt at command-line based Checkers in Python.
Expect the AI/programming to be very basic. I am just using this as a tool to learn.
Please leave comments/suggestions if you'd like. :)
Requires Python 3.10 due to use of match statements