Skip to content

A Multiplayer Naughts and Crosses game built with the Simple Notification Service

Notifications You must be signed in to change notification settings

ibm-watson-data-lab/sns-naughts-crosses

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sns-naughts-crosses

A Multiplayer Naughts and Crosses game built with the Simple Notification Service

Configuration

You will need a running instance of the Simple Notification Service.

In both the /public/index.html and /public/game.html files you will need to properly configure the SNS.

The current configuration points to a local installation:

<script src="http://localhost:6011/client.js"></script>

this needs to be changed to something more like:

<script src="http://my.sns.com/client.js"></script>

Where http://my.sns.com is a reference to your instance of the Simple Notification Service.

About

A Multiplayer Naughts and Crosses game built with the Simple Notification Service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.4%
  • HTML 4.3%
  • CSS 0.3%