A webpage to play Gomoku against other humans, developed in Meteor and React using Mantra architecture.
Try a live demonstration at gomoku-demo.herokuapp.com
- Meteor (1.3.2.4)
- FlowRouter (2.11.0)
- React (0.14.7) (Overkill)
- Mantra (0.2.0) (Overkill)
- Material Design Lite (1.1.3)
- ES2015
- Git (2.8.1)
- Heroku
- Meteor Buildpack Horse (82c0e23)
- MongoLab
- Meteor (Tutorials & Guide)
- LevelUpTuts
- CodeSchool
- Utilizing
React
for the first time. - Implementing
Mantra
project architecture usingreact-komposer
,react-mounter
,react-simple-di
, and learning how they play along with meteorsTracker
and trackable variables such asMeteor.user()
. - Implementing
Material Design Lite
in aReact
application (Community interaction). - Implmenting basic login using
accounts-base
andaccounts-password
in React with dynamic DOM-rendering. - Handling an increasing amount of states (user login / challenges / game), time to learn Redux?
- Designing a Gomoku-board with HTML and SASS with minor animations.