Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dpbm/lua-tictactoe

a simple tictactoe game using love2d and lua
https://github.com/dpbm/lua-tictactoe

game game-dev games linux love2d lua play tictactoe tictactoe-game tictactoe-lua windows

Last synced: 4 months ago
JSON representation

a simple tictactoe game using love2d and lua

Awesome Lists containing this project

README

        

# TicTacToe
A simple version of TicTacToe made in lua and Love2d

![startScreen](./docs-assets/start-screen.png)
![game](./docs-assets/game.png)
![won](./docs-assets/won.png)

## How to play

First, select the player 1 and player 2 symbols at the start screen, then click start.
Each time one local player clicks on a spot and then you need to pass your mouse to your local friend :)
The game ends when a tie is reached or when someone wins.