/TicTacToe

This is an example Om Next Tic Tac Toe game.

Primary LanguageJavaScript

tic-tac-toe

This is an example Om Next Tic Tac Toe game. You can find it live at tic-tac-toe.drakezhard.org. It was built using the following tools and libraries:

  • Martin Klepsch's Boot template Tenzing.
  • Bozhidar Batsov's Emacs plugin for clojure development Cider.
  • Om-Tools: A ClojureScript library of general-purpose tools for building applications with Om and Facebook's React.
  • Om-Bootstrap: A ClojureScript library of Bootstrap 3 components built on top of Om.
  • SVG and CSS

Build Instructions

Install Om Next (it's currently alpha software, so it's not available on clojars):

  1. Clone Om from GitHub.
  2. Enter the om directory.
  3. Install Leiningen(follow the instructions on this link).
  4. Issue the command $ lein install.

Install Boot:

Execute the following command:

$ sudo bash -c "cd /usr/local/bin && curl -fsSLo boot https://github.com/boot-clj/boot-bin/releases/download/latest/boot.sh && chmod 755 boot"

Run it:

  1. Clone this repository into your computer.
  2. Issue the command $ boot dev.
  3. Wait for it to compile.
  4. Open your browser and navigate to http://localhost:3000.

License

Copyright © 2016 Ricardo J. Acuna

Distributed under the Eclipse Public License, the same as Clojure.