Skip to content

Run a two-player game of chess right in your console with Java!

Notifications You must be signed in to change notification settings

teo67/ConsoleChess

Repository files navigation

A simple chess game to run in terminal!

Note: This personal project is not set up with a build system. This is because it was initially written on Repl.it using repl's built in compiler.

To run:

  • Install VSCode Extension Pack for Java
  • Run Main.java once to open the environment, then stop it
  • Run "chcp 65001" to set your code page to UTF-8 (enables cool chess emojis)
  • Run Main.java again and zoom in a few times / resize terminal to view the board
  • Play chess!

About

Run a two-player game of chess right in your console with Java!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages