/laserchess

A chess-like board game with lasers made with React

Primary LanguageJavaScript

Laser Chess

Laser Chess Badge

About

Status: Work in progress

A board game made with JavaScript (with the help of ReactJS).

Background

Laser Chess combines the fun of bending lasers and illuminating pieces with chess-like strategy. You have to strike your opponentโ€™s King while protecting your own from getting zapped! Simple rules and only a few basic moves make Laser Chess easy to learn and quick to play.

How it looks in real life (๐Ÿ“„ PDF) How to play

Contributing

Bug Reports & Feature Requests

Please use the issue tracker to report any bugs or file feature requests.

Developing

PRs are welcome. To begin developing, do this:

$ git clone git@github.com:kishannareshpal/laserchess.git
$ cd laserchess/
$ npm install
$ npm start