Skip to content

costeadev/chess-trainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Chess Trainer

This app is a simple Java game which runs on the terminal.

The goal is to guess the color of a square in a chess board.

Game loop:

  1. The program will generate a chess square randomly e.g. c3
  2. You can either type 'w' or 'b' to guess the color.
  3. If you guess it, it will print a GREEN message. Otherwise, it will print a RED message.
  • Winning is not a thing I plan to implement
  • Typing anything but 'w' and 'b' will result in the end of the program

About

Simple Java console game to train chess memory

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages