Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 697 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 697 Bytes

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