Skip to content

A multiplayer chess game written in Java. My contributions to this project are the game engine, move validation code for 5 out of 6 game pieces, and most of the GUI components. I have recently started re-factoring the code; future updates might include network play.

License

bakatz/Chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project: 2-player Chess Game
Professor: Lewis

Students that worked on this project:
Ben Katz (bakatz)
Danielle Bushrow (dbushrow)
Myles David (davidmm2)

This is a fully working 2-player Chess game.
Point and click to move pieces around, and switch off with the other person you're playing against.
The game log at the bottom of the screen will tell you whose turn it currently is.

Player1 - White pieces
Player2 - Black pieces

About

A multiplayer chess game written in Java. My contributions to this project are the game engine, move validation code for 5 out of 6 game pieces, and most of the GUI components. I have recently started re-factoring the code; future updates might include network play.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages