I used to watch this show almost everyday growing up and it's still fun to play at parties! The show itself has A LOT of games but I'll be going for the classic - guess the price of the items and win them!
Here, my basic target will be to create a game for 2 players.
An item will be shown in the screen (with the price hidden) and the players will be prompted to give an input number.
Once each player submits, the input number of each player will be displayed and input fields will disabled, and the Reveal button will show.
(Not sure about the part on disabling input fields yet. May want it not to be disabled so that players can change their minds before clicking on the reveal button)
Once the reveal button is clicked, the price of the item will be revealed and at the same time the player inputs will be compared with the price of the item.
And the game will restart with a new item and the player that has the most items in the shopping cart can bring it home!
I forsee that I would be able to handle doing just one game for now. If I manage to reach the basic logic and skeleton of the game, I'd add in these features (to make it as close to the real game as possible!)
- 'ting' sound when players input their guess (nope)
- Color scheme - muted pink, blue, yellow, green. (nope)
- Allow for players to add their names and the winner name to use the players' actual name. (done!)
- Allow for 4 players
Additional stuff that is really extra
- "audience" pple giving random guesses to help the players.
- Code snippet for the custom logic part.
- Mini Journal - to show progress
- References
In progress: Flowchart
Plan
- Monday: JS Logic
- Tuesday: JS Clean up (gonna be lots of repeats)
- Wed: CSS and Extra features
###Progress
- Monday: Managed to make the skeleton of the game. Game can be played with 1 item
- Tuesday: Explored using JSON, but used JS instead to generate new products. Game is considered stable but had no Player Name, and no Scoreboard
- Wednesday: Remade the game in another repo. This time added features: Player Name and Shopping Cart("scoreboard")
- Thursday: Added multiple levels and stabilized functions and jquery.
####Reference
- Did own code. But to see history/progress/commits of the new repo, please see - https://github.com/noobnur/project01-copy
- Link to game: https://noobnur.github.io/project-1/
