Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 629 Bytes

File metadata and controls

15 lines (15 loc) · 629 Bytes

C(he)ss

A project to facilitate online multiplayer for any abstract strategy game without requiring client-side JavaScript

Current Status

Supports online chess between two players

Instructions

Planned Features

Support any strategy game uploaded in JSON format

Current Progress

Implemented front-end grids for 4 different board types:

  1. Square: https://r-hilbert.github.io
  2. Hexagonal: https://r-hilbert.github.io/hex.html
  3. Triangular: https://r-hilbert.github.io/tri.html
  4. Rhombic: https://r-hilbert.github.io/rhombus.html