Skip to main content

DungeoNeer Game Pitch

 Here you can find the video recordings of the Game pitches I made in my class during my MA Game Development (Design) course at Kingston University. You can follow up with a full, detailed GDD after watching the pitches here: GDD and prototype gameplay and game assets I made in blender here: Prototype and Assets

The Game pitches were an assessed part of the module, the first pitch was not assessed as it was purely for the students to learn how to pitch games to studios and producers in the future. Only the 2nd and final pitch was graded, which was revised both from a game design and its presentation perspective based on feedback from our Professors Dr. Jarek Francik (whom you'll see in the videos) and Hope Caton (was seated behind the camera, but you can hear her)

The final pitch was revised following feedback from the first one and the GDD was amended after feedback from the final pitch to include new design ideas and better realization of previous ones.


This is the final pitch, presented in January 2022, following feedback from the initial pitch in December (see below). During the presentation I interact with a pre-recorded voice that is supposed to be one of the characters in the game, an AI named Botsworth, who helps with onboarding the player and provides in-game, diegetic tutorials. So, this concept was integrated in the pitch as well, where pre-recorded robotic voice lines were added for a few slides that can be triggered to simulate a conversion between me and the AI bot while I presented the game to my fellow classmates and Professors. Since the room and the recording equipment were not specially tailored for live recording, most of the audio from the Powerpoint sounds muddled.



This was the first time the game was pitched to the students and professors of my class in December 2021. The video has my game presentation followed by a feedback and QA session.




Popular posts from this blog

Game Design Project: Entry 8 - Prototype development

 For the project I decided to showcase the tools functionality and level design in DungeoNeer through a 3D animation. The walk through will start from the beginning of a run when the player spawns and collects their random set of tools and equipment from the bench.  The below image is a render showing the bench with all the tools that the player gets to start the run with. This was rendered with Cycles which is a physical based render engine that used raytracing, but this may not be a feasible option for rendering the whole prototype as a single frame in Cycles can take upwards of 60s to render on my PC.  Some key game mechanics that I wish to show off in the prototype are :  Multiple runs within a single cycle and letting the player see the changes to the game world  Traversing through ventilation ducts  Climbing over and walking across pipes Sneaking around enemies and using ranged weapons Show the DIM Scanner in action Show the electrical puzzle mini gam...

Game Design Project : Entry 9 - Level Design through Procedural Generation

 Level Design is the most important screw that holds DungeoNeer together. As a roguelite game the player gets a randomized set of tools and equipment at the start of each run. As they progress through the dungeon they can collect materials and other components to craft more tools that would allow them to access previously inaccessible areas. The game is primarily a stealth game (with action and combat elements), so the levels have to be intricately designed to allow players to sneak past the enemies and obstacles, however they choose to. Since the player may not have access to some of the pathways due to them not having the right tool to open a vent or a locked door that requires a keycard; the levels have to be constructed in such a way that there is always a way for the player to progress regardless of what loadout they start with. So, in essence the game doesn't fully halt the players progress, it merely slows down and restricts the player's passage through that path tempora...