Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marchellodev/server-tic-tac-toe
Server-side for tic-tac-toe
https://github.com/marchellodev/server-tic-tac-toe
dart flutter socket-io
Last synced: 20 days ago
JSON representation
Server-side for tic-tac-toe
- Host: GitHub
- URL: https://github.com/marchellodev/server-tic-tac-toe
- Owner: marchellodev
- License: mit
- Created: 2020-03-29T14:23:59.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-02T14:24:28.000Z (almost 5 years ago)
- Last Synced: 2024-11-19T19:19:18.773Z (3 months ago)
- Topics: dart, flutter, socket-io
- Language: Dart
- Homepage: https://tic-tac-toe.marchello.cf
- Size: 10.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.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).
## Client
For the client side of this app, refer to [this repository](https://github.com/marchellodev/tic-tac-toe)
## Server side
Server-side of this application is located here:
- https://tic-tac-toe-server.marchello.cf## License
MIT