My first exploration into functional programming with Elm. This is an attempt to build Ultimate Noughts and Crosses (or Tic Tac Toe, if you like). I currently have a basic playable version built. Next up are the fancy features and polish.
Simply run npm install
, followed by elm-package install
and then npm run start
to view the project at localhost:8080
- Improve UI; add rules/instructions, game state screens
- Allow player customisation (name/colour etc)
- Explore multiplayer via 2 clients
- Add in some form of chat/communication for clients