Vincent440 / jquery-crystal-game

A game created using jQuery and JavaScript with Bootstrap styling. A user clicks on 4 images of crystals while attempting to reach a target score.

Home Page:https://www.vshury.com/jquery-crystal-game/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jQuery Crystal Game

Vincent440

Description

A Crystal Collector game using jquery & bootstrap. Four crystal images are displayed and the user must click them to increase their score attempting to reach a target goal. if they go over they lose.

Installation

  • git clone
git clone https://github.com/Vincent440/jquery-crystal-game.git
  • cd into the directory
cd jquery-crystal-game
  • Open up the index.html in your browser and start playing

Usage

You can Play here through github pages.

You will be given a random number at the start of the game

There are four crystals below. By clicking on a crystal you will add a specific amount of points to your total score.

You win the game by matching your total score to the random number, you lose the game if your total score goes above the random number.

The value of each crystal is hidden from you until you click on it.

Each time when the game starts, the game will change the values of each crystal.

jQuery Crystal Game Screenshot of game

Credits

Vincent Shury

Full stack developer

License

MIT License


2019 Vincent Shury

About

A game created using jQuery and JavaScript with Bootstrap styling. A user clicks on 4 images of crystals while attempting to reach a target score.

https://www.vshury.com/jquery-crystal-game/

License:MIT License


Languages

Language:HTML 42.4%Language:JavaScript 40.9%Language:CSS 16.7%