Skip to content

claudiodangelis/dart_OXO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

  1. 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
    
  2. Run the server on the host machine:

     cd /path/to/dart_OXO/server/bin
     dart server.dart
    
  3. Open a browser at:

     http://localhost:4000 
     # or
     http://192.168.X.Y:4000
    

Screenshots

Screenshot

Author(s)

Claudio d'Angelis
claudiodangelis.com/+

License

See LICENSE

About

Dart implementation of the tic-tac-toe game.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published