Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 845 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 845 Bytes

Shogi - readme

version 1.0 Java 8

This program is a simple computer version of the Japanese chess game, also known as Shogi. The main features are:

  • online multiplayer for 2 players,
  • saving and loading matches,
  • history of moves,
  • in-game chat,
  • portability: game works on every OS with the Java virtual machine installed

Shogi screenshot

Binaries

See release directory for binaries and other download files.

Technical parameters

Project written in IntelliJ IDEA Community 2017.3. JDK 8 Update 151 or newer is recommended, although older builds of Java 8 may work as well for both compiling and running.