Tic Tac Toe in Hoplon

Hoplon is a set of libraries and tools for creating dynamic web applications.

This project demonstrates a Hoplon Tic Tac Toe in two ways:

  1. basic.cljs.hl - a Hoplon file in ClojureScript syntax that compiles into a game of Tic Tac Toe.
  2. advanced.html.hl - a Hoplon file in HTML syntax that uses a custom DOM element defined in a separate ClojureScript library. Every instance of this custom DOM element can be parameterized differently when it is included in markup.

Source Code