Memory Game is a Light & Sound Memory game to apply for CodePath's SITE Program.
Submitted by: Linxin Jiang
Time spent: 2 hours spent in total
Link to project: https://glitch.com/edit/#!/midnight-abaft-grenadilla
Live site: https://midnight-abaft-grenadilla.glitch.me
The following required functionality is complete:
- Game interface has a heading (h1 tag), a line of body text (p tag), and four buttons that match the demo app
- "Start" button toggles between "Start" and "Stop" when clicked.
- Game buttons each light up and play a sound when clicked.
- Computer plays back sequence of clues including sound and visual cue for each button
- Play progresses to the next turn (the user gets the next step in the pattern) after a correct guess.
- User wins the game after guessing a complete pattern
- User loses the game after an incorrect guess
The following optional features are implemented:
- Any HTML page elements (including game buttons) has been styled differently than in the tutorial
Here's a walkthrough of implemented user stories:
-
If you used any outside resources to help complete your submission (websites, books, people, etc) list them here. [W3Schools]
-
What was a challenge you encountered in creating this submission (be specific)? How did you overcome it? (recommended 200 - 400 words) [I have learned a little HTML and CSS before, so that part is not hard. But JavaScript does take me something to understand. The most difficult part for me is not the coding but the gif image. I didn't know I follow the video but the image didn't show. I tried many times redo it.]
-
What questions about web development do you have after completing your submission? (recommended 100 - 300 words) [Will a web development has been able to decide the layout of the web? Or it all depends on the designer? Can HTML, CSS work with Java to build a website? Because I learned Java most of the time, so I want to know how it works.]
-
If you had a few more hours to work on this project, what would you spend them doing (for example: refactoring certain functions, adding additional features, etc). Be specific. (recommended 100 - 300 words) [If I had a few more hours to work on this project, I would like to spend on the CSS part and add some functions, add a more complicated version.]
Copyright [Linxin Jiang]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
