Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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