Skip to content

ryanj/hearts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hearts!

A multiplayer online Hearts card game application using 'ws' (websocket) nodejs module.
This software is distributed under the General Public Licence.

Compile dependencies:

$ cd hearts
$ rm -R node_modules
$ npm install

Make a few changes:

Change 'host', 'port', 'mysqluser' and 'mysqlpasswd' variables in server.js
Change websocket address and port in index.html

Run:

$ node server.js

About

Hearts with 'websocket' nodejs library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published