Friday, July 27, 2007

Wednesday, July 25, 2007

Chopping Board

Chopping Board class is now complete aswell.

Total Line Count

6039 Lines of code - 25 July 2007

Classes

The Moveable Object (TOverloadedSprite) and Food Item (TFood) classes are fully coded.
Working on the chopping board class now.

Monday, July 23, 2007

Kitchen Areas


The 'drop zones' for the game are now positioned.
Each red square shows a zone but the squares will be invisible when playing the game. The logic behind each zone still needs to be defined.

Friday, July 20, 2007

Game Logic Table


This table lists the areas within the game, the left of the table indicates the starting point, the top of the table indicates the next step(the following area you may or may not travel to).


Conditionals
C1 – Correct storage position and food type
C2 – Contaminated
C3 – Not contaminated
C4 – Correct chopping board choice
C5 – Recently cooked food




AREA CODES
1 = Hand Wash Station
2 = Deliveries
3 = Fridge
4 = Chopping boards
5 = Raw Prep Area
6 = Cooked and Ready-to-Eat Prep Area
7 = Utensils + Chopping Board Wash Area
7.1 = cleaning Agents
8 = Bin
9 = Cooking Area
10 = Hot hold
11 = Cold display
13 = Chilled Cabinet

Wednesday, July 18, 2007

Contamin8 Kitchen in 3D



Above shows a 'work in progress' 3D plan of the contamin8 kitchen
designed in Sketch up. After completion, this model will be imported
into Illustrator where it will be further rendered and coloured etc.
At the moment i'm adding as much detail as possible so i will have
less drawing work to complete in Illustrator.

Coding

Proper coding has begun!

Monday, July 16, 2007

Mouse Functionality

The mouse functionality of the game is working Yippee! This took me a long time because of problems with window layouts and co-ordinates but all is well now. Phew!

--EDIT: 20/7/07 -- Changed from TWindow to TSprite

Friday, July 13, 2007

Storyboarding, scripting and learning outcomes

I have put aside the interface development for the past two days and have begun to explore ways to develop the learning outcomes of the game. Today I have been looking through the reading material recommended by Greg and have been noting key information that could be used to script the game. (i.e. information for splash pages, intro pages, tutorials and dialogue boxes throughout the game). I have also been identifying interesting ways that this information can be visually presented to the viewer. From this information I hope to generate a detailed script and storyboard for the game.

Thursday, July 12, 2007

Mouse is partially-functional

The 'drag' coding in the mouses 'drag and drop' is functional. I now need to make particular 'drop' zones and get that part working. This is taking more time than originally anticipated but is a major factor in the game so needs to be sorted. Before I go any further I will sit down and try to define a general structure for all of the game code. Classes etc.

Wednesday, July 11, 2007

Interface under construction


Ariel plan


Drag and Drop Mouse

The idea of the mouse turning into the food as you need to drag and drop it to areas is nearly functional. By the end of today I should have it fully functional.

Tuesday, July 10, 2007


Coding

Working on using my own classes and objects within the playground project. Should be able to pretty soon.

Game Structure Diagram


Diagram

Made a diagram today that is a cross between a use case diagram and a flowchart. It gets the point across hopefully. The diagram highlights the general flow of the game and any major programming areas that need to be developed (and to remember all of them!). The diagram shall be uploaded when converted to digital form sometime during the day.

Monday, July 9, 2007

Programmers Funny Stuff

This is for someone who is coding this in the future, or for me to look back at when I'm finished coding. After some time trying to figure out how to change the cursor image and writing this :-
TPlatform::SetCursor( TTexture::GetSimple("cursor/cursor"), TPoint(2,2) );
I figured out it was this :-
TPlatform::GetInstance()->SetCursor( TTexture::GetSimple("cursor/cursor"), TPoint(2,2) );

...D'oh!

This is the first sketch of the proposed interface design. As you can see from the large amount of pencil notes, there are plenty of adjustments to make before we reach the final design.
Today i wrote up a detailed game scenario, and noted the functions required to complete one task within the game. Brendan looked over these notes and has been researching ways to programme key gameplay features.

Friday, July 6, 2007

The Next Steps

At this early stage we have developed a general Design Plan for the game and have explored a possible visual approach. The next steps will involve generating a more detailed Design Plan. In the next week, we will discuss and document all possible gameplay scenarios in order to achieve a clearer notion of how users will interact with the game. This analysis should contribute to a more concise and considered Design Plan.

Work up until now.

After initial game research, development of ideas began for different topics. Some of these topics included hydraulics, marking and food safety. Research also began on such things as art work styles and game engine design and implementations. After much discussion Paula and myself decided to work on a game with a food safety aspect. With met up with Greg (food science and environmental health lecturer D.I.T. Cathal Brugha St. and one of the consultants for this project) and trips to such places like the Dublin city council markets and the D.I.T Cathal Brugha street kitchens soon followed. This gave us a great feel for the idea of a health and safety project and also allowed us to take pictures which we could benefit from in the future. During this week (2nd - 8th July) we came up with a few ideas and after consultation with Hugh (Supervisor of the project) the team presented an idea to Kevin and Noreen ( D.I.T. e-Learning supervisors). The working title of the game ' contamin8 ' and the blog were also created today.

Start Of Blog

The blog for contamin8 has been set up.