Skip to main content

2D Side Scroller Ideas : Girls Night!: Catacombs of Paris


As their baleful chittering echoed ceaselessly along the walls of the catacombs, I thought "Pity the dead for they do not know to what they awaken".


This game idea came to me as a platformer like 'Hollow Knight' or 'Blasphemous' with the twist that you play as something you wouldn't expect to find in a game like that like a clown or something. Then I saw this Tumblr post.
This solidified the idea into a dungeon crawler in which you control night out gone wrong. The concept of controlling a group as one entity lead to some interesting ideas such as player health being displayed as the number of members in the group à la 'Pikmin' or 'Carrion'. it also made me think about what if the enemies were scared of the player and run away and your job was to catch them rather than avoid them.

I would attempt to make this concept work in three levels with the first being a short series of encounters designed to show the player the controls, methods of movement etc. and the second and third would be puzzle-like for the player to solve.

The mechanics would be platforming plus some sort of attack like throwing bottles to hit the enemies creating simple combat encounters. This would escalate into having to escape the level while chasing down enemies to get through doors using this simple combat mechanics.

The end would be escaping the catacombs and the fail states would be loss of hp or failing to complete a challenge in a time.







Comments

Popular posts from this blog

2D Side Scroller : The Final Idea

When the rubber meets the road. The Panda here represents  Covid-19 During the course of recent events, it became clear to me that my time was somewhat limited in this project. As a result, I have elected to go with my first idea, the Dung beetle puzzle game. This should provide me with a decent opportunity to stretch myself in the implementation and iteration of mechanically without requiring nearly as much in terms of asset creation which for this project at least isn't one of the marking criteria anyway.  The Dung Beetle Puzzle Game is changing slightly to just a puzzle game but keeping the core idea of pushing a large ball around as its main mechanic. So the player characters job is to get the ball to its goal and then make their way to the exit of the stage. This gives me a solid and simple foundation to build some hopefully cool puzzles off of without bogging me down in extra systems, which if you refer to my previous ideas was rampant. Even when stating that I have eyes...

The Barbican

Enemy at the Gate The Barbican estate in London features a lot of the style of architecture that I wanted to emulate in the art and design project, so for this project, I'm going to try to create my own barbican estate using the real one as the palette. To do this I'm going to create concept art using the barbican as part of a reference sandwich to create unique architecture that should both be evocative of contemporary London, retrofuturist and contain elements meant to subtly guide the player through the area to their goal.

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.