Skip to content

Regaez/unac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published