Skip to content

A console chess game developed during the course Java COMPLETE 2020 Object Oriented Programming + Projects, taught by Nelio Alves, to practice the object orientation paradigm.

Notifications You must be signed in to change notification settings

roanrobersson/java-console_chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Console Chess ♟️

A console chess game developed during the course Java COMPLETE 2020 Object Oriented Programming + Projects, taught by Nelio Alves, to practice the object orientation paradigm.

Requeriments 🔧

  • Java version 8 or higher.

How to play 🎮

# Clone the repository using a Git Bash (Git Bash can show colors)

git clone https://github.com/roanrobersson/java-console_chess.git 

# Import the project in Eclipse or any other Java IDE

# Build the project

# Again on Git Bash, go to executable folder

cd java-console_chess/bin/

# Run the game

java application/Program

Information 📝

  • For move a piece, type your position to select it, then type the destination of the selected piece in the format line +column, eg: e1

Pieces symbols

Pawn Rook Knight Bishop Queen King
P R N B Q K

Class diagram

About

A console chess game developed during the course Java COMPLETE 2020 Object Oriented Programming + Projects, taught by Nelio Alves, to practice the object orientation paradigm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages