Skip to content

kin3tik/Chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2D Chess Representation in Processing

##Controls

  • Click on a piece to select it, click on another space to move the piece there.
  • Press '1' on the keyboard to have the pieces on the board represented graphically (with pictures)
  • Press '2' on the keyboard to have the pieces on the board represented textually
  • Press 'l' on the keyboard to load a file containing a board layout (must be in sketch directory)
  • Press 's' on the keyboard to save a file containing a board layout

##Notes

  • Comes with 2 pre made files to load. 'smile.txt' and 'standard'.

###Only in Console View

  • When a piece is captured the console displays a message saying what was captured
  • If the user tries to load a file that does not exist, the console will notify the user

###Other

  • not implemented to the user, and not tested, but the game can be 'zoomed' by changing the SCALESIZE variable
  • The piece move is animated by following the mouse when selected

##Acknowledgements

  • Chess piece pictures taken from Wikipedia http://en.wikipedia.org/wiki/Chess_piece

About

2D Chess Representation Using Processing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages