Skip to content

velaia/tic-tac-toe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This is an example Om Next Tic Tac Toe game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 85.4%
  • Clojure 14.6%