Skip to content

This is a terminal game of checkers written in java for my ICS3U Culminating.

Notifications You must be signed in to change notification settings

DarkHawk727/javaCheckersGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

javaCheckersGame

This is a terminal-based game of checkers written in java for my ICS3U Culminating with @sahn2349.

What I learned

  • Editing and Writing to 2D Arrays
  • For-Loops
  • While-Loops
  • If-Else
  • Classes and Functions

Board CheatSheet

XXX Col Col Col Col Col Col Col Col
Row 1,0 3,0 5,0 7,0
Row 0,1 2,1 4,1 6,1
Row 1,2 3,2 5,2 7,2
Row 0,3 2,3 4,3 6,3
Row 1,4 3,4 5,4 7,4
Row 0,5 2,5 4,5 6,5
Row 2,6 3,6 5,6 7,6
Row 0,7 2,7 4,7 6,7

About

This is a terminal game of checkers written in java for my ICS3U Culminating.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages