Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.
/ chess Public archive

Chess game written in Java, focussing on OOP. (School project)

License

Notifications You must be signed in to change notification settings

yannickkirschen/chess

Repository files navigation

Chess

GitHub Workflow build status badge Maintenance GitHub license GitHub release

Chess is a two-player chess game written in Java.

The Java version is set to 1.8. You can edit the pom.xml and set it to >=8 if you want to.

Running

Start the game by typing

git clone https://github.com/yannickkirschen/Chess
cd Chess
mvn clean install
java -jar target/Chess.jar

in the terminal of your choice.

How it works

Once you've started the game, you see a chessboard on the screen. Player one is at the bottom, player two at the top. The pieces name's are four characters wide, so some of them are cut; I'm sure you know, what pieces they are ;).

To make a move, just type START_FIELD STOP_FIELD, e.g. A2 A4.

License

Licensed under the MIT License. Happy forking :)

About

Chess game written in Java, focussing on OOP. (School project)

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  

Languages