Skip to content

Files

Latest commit

 

History

History
32 lines (20 loc) · 820 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 820 Bytes

CheSS

A Chess variant where moves can be made with CSS

Play now at chess-css.herokuapp.com

Preview

text

Game features

  • Built-in editor to edit CSS, change how the board operates and looks
  • Drag and drop elements (pieces, legend, board) into the editor to automatically generate text
  • Hover over pieces to view the available moves, accounting for CSS changes
  • Multiplayer supported through socket.io with automatic rejoining and restoring game state

Instructions

  • Get the latest release

  • Install Node.js

  • Unzip the release and run:

npm install .
npm run build
npm run start