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 1

November 02, 2021

Game systems

Genres mean nothing, but we’re looking to make a (J)RPG. At worst, something that looks like a Game Maker RPG but in Unity. I would be happy with that; I loved all the Game Maker/RPG Maker games like Mad Father or The Witch’s House.

Main

Straight forward.

Options

Many potential options, some required some not.

Sound control

Visual control

In-game systems

Overworld

The environment the character can move around in. Some possible styles:

If possible I think I’d like to target the Paper Mario style, since it’s (hopefully) not too hard and gives the opportunity for fun animations when using power-ups. Perhaps I can also play with billboarding and allowing a freely-rotating camera too (which also opens up “camera bugs”).

Likely to be instanced rooms the player travels between (potentially allowing “teleporting bugs”) instead of some large open-world map.

If there’s non-scripted battles, then I would prefer them to be free-roaming enemies that you could avoid collision with to avoid battles.

Battle

Many possible styles, both in terms of mechanics and graphics

Mechanically:

Aesthetically:

If we’re doing side view overworld, it makes sense to also do side view battles and re-use the overworld assets. Just like in Paper Mario, the characters walking around on the map also fight.

Progress

TODO

Time Spent

2.5 + 2hr