Skip to content

zgordonksu/Project1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS 3503 Project 1- Bitboard Checkers

Author

Zachary Gordon

Description

My implementation of checkers in C using Bitboards.

Build/Run Notes

  • Tested on Windows 11 using the GCC compiler.
  • This is a console application. There will be no output to a file.

Gameplay Instructions

  • Moves are made by entering the position of the piece you want to move followed by where you want to move it.
  • These movements are entered in row column form.
  • For example, Entering "2 2 3 3" would move a piece from Row 2 Column 2 to Row 3 Column 3 (if legal).
  • You control both players.
  • Since I am also taking Artificial Intelligence, I was going to make an Expectimax agent to play against, but I ran out of time.

Build Instructions

gcc main.c game.c bitstuff.c -o program
.\program.exe

Sample Output

  • Screenshot inside of "Game Screenshot.png"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published