/laserchess

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

Primary LanguageJavaScript

Laser Chess

forthebadge

STATUS ⚠️ Not ready!

About

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