https://github.com/mmoehabb/xo-lua
A general tic-tac-toe game with an AI agent developed in lua.
https://github.com/mmoehabb/xo-lua
Last synced: about 2 months ago
JSON representation
A general tic-tac-toe game with an AI agent developed in lua.
- Host: GitHub
- URL: https://github.com/mmoehabb/xo-lua
- Owner: mmoehabb
- License: mit
- Created: 2024-08-10T13:07:59.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T17:14:58.000Z (9 months ago)
- Last Synced: 2025-02-09T14:52:31.525Z (4 months ago)
- Language: Lua
- Homepage:
- Size: 413 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A general tic-tac-toe game with an AI agent developed in lua.

You can try out the game on any platform by executing the following command on the root directory:
```SHELL
$ love .
```> Download and install love2d from the official website: [https://love2d.org/](https://love2d.org/)
> Download the game: [https://github.com/Mahmoud-Ehab/xo-lua/releases/tag/v0.0.1](https://github.com/Mahmoud-Ehab/xo-lua/releases)