Skip to content
This repository has been archived by the owner on Dec 11, 2021. It is now read-only.

Among Chess v1.0.3

Compare
Choose a tag to compare
@KyleSmith0905 KyleSmith0905 released this 02 Jul 20:20
· 3 commits to master since this release

Added Features

  • Added back the scrollbar in game options menu (initially removed because it wasn't necessary).
  • Game ends by "resignation" ending when someone leaves.
  • Removed map button (it was never used).

Bug Fixes

  • Fixed bug if player players where to take their turn before others spawn in.
  • Dead pieces zone updates for both players.
  • Fixed rare checkmate glitch.

Code Changes

  • Better file management (much easier to read now, also new variants and game modes are much easier to add now).
  • Using enumeration (was using char before, this greatly helped code readability).
  • Code stores more information locally to lower RPC usage.