Skip to content

duy-luongh/codepath-prework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pre-work - Memory Game

Memory Game is a Light & Sound Memory game to apply for CodePath's SITE Program.

Submitted by: DANTE LUONG (HOANG DUY LUONG)

Time spent: 10 hours spent in total

Link to project: https://glitch.com/edit/#!/lucky-adorable-botany

Required Functionality

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
  • Buttons use a pitch (frequency) other than the ones in the tutorial
  • More than 4 functional game buttons
  • Playback speeds up on each turn
  • Computer picks a different pattern each time the game is played
  • Player only loses after 3 mistakes (instead of on the first mistake)
  • Game button appearance change goes beyond color (e.g. add an image)
  • Game button sound is more complex than a single tone (e.g. an audio file, a chord, a sequence of multiple tones)
  • User has a limited amount of time to enter their guess on each turn

The following additional features are implemented:

  • Modified frequency (Hz) of buttons to match with DO, RE, MI, FA, SOL, LA music note.

Video Walkthrough (GIF)

Start/Stop Button Behavior: Press start to start the game, and press stop to stop the game.

Losing the Game: User will have 3 guesses in total, and if the user to make 3 mistakes, they lose the game. Moreover, there are limited time for guessing, and if user run out of time they will also lose the game.

Winning the Game:

Reflection Questions

  1. If you used any outside resources to help complete your submission (websites, books, people, etc) list them here. => I use Google and Stackoverflow to search on how to generate random whole numbers from a specific range, how to use inteval and some of javascripts syntax.

  2. What was a challenge you encountered in creating this submission (be specific)? How did you overcome it? (recommended 200 - 400 words) => I faced many challenges when I was doing the project and optional features because I had to prioritize my time for studying and doing assignments. Other than that, I did not find it difficult to create this submission. Because I had heard about GitHub and some other version control softwares, it did not take many times to upload my project from Glitch to GitHub.

  3. What questions about web development do you have after completing your submission? (recommended 100 - 300 words) => I would like to know more about web application development. Since I am working at frontdesk in my college, I had a chance to use many different management and check-in softwares. I wonder if I can make something like that or improve it because I feel like the user experience is not very good on those applications.

  4. 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 spend them doing more documentation on my code. I would add more comments and explanations to make it easier for future maintenance. Also, I would spend more time testing my program with different test cases to make sure it was correctly implemented.

Interview Recording URL Link

My 5-minute Interview Recording

License

Copyright DANTE LUONG (HOANG DUY LUONG)

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.

About

Codepath light and sound memory game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published