Devlog #03: Building the “World Map Cuisine”
Hey everyone! Welcome back to the project.
Instead of only writing a static blog post for each country, I built a Single Page Application using JavaScript that hold 10 different global cuisines.
Here is how the structure of World Map Cuisine:
–Start Screen (startscreen())
The Entry Point: Welcomes the player,features a prominent “Start” button to launch the game.
–Country Selection (countryScreen())
The World Map:Each button is automatically labelled with the country’s name and its national flag emoji
–The Recipe (recipeScreen())
It displays the dish name, splits the layout into a split-pane view ingredients on the left, dish photo on the right, step-by-step instructions below, and appends navigation buttons to easily go “Back”, which returns to countryscreen or “Return Home,” which returns to startscreen
Our Global Recipe:
Every single recipe added to our country’s data object has been carefully designed to hit that sweet spot of intense flavour and a strict 15-minute limit
Which international dishes should I add to the page? Let us know in the comments!
url playdemo: https://theodora-sin.github.io/WebOS/game.html
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.