Skip to content

bnopacheco/react-flux-puzzle

 
 

Repository files navigation

React Flux Puzzle Build Status Coverage Status

An experiment built with React + Rx + Immutable.js and the awesome Flux structure 🍃

You can play it and check it out here: weslleyaraujo.github.io/react-flux-puzzle

The reason

I started this project with the intuit to apply some technologies that I have been studying in the last few months.. this is the real first app that I wrote using stuff such as Rx.js, React and Immutable.js, so please, I would love to get some feedback to improve my code 😀

I was inspired by the great game Alien Isolation which you can play a very similar puzzle:

Alien Isolation

Installing

It depends on npm and some awesome packages. To install it just run the following commands:

npm install

Starting

You can run locally using:

npm start

It will generate the necessary assets and run up a server into http://localhost:3000

Building

You can build it using the build task, just run:

npm run build

Deploy

The deploy task runs the build and upload the dist dir into the gh-pages

npm run deploy

Contributing

Changes and improvements are more than welcome! Feel free to fork and open a pull request. Please make your changes in a specific branch and request to pull into master! If you can, please make sure the game fully works before sending the PR, as that will help speed up the process. I'm following this styleguide to name branches and pull requests, make sure you follow this too 😁

License

This application is licensed under the Beerware License.

About

A puzzle game built with React + Rx.js + Immutable.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.3%
  • CSS 20.1%
  • Shell 11.0%
  • HTML 8.6%