Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dpbm/lua-tictactoe
- Owner: Dpbm
- License: mit
- Created: 2024-03-29T14:33:14.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-26T16:05:34.000Z (5 months ago)
- Last Synced: 2024-09-25T19:43:51.071Z (4 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![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.