xaerru / jewel-jack

A react based successor to blackjack - with jewels of course!!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jewel Jack

The free to play jewel based black jack game

Created by zaycation.dev

View Live

Join our discord!

This project has 2 primary goals. First, it is to act as a fun game to pass time. It is not easy, but it's fun enough to make you keep trying. Secondly, this repo plans to double as an awesome way to introduce new devs to contributing to open source github projects.

How to contribute

In order to contribute to the repo, please follow these steps:

1. Fork the main repo

2. Clone the repo to your local machine

git clone https://github.com/zaycation/jewel-jack && cd jewel-jack

3. Install the dependencies

npm install

4. Start the server

npm run dev

5. Create a new branch for your changes, updates, etc.

git checkout -b <name-of-branch>

6. Make the changes you'd like and submit a pull request

About

A react based successor to blackjack - with jewels of course!!


Languages

Language:JavaScript 82.0%Language:CSS 12.0%Language:HTML 5.9%