Catch the Clown

Published January 28, 2018
Advertisement

 

Intro

image.png.c7031d6e3e46e1b8fad84f817543429b.png

Right off the bat you are greeted with this screen, the reason is because when the game starts the border will kill you if you cross it.

 

image.png.1a2e6c34cd8a16ead0a40f7c851f2a29.png

When the game starts, clowns move across the screen randomly with decoy grey clowns.

Normal clowns will increase your score while grey clowns will decrease.

image.png.30e17fba3fb065f43a1130201d4078da.png

After a short period of time, axes will spawn in 3 spots on the map and shoot across to the right of the room. I had originally planned to have the triggers spawn them, but they were having variable issues that caused problems as they spawned.

image.png.28c996250ce7aca9994c2f353086d6e1.png

Every so often a potion will appear for a short while, when clicked it will give the player a power up shield that can destroy axes by touching.

image.png.2d454add800efec10bfd2447b5dc48cf.pngExample of shield.

image.png.42136aceee6e5f0892a26cee1c2dc2de.png

After the player obtains 50 points a white shark will spawn, it will chase the curser and if it touches it, it will result in a game over. I had a hard time figuring what will spawn one shark and how fast to move it.

Note: the shield won’t destroy the shark but make it cower away in fear for a short time.

 

 

image.png.cfacd22584c723056e844b8962b5f366.png

At 100 points the red shark will spawn, it acts just like the white shark but is much faster.

image.png.0f6e0fc7ecfe396a61d8c0cd3ec76807.png

When you die you are greeted with a game over screen, the cause of death are as follows

1.       moving outside the screen

2.       getting eaten by a red or white shark

3.       getting hit by an axe

The hard part I had with this one was making sure that the game over image only showed up once, and that it wasn’t being repeated over and over. I fixed this by having it remove all objects in the field.

Also note that pressing R will reset you to the first room where you can start over. It has a small loading screen in-between that is easy to miss.

This concludes my documentation

Ideas to add:

I was considering adding difficulties that would determine

1.       how many axes are thrown

2.       how many grey clowns are present

3.       how fast the sharks move

4.       how often the potion spawns

I decided not to implement this due to time factor. (maybe I’ll add it as a dlc)

 

Final notes:

it was interesting/hard to figure out how to place the shield over the mouse, along with making the sharks follow the mouse. I also wanted to add more sound effects but I felt they’d get annoying and repetitive and make the game overly large so I decided not to. I hope you enjoy my changes I made to the catch the clown program.

Next Entry Maze game
0 likes 0 comments

Comments

Nobody has left a comment. You can be the first!
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Advertisement

Latest Entries

Shooting Pong

638 views

Maze game

797 views

Catch the Clown

1203 views

Calculator

703 views

Battleship Sim

787 views

Slot machine

1573 views
Advertisement