/gomoku

A multiplayer five-in-a-row game web page, created using Meteor and React.

Primary LanguageJavaScript

Gomoku, by Erik Sundell

A webpage to play Gomoku against other humans, developed in Meteor and React using Mantra architecture.

Live

Try a live demonstration at gomoku-demo.herokuapp.com

Tech in project

Recent learning and refreshing

Challanges faced

  • Utilizing React for the first time.
  • Implementing Mantra project architecture using react-komposer, react-mounter, react-simple-di, and learning how they play along with meteors Tracker and trackable variables such as Meteor.user().
  • Implementing Material Design Lite in a React application (Community interaction).
  • Implmenting basic login using accounts-base and accounts-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.