Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adityarajsingh/blackjack
A multiplayer online blackjack game made using Node JS and Socket.io in which you can play with others sharing your own private room password.
https://github.com/adityarajsingh/blackjack
blackjack game-development nodejs socket-io
Last synced: 19 days ago
JSON representation
A multiplayer online blackjack game made using Node JS and Socket.io in which you can play with others sharing your own private room password.
- Host: GitHub
- URL: https://github.com/adityarajsingh/blackjack
- Owner: AdityaRajSingh
- License: mit
- Created: 2019-05-09T10:42:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T05:14:26.000Z (about 2 years ago)
- Last Synced: 2023-03-03T02:02:53.868Z (almost 2 years ago)
- Topics: blackjack, game-development, nodejs, socket-io
- Language: JavaScript
- Homepage: https://black--jack.herokuapp.com/
- Size: 25.8 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BLACK JACK
A multiplayer online blackjack game.
## Play
Want to try it out? [Play](https://black--jack.herokuapp.com/)
## Description
A multiplayer blackjack game made using Node JS and Socket.io in which you can play with others sharing your own private room password.
Also authenticate yourself to play and keep track of your overall profit/loss!## Demo
A complete demo of the game can be found [here].(https://www.youtube.com/watch?v=vaTA9Ve-tVw)## How to set it up?
- Clone this repository.
- Then inside the folder.Using npm:
```bash
$ npm install
```## How to start?
Using npm:```bash
$ npm start
```
# Screenshots
![](./Screenshots/Screenshot1.png)![](./Screenshots/Screenshot2.png)
![](./Screenshots/Screenshot3.png)
## Technology Stack
- HTML, CSS
- Javascript
- jQuery
- Node.js
- Socket.io## References
- Stack Overflow
- Socket.io## Future Updates
- Leaderboard
- Authorization using Social Platforms