Table of Contents
This code implements a Tenzies game where the player rolls dice until all dice show the same value and are held. The code manages the game state, generates and manipulates dice, and renders the game interface.
Proposed by: https://v2.scrimba.com/home
To get a local copy up and running follow these simple example steps.
- Check if Node.js is installed
node -v
If it is not installed, download and install it.
-
Clone the repo
git clone https://github.com/lalomax/Tenzies.git
-
Open directory
cd Tenzies
-
Install NPM packages
npm install
-
Run in development mode
npm run dev
- Add Changelog
- Multi-language Support
- Spanish
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Clone the repository
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
flowchart
A(1. Clone the repository) --> B((Clone Fork))
B --> C{2. Create Feature Branch}
C --> D[Make Changes]
D --> E((3. Commit Changes))
E --> F((4. Push Changes))
F --> G((5. Create Pull Request))
G -- Approved --> H((Merge Pull Request))
G -- Rejected --> D
Distributed under the MIT License. See LICENSE.txt
for more information.
Your Name - https://x.com/OrlandoFloresH - [email protected]
Project Link: https://github.com/lalomax/travel-journal
Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!