Skip to content

A simple online multiplayer game of Japanese chess.

License

Notifications You must be signed in to change notification settings

tomaszcib/Shogi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.