[MY FIRST INDEPENDENT GITHUB PROJECT! Initially created for CodePath interview process]
Memory Game is a Light & Sound Memory game to apply for CodePath's SITE Program.
Submitted by: Steven Isaac
Time spent: 12 hours spent in total
Link to project: (https://avengers-song-trainer.glitch.me)
The following functionality is complete:
- Game buttons each 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 features are implemented:
- Any HTML page elements (including game buttons) has been styled differently
- Buttons use a pitch (frequency)
- More than 4 functional game buttons
- 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)
- If you used any outside resources to help complete your submission (websites, books, people, etc) list them here.
Marvel's Avengers Background image - https://www.besthdwallpaper.com/movies/avengers-infinity-war-all-heroes-dt_en-US-894.html
- What was a challenge you encountered in creating this submission (be specific)? How did you overcome it? (recommended 200 - 400 words)
One challenge I encountered while creating my submission was the display being messed up when accessed from different types of devices. This causes an inconsistent rendering of the page from screen to screen. I am still in the process of fixing this by using relative positioning to judge based on screen size where to position the buttons and text.
- What questions about web development do you have after completing your submission? (recommended 100 - 300 words)
I would like to know more about how live servers work and are accessible from almost any device. Additionally, how do production level companies regulate high numbers of employees and keep tabs on the quality of work each employee adds to the site?
- 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)
I would add more buttons for users to be able recreate more of the Avengers song. Additionally, I would implement a timer and background graphics- if the user wins under the time limit, the background shows the heroes celebrating. If the user misplays the pattern or does not complete it in time, an image of the villain would be displayed. I would refactor the start button to be integrated with the Avengers logo somehow (perhaps the A letter in start is the Avengers logo?) as well.
Copyright [STEVEN ISAAC]
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.