Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 639 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 639 Bytes

CS405 Checkers AI

Authors:

  • Jason Warta
  • Rachel Crosley
  • Jim Samson
  • Cameron Showalter

Clone the repository (HTTPS)

$ git clone https://github.com/jasonwarta/CS405-checkers-ai.git

Change to the project directory

$ cd CS405-checkers-ai

Build the project using the Makefile

$ make 			# builds the project
$ make clean	# clean the build folder
$ make run 		# runs the project
$ make dev		# run project without optimizations
$ make prod		# compile and run with optimizations

Games can be played back with a custom Checkers Visualizer