Giter VIP home page Giter VIP logo

12-memorygame's Introduction

#The Memory Game Imgur

Example

http://www.web-games-online.com/memory/

##Scope The success of your Rock Paper Scissors game has prompted your old employer, Old Games, New Programs LLC, to ask you to create another game for them. This time the game they have requested is the Memory game. The memory game is a game where a player is prompted to select a card and then find it's matching card within the next card. If a matching card is found, both cards remain face up, otherwise the cards are flipped back around and the process starts all over again.

##Project Criteria Your Manager has laid out the following requirements for the project:

  • The game will be a 1 player game.
  • The board must be shuffled each time a new game is played.
  • The game must keep score.

##Learning Objectives By the end of this project the employee will be able to...

  • Use for loops to iterate over an array of objects
  • Implement Math.random
  • Use conditions to evaluate a function

##References/Tools

##Instructions You are given Starter Code for this project which you must clone into your own workspace. You will notice that there are comments inside the script.js file that provide instructions for how components of this project should be made.

###Fork this repo.

###Clone repo into your own Cloud9 account workspace

  1. Go to https://c9.io/account/repos, click clone. To push to GitHub run the following commands in your terminal:
git status
git add .
git commit -m "example comment"
git push origin master

Fill out index.html and script.js

The index.html file and script.js in this repo is not fully complete as of right now. Use the comments within the files to help you complete the missing components of this game.

###Bonus

  • Add a timer that shows how long it took to complete the game. Remember the best score.
  • Use 3d transforms to rotate the blocks with a cool effect http://voxelcss.com/
  • ???

##How to Submit The final code for this project must be pushed back up to your repo on GitHub. To push to GitHub run the following commands in your terminal:

git status
git add .
git commit -m "example comment"
git push origin master
git push origin master:gh-pages

Don't forget to add your project link to your profile page!

12-memorygame's People

Contributors

sebasking01 avatar slackhappy avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.