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
- Host: GitHub
- URL: https://github.com/marchellodev/tic-tac-toe
- Owner: marchellodev
- License: mit
- Created: 2020-04-02T14:17:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-09T19:04:50.000Z (about 6 years ago)
- Last Synced: 2025-06-04T12:28:01.279Z (about 1 year ago)
- Topics: dart, flutter
- Language: Dart
- Homepage: https://tic-tac-toe.marchello.cf
- Size: 180 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
_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
