Table of Contents
Candyland is a classic board game that was first published in 1949. Its aim is to provide a fun game that young children can play without knowing how to count or read.
To get a local copy up and running follow these simple steps.
There are no prerequisites.
- Clone the repo
git clone https://github.com/hcduffey/candyland.git
- Open index.html in your browser
The page loads with the game ready to play and set to Player 1's turn. Moves are made by first clicking the "Draw" button to draw a card. That player then clicks the nearest gameboard square to their game piece that matches the color of the square on the drawn card. The first player to make it to the end of the board wins.
Click the Reset button at any time to start a new game.
If a player lands on the purple square nearest Gum Drop Pass, their game piece advances through the "shortcut" through the secret path illustrated by the dotted lined squares.
The first player to reach the Candy Castle at the end of the board wins the game. Note: the Candy Castle square can be any color.
- Create an "Licorice Square" that causes the player to lose a turn if they land on it
- Add double-square cards that enable players to move to the second square of that color instead of the first
- Make the interface responsive so that it can be played on smaller screens
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!
- Fork the Project
- 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
Distributed under the MIT License. See LICENSE.txt
for more information.
Cliff Duffey - @cliffduffey2
Project Link: https://github.com/hcduffey/candyland