Skip to content

Happy0/ssb-chess-electron

Repository files navigation

A desktop application to run ssb-chess https://github.com/happy0/ssb-chess-mithril

Releases

You can find runnable executables under 'releases' to the right.

Screenshot

A screenshot of ssb-chess

Build and Run From Source

  • Install npm + nodejs
  • Run npm install
  • Run npm start

Related repositories

  • ssb-chess-mithril - mithriljs library for rendering app. ssb-chess-electron is just a thin wrapper for running this as a Desktop app.
  • ssb-chess - ssb-chess logic (no HTML rendering.)