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: 3 months ago
JSON representation
a simple tictactoe game using love2d and lua
- Host: GitHub
- URL: https://github.com/dpbm/lua-tictactoe
- Owner: Dpbm
- License: mit
- Created: 2024-03-29T14:33:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-26T16:05:34.000Z (8 months ago)
- Last Synced: 2025-01-30T16:40:21.869Z (3 months ago)
- Topics: game, game-dev, games, linux, love2d, lua, play, tictactoe, tictactoe-game, tictactoe-lua, windows
- Language: Lua
- Homepage: https://dpbm.github.io/lua-tictactoe/
- Size: 53.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# TicTacToe
A simple version of TicTacToe made in lua and Love2d

## 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.