Home > tictactoe-example

tictactoe-example

Tictactoe-example is a project mainly written in Scala, it's free.

Classic Tic-Tac-Toe game using my LWJGL sbt plugin.

Tic-Tac-Toe Slick/LWJGL sbt plugin example

This was merely a proof in concept. However: if there is anyone like who has a small child in their keeping who is easily amused, then by all means, download it.

Requirements

  • sbt 0.7.4
  • scala 2.8.1

Instructions

git clone git://github.com/philcali/tictactoe-example.git
mkdir tictactoe-example
sbt
update
run

Done.