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.
- The program will generate a chess square randomly e.g. c3
- You can either type 'w' or 'b' to guess the color.
- 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