Skip to main content

2D Sidescroller Ideas : Jester: Medieval Warfare


We walk in the garden of his turbulence!


This game idea comes from two places, one is the film 2001 A Kight's Tale which is an anachronistic 'Rocky rip-off', set in medieval Europe's tournament jousting scene. The other inspiration is this Tumblr post.


The elevator pitch for this game is, You play a jester who through various methods must disrupt the fighting going on around you. These disruptions could include a mini Dance Dance Revolution game to distract the enemy combatants, or sitting up a tree and slinging insults at the other knights to disrupt there marching. It would take the anachronistic style of A Kight's Tale using modern jokes and jabs to create an air of levity. It would also be an inherently non-spatial game using systems other than the movement of the player to drive player engagement. 

The levels required to bring this idea to fruition would be one tutorial that sets up the 2-3 mini-games and then 2 escalation levels where these are built upon and combined.

The game would be built off of the mini-games, one would be the aforementioned Dance Dance Revolution (Basically quick time event) and the other would be something like pattern matching. The player would use basic platforming to move around levels to get to the mini-games and complete them giving them access to the next area.

The mini-games and the path to them would get more complex as the game progresses culminating in the vanquishing of a 'boss' mini game which triggers the end of the game.

Failing the mini-games too many times would send the player back to the start of the stage or to the nearest checkpoint.



 
























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 ...