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

https://github.com/marchellodev/tic-tac-toe

Proof-of-concept application
https://github.com/marchellodev/tic-tac-toe

dart flutter

Last synced: about 2 months ago
JSON representation

Proof-of-concept application

Awesome Lists containing this project

README

          

# Tic-tac-toe online

Proof-of-concept application. Allows you to play tic-tac-toe online.

Built via [socket.io](https://socket.io) implementation for dart ([pub.dev](https://pub.dev/packages/socket_io)) and [Flutter](https://flutter.dev).

## Platforms

The game is available for web and android:
- https://tic-tac-toe.marchello.cf

Get it on Google Play

_If there is nobody to play with, open the game in a few tabs of your browser. It doesn't track cookies, sessions or ip, so you can run a few instances of the game at the same time._

In addition, you can try running it on windows, macOS, linux and ios. If you have proper skills I mean :>.

## Server side
[Git repository of the server](https://github.com/marchellodev/server-tic-tac-toe)

Server side of this application is located here:
- https://tic-tac-toe-server.marchello.cf

## License
MIT