About This Game
Yes Chef! Is a new game for foodies. It is basically a combination of Chutes & Ladders + Trivial Pursuit which uses an iOS device (iPad / iPhone / iPod Touch) to access a database of questions and outcomes.
This blog is intended as a sort of diary of the development of the game, and to provide an opportunity for anyone interested in the game to contribute to it.
Access the game directly
You can access the online version of the game using any iOS device by going to the following URL:
Current Status:
This is currently a static build - there is no data in it. It's currently being used to design the UI flow and tweak the CSS for iPhone and iPad versions.To add the game as an app to your device, look at the instructions at the bottom of this post...
-
Recent Posts
Recent Comments
Archives
Monthly Archives: January 2011
Audio in an iOS Web App
One of the additions to the HTML5 spec is the new <audio> and <video> tags which allows you to play sounds (or videos) and control them programatically via JavaScript. Audio tag information via HTML5Doctor.com I thought this would be a … Continue reading
Posted in Uncategorized
Comments Off on Audio in an iOS Web App
Board Design Part 2
Here’s what I came up with for the next version of the board: I think that this is the way to go – what do you think?
Posted in Uncategorized
Comments Off on Board Design Part 2
Board Design Part 1
Right from the initial inception of the game I had an image in my mind about what the physical part of the game would look like. The first thing that popped into my head was a spiral layout. I guess … Continue reading
Posted in Uncategorized
Comments Off on Board Design Part 1
Questions, questions, all about the questions…
So one of the important parts about the game are what kinds of questions are going to be asked and how will they be organized. Organizing the Questions The Trivial Pursuit model has questions broken up into categories based on … Continue reading
Posted in Gameplay
Comments Off on Questions, questions, all about the questions…