Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshwcomeau/word_dojo
https://github.com/joshwcomeau/word_dojo
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/joshwcomeau/word_dojo
- Owner: joshwcomeau
- Created: 2015-03-16T19:51:10.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-01T13:06:35.000Z (almost 10 years ago)
- Last Synced: 2023-04-09T19:48:34.895Z (over 1 year ago)
- Language: JavaScript
- Size: 1.75 MB
- Stars: 18
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Word Dojo
==========I'm building a clone of one of my favourite word games, Word Dojo. Found on the Megatouch arcade machine thing, it's a fun game where you string together letters to form words, à la Boggle.
![Enter the Dojo](http://www.elsaelsa.com/wp-content/uploads/2007/11/word-dojo.jpg)
Built primarily as a learning exercise, the game uses React components and the Flux architecture, a combination which has been working splendidly. High scores are stored remotely in Firebase, and I use Gulp for the build system.
I wrote [a blog post](https://medium.com/@joshuawcomeau/efficient-nested-react-components-dd9347e9b3f3) on some of the things I've learned; I made a few mistakes in it, but there's some solid info in it.
Play Along
===Clone the repo, run 'npm install' from a terminal to fetch the requisite packages, and then run 'gulp' to build the JS/CSS and launch a development server. A browser should open automatically, but if not you can navigate to 'http://localhost:8000' and see if you can beat my high score.