#Dart OXO Dart implementation of the tic-tac-toe game, built as a sample application to show:
-
Web Sockets
-
client-server interaction
-
DOM manipulation
-
other cool Dart features
Usage
-
Install the dependencies and compile the client to Javascript:
cd /path/to/dart_OXO/client pub get pub build cd /path/to/dart_OXO/server pub get
-
Run the server on the host machine:
cd /path/to/dart_OXO/server/bin dart server.dart
-
Open a browser at:
http://localhost:4000 # or http://192.168.X.Y:4000
Screenshots
Author(s)
Claudio d'Angelis
claudiodangelis.com/+
License
See LICENSE