Skip to content

abwilson23/web-hanabi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-hanabi

Web based version of the card game Hanabi

Development

To run web-hanabi you need have Node.js installed. Once installed, go to the web-hanabi directory and type

node server.js

on the command line to start the web-hanabi server. If all goes well, a message will be printed stating that a server was successfully started on port 3000. You can then access localhost:3000 from your web browser.

Files listed under the public/ directory are served statically.

  • websockets_test.html: Navigate to localhost:3000/websockets_test.html to test the websockets code. If you navigate to that page from several different browser windows and click the 'Send Random Message' button, a message should be sent between all instances of browsers at that page!

    If you want to see syncronization between different computers, navigate a browser on another computer to <your IP>:3000/websockets_test.html

About

Web based version of the card game Hanabi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors