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
There is a post where I have written all the issues I have faced and the paths I have followed while developing this app.
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:
It depends on npm and some awesome packages. To install it just run the following commands:
npm install
You can run locally using:
npm start
It will generate the necessary assets and run up a server into http://localhost:3000
You can build it using the build
task, just run:
npm run build
The deploy task runs the build and upload the dist
dir into the gh-pages
npm run deploy
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 😁
This application is licensed under the Beerware License.