Skip to content

outragedline/chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chess

This repo contain a simples CLI chess game made in java

Screenshot from 2022-09-30 07-01-03

Requirements

  • Java SE-17
  • Something like eclipse project builder to compille the project

Tutorial

How to run the code

After compile the files, open the directory where the compiled files are and then run this: java application.Program

How to move pieces

The chess board consists of rows and columns, to select a piece you must type a position in this pattern: a, b2, g5, f3, etc...

After select a piece you must choose one of the marked positions following the same pattern the piece will move and capture any other piece in the choosen position

What is that piece?

  • R = rook
  • N = Knight
  • B = bishop
  • Q = queen
  • K = king
  • P = Pawn

something else

Any other relevant information must be visually represented to the user, you problably will not hava any problems

If you are having problems running the game, open an issue

About

simple chess game made in java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages