Game Off 2021 - YourWaifuIsALie

Blog and documentation for Game Off 2021 attempt.


Project maintained by YourWaifuIsALie Hosted on GitHub Pages — Theme by mattgraham

Game Off 2021 - Day 3

November 04, 2021

Plot

Not necessarily implementing anything written, but it’s good to have the idea ready just in case.

Opening scene has the Programmer (main antagonist) walking through the near-finished game with checklist in hand, followed by two buff-looking endgame mobs. The Programmer is muttering to themself, fretting about the timeline and how the game is nowhere near launch ready. They notice a weak trash mob sitting on the ground.

The trash mob is our intrepid player character and was actually intended to be one of the first tutorial monsters the player encounters. However, a change in genre/direction of the game means Bug doesn’t have a place in the game anymore. Programmer tells the boss most to delete Bug.

Post-cutscene, this represents the quick gameplay slice. The monster will chase the player character around in the closed room until they’re caught, engaging a battle. The battle is traditionally unwinnable. Given that Bug will have a constrained set of abilities (likely just “Attack” and “Heal”) trial-and-error “should” get the player to “heal” the boss monster and cause an integer-overflow death.

Battle mechanics

The most generic of JRPG elements you can think of.

Stats:

Actions:

So data structure wise we’ll have a few things:

Progress

TODO

Time Spent

6 + 1hr