Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anarmawala/react-slapjack
Web App using socket.io to allow four players to play Slapjack (or Slaps) over the internet
https://github.com/anarmawala/react-slapjack
card game javascript node-js react slapjack socket-io
Last synced: about 2 months ago
JSON representation
Web App using socket.io to allow four players to play Slapjack (or Slaps) over the internet
- Host: GitHub
- URL: https://github.com/anarmawala/react-slapjack
- Owner: anarmawala
- Created: 2019-04-17T16:03:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T11:03:14.000Z (almost 2 years ago)
- Last Synced: 2024-02-17T05:26:57.085Z (11 months ago)
- Topics: card, game, javascript, node-js, react, slapjack, socket-io
- Language: JavaScript
- Homepage:
- Size: 12 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Slapjack by Arshad | Jigar | Angela | Clark
Slapjack, a card game that puts every player’s reaction to the test. The object of the game is to win all the cards of the deck that are played at the center by all players. A player can win all the cards put in the center by slapping the center when a jack is put down. In the case of a desktop game, they’d be pressing a button. Each hand is facedown so that players are unable to see their own cards. Otherwise, a player would be aware when they’re about to put down a card.
## client
Slapjack Client Web Server## logistics
Non-code documentation file.## server
Old Logic Server, no longer used.## ts_server
Socket.io(logic) Server (brain of the game)