Latest Tweets:

[Flash 9 is required to listen to audio.]

HubbaGlobba Theme Tune

HubbaGlobba Second Improved Concept

I found that the first idea is to simple and most people would have something similar, so i decieided to take it to the next level and make a game similar but better.

In HubbaGlobba the aim is to kill all the globs in 120 Seconds starting with the big glob that moves slowly.

Then that slips to 2 Medium Globs.

Then that splits 3 small globs.

That then spilts to 5 extra small globs

Its a very hard game when you loose you get a comical

When you win you get the message comes up as

I have made custom sound track to the menu screen as well to add an atmosphere to the game.

The back ground of the game is real time if its am the background is orange, if its pm the its purple.

Give it a go

First Concept Idea

HubbaBubba

Essentially what this game is a First Person Shooter where you have to shoot all the bobbles on the screen.

Mouse Cursor

There is a no time limit but the user must kill all the bobbles to complete the game. Each Bobble has a different score that it totaled at the end depending on how long it existed on the stage.

Bobbles

Red = Large Shape, Slow Moving, Easy to shoot, Starts 2 Points, Increases Time Laps Largely

Blue = Medium Shape, Medium Speed, Medium Difficulty, Starts at 9 Points

Green = Small Shape, Fast Moving, Hard to shoot, Starts at 20 Points.

Bubble are random moving and created with a collision detention.

When shoot they will pop!

Assignment Brief

Casual gaming is a huge growth area. With simple gameplay they are generally one level and can be completed quickly.

You need to create an online, single player game that must be played from a page on your website. The game can be of any style and genre but must include a random influence from an outside source so every time the user plays the game, they get a different experience.

It must also include at least 1 of the following: Scoring system Timer

Handing will be during your scheduled workshop w/c 1st February. The game will be played during that session and all you will need to hand in will be the source code. You workbook must backup your choice of genre and your development process.

The game logo

The game logo

Website Validation

Pages Status – 19/11

index.htm – Index Page [This is Me] =  COMPLETE
onlinepres.htm – Online Presence =  COMPLETE
talk.htm – Talk to Me = COMPLETE
workshop3.css – CSS = COMPLETE

Validation Status – 19/11

index.htm – Index Page [This is Me] =  PASS
onlinepres.htm – Online Presence = PASS
talk.htm – Talk to Me = PASS
workshop3.css – CSS = PASS

Describing the Javascript

Introduction

On the page /talk.html I have embedded Javascript to my head attribute that firstly check the document for fields called fullnameemailmsg. Then assigns each field with an appropriate function.

fullname is given notEmpty function

email is given emailValidator function

msg is given notEmpty function

The notEmpty Function

First it check the field if the value of that field is equal to 0 then return false that sends it back to the allocation for each field to each function where if it false a message box will appear on the screen alloacted for fullname field with:

Please enter full name correctly.

If (else) true then it continues.

For the msg field same function applies but as it’s ID is different when the functionFALSE’S it send it back to the allocation for msg field which displays a message box containing:

Please enter your message.

The emailValidator Function

This function is similar to the notEmpty function but instead of checking for things equal to 0 it checks that characters  ’a-z’, ‘A-Z’, ‘0-9′, ‘.’, ‘@’. Are present then the functions true. If (else) false then message box will appear on the screen alloacted for email field with:

Please enter a valid email address.

Happiness on completion
Today I have finally finished the Assignment this makes me very happy because the Form Validation was a pain staking process, why I think this is because Javascript it something that i’m less use to in website design.
But now at least I can say that I learnt a new skill.

Happiness on completion

Today I have finally finished the Assignment this makes me very happy because the Form Validation was a pain staking process, why I think this is because Javascript it something that i’m less use to in website design.

But now at least I can say that I learnt a new skill.

Colourblind Filter Test

(Click the image to view the full filter) Normal

Colour Blindness: Colour Blindness: Protan (Most majority of conditions)

Colour Blindness: Deutan

Color Blindness: Tritan

Colour Blindness Result: PASS

The dodgy table.

Hopefully I will be able to include 1 table in my design. It’s not for layout use but because next to my picture I want to contain a table for more detailed facts about me a bit like a fact file BUT! the  question is would I be able to?