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

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.

Awesome Lists containing this project

README

        

A general tic-tac-toe game with an AI agent developed in lua.

![overview gif](./overview.gif)

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)