Skip to content

felipersteles/cli-chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI Chess ♟️

A command-line chess game written in Java.

Running the game

Pre requisites

How to run

First you have to copy next line https://github.com/felipersteles/xadrez-java.git

And open your git bash:

# Cloning the repository
$ git clone https://github.com/felipersteles/xadrez-java.git

# Before run the program
# I recommend you to
# confirm you have Java
# doing:
$ java -version
java version "17.0.6" 2023-01-17 LTS
Java(TM) SE Runtime Environment (build 17.0.6+9-LTS-190)
Java HotSpot(TM) 64-Bit Server VM (build 17.0.6+9-LTS-190, mixed mode, sharing)

After it you just need to run the game present in the start file. Still in the bash you must run the following command

# Running the project
$ sh ./start.sh

Rules of Chess

TODO: Explain performChessMove() no ChessMatch

Pieces

Refs

I based myself on the tutorial of this web course made by Nelio Alves.

About

A command-line chess game written in Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published