Regaez / unac

Ultimate Noughts and Crosses in Elm

Home Page:https://unac.threadgold.nz/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ultimate Noughts and Crosses

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.

See the demo

Installation

Simply run npm install, followed by elm-package install and then npm run start to view the project at localhost:8080

Future Ideas

  • 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

About

Ultimate Noughts and Crosses in Elm

https://unac.threadgold.nz/


Languages

Language:Elm 79.5%Language:JavaScript 17.7%Language:HTML 2.8%