Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 591 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 591 Bytes

CMPUT355-A4

This is our player for the checkers game. Our group is:

  • Shawna Dawson
  • Yourui Dong
  • Areez Ladhani
  • Andrew Rosario
  • Anjesh Shrestha

Pygame 2.0.0 is required. Install via the following command:

python3 -m pip install -U pygame --user

To run our program, run the following command:

python3 checkersfinal.py

Interact via the command line, using the screen that pops up as a visualization.

To pit the alphabeta player against the random player, use the following commands: (Note, this does not use the GUI)

python3 -i checkersfinal.py
get_stats()