Skip to content

LickIt/fmi-ninety-nine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple implementation of the Ninety-nine card game.

It consists of a server on nodejs and static client html that communicate through web sockets. The card game logic is located on the server, the client just processes all the events and renders them appropriately. It currently supports multiplayer with 3 players.

This projects includes the ws nodejs module that provides a thin wrapper for working with web sockets. It is used instead of socket.io because of issues with CORS. It seemed redundant to me to deal with cross-origin issues despite the fact that web sockets are not bound by such rules. That's why I decided to go with the ws module which has less features.

It also includes jquery in the client side for manipulating DOM elements more easily. Note that the web page contains some experimental CSS features at the time of writing.

About

Ninety-Nine card game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published