No description
Find a file
2025-10-07 10:40:29 -07:00
agent Initialize agent project. 2024-09-06 13:19:01 -07:00
game Fix server logic error. 2025-02-06 16:14:01 -08:00
server Minor misc improvements. 2025-10-07 10:40:29 -07:00
www Minor misc improvements. 2025-10-07 10:40:29 -07: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

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