Piece-taking board game. https://dzura.com
Go to file
yukirij 7a28de3744 Better temporary fix for off-turn move on checkmate. 2024-12-21 12:19:30 -08:00
agent Initialize agent project. 2024-09-06 13:19:01 -07:00
game Fix knight alt move check. 2024-11-24 14:16:42 -08:00
server Initial implementation of guide. 2024-12-17 17:18:34 -08:00
www Better temporary fix for off-turn move on checkmate. 2024-12-21 12:19:30 -08:00
.gitignore Rebuild on commit change. 2024-10-03 12:42:22 -07:00
Cargo.toml Initialize agent project. 2024-09-06 13:19:01 -07:00
LICENSE.txt Add play from here button to history. 2024-09-05 01:05:27 -07:00
README.md Add play from here button to history. 2024-09-05 01:05:27 -07:00

README.md

Dzura

Dzura is an abstract strategy game—similar to chess and shogi—where players take turns moving pieces across a hexagon grid to capture their opponents' king.

Installation

The project is composed of two core applications, a web client and a server.

Building