Skip to main content

2D Side Scroller Ideas : Dung Beetle Puzzle Game


Hopefully not a poop idea

The idea for this game comes from all the old mascot games of the late 90s early 2000s. The basic premise is that you play a dung beetle person akin to sonic or crash bandicoot, and have to go through stages moving a ball of dung from one spot to a goal. It would be, in essence, a puzzle game with light platforming.

This would require 10 or so puzzles of increasing complexity split into about 3 levels.
10 puzzles sound like a lot more than it is as for instance, the first 3-4 would be some variation on push the ball to the hole. This would be to teach the player that A. that is their objective and B. that this is the primary ways of solving puzzles. So in reality the number of unique puzzles would be 5 ish.

The mechanics would be simple platforming i.e jumping and moving plus the ability to push certain objects by walking into them such as the dung ball.

These mechanics would escalate over time by first establishing the basics what can and can't be done and then introduction complications in the form of obstacles and finally emergence in the form of multiply obstacles interacting at the same time. 

I'd also attempt to use the technique most often used by Nintendo in their games, which establishes a machinic then build upon it then repeat with another mechanic then finally combine the two together.

The fails states for this game would be, contact with hazards either environmental or enemy, and failing to complete a puzzle.

The endpoint would be completing all the puzzles.




Comments

Popular posts from this blog

Art and Design Exercises : Decontructing Art into Basic Shapes for 3D Modeling, Glastonbury Dam

The PoƤng of Art Glastonbury Dam, By Tyler Edlin, can be broken down into one large cube for the central building of the castle with another rotated and reduced for the roof. The wall is comprised of 4 cylinders with cones on top for the rooves. The tunnel section of the wall could be constructed from rectangles and cylinders using the difference boolean. For the details on the turrets themselves such as the wooden beams, I would use rectangles sunken into the surface to create the depth present in the facade. Alot of the surface detail is heavily repeated on a micro-scale and then on a macro-scale so I would probably try to create a detailed wall for example by creating the largest parts first then cut to get the tunnel, then add the rectangles to make up the supports on one small section and copy that across its breadth. Finally, I would then copy the whole thing for the other walls and make any changes that need to be made to distinguish them. using the same technique I would make t...

Affine texture mapping : Subdivide Mesh

Af fine map indeed Another bug I  encountered in my previous project was when using the PSX shader on large surfaces the warping became severe which was disorientating while playing. This is because the affine mapping that the shader does to emulate the affine mapping the PS1 did, approximates the positions of vertices in screen space meaning that if the vertex in question is far off-screen the approximation becomes more inaccurate meaning that if you subdivide the meshes into smaller triangles the effect is drastically diminished.

Technical tutorial : Illustrator and Photoshop

REVENGE OF ILLUSTRATOR First I loaded an image into illustrator then using the pen tool created shapes with which to create a clipping mask. This made the image into the same shape as the panel frame. I then used Image trace to change the image to black and white as well as adding the flattening effect which bands the colours. When I came to adding the image of Godzilla I opened it in photoshop and created a clipping mask to extract only the parts I wanted. Once I had done that I saved it as a png and opened it in my comic illustrator file. Both panels only took about 1 hour combined to create, so this was a very streamed lined process. The only issue I ran into was that if you modified a file that illustrator has open such as the photo of Godzilla the program will pester you incessantly about it until you relent and let it update at which point it will change all instances of the file to the updated version. This wiped about 10 min of work I had done extracting a photo of Godzilla. I ...