Skip to content

Terminal Game: American Checker. Get bored of coding/debugging? take a break and play checker!

License

Notifications You must be signed in to change notification settings

WeimiaoWu/Fission

Repository files navigation

Fission

Game: American Checkers

A simple cpp implementation of American Checker, aka, English Draughts to be played in the Linux terminal. Allows for multiple players and with final state of the checkboard outputing an HTML file in a web browser. Have Fun!

Installation

1. Clone the Github repository

$ git clone https://github.com/WeimiaoWu/Fission

2. Go to the software directory

$ cd ./Fission

3. Compile

$ make

4. Example

$ ./Fission 8 8
..  ..  ..  ..
  ..  RRBB..  ..
..  rrBBRRbb..
  RRbbRRBBrrBB..
..BBrrBBRRbbRR
  ..bbRRBBrr  ..
..  ..BBRR  ..
  ..  ..  ..  ..
PLAYER 0
$ 1 3 0 3
..  ..RR..  ..
  ..  ..BB..  ..
..  rrBBRRbb..
  RRbbRRBBrrBB..
..BBrrBBRRbbRR
  ..bbRRBBrr  ..
..  ..BBRR  ..
  ..  ..  ..  ..
PLAYER 1
$ 4 1 4 0
..  ..RR..  ..
  ..  ..BB..  ..
..  rrBBRRbb..
  RRbbRRBBrrBB..
BB  rrBBRRbbRR
  ..bbRRBBrr  ..
..  ..BBRR  ..
  ..  ..  ..  ..
PLAYER 0

Enjoy!

About

Terminal Game: American Checker. Get bored of coding/debugging? take a break and play checker!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published