/TicTacToe

TicTacToe - TicTacToe game written in LUA using love2d framework

Primary LanguageLua

TicTacToe

TicTacToe game with the 3x3 board written in LUA using love2d framework.

How to run?

The project was developed and tested under 0.10.1 version of love2d on Windows 10 64bit.

  1. Download love2d runtime from http://love2d.org
  2. Add your love2d installation path to the PATH environment string on Windows.*
  3. Download contents of the repository.
  4. Launch start.bat file.
  5. Have fun!

*You can skip this point and install love2d in the same directory as you have the game.

Licence

The source is provided with no warranty under public domain licence. You can do whatever you want with it.