gdquest-demos / godot-demos-2022

Free and open-source Godot demos for learning, with guides and tutorials: 2022 edition.
Other
411 stars 40 forks source link

New demo: block and parry #22

Closed NathanLovato closed 2 years ago

NathanLovato commented 2 years ago

Create a demo to showcase a parry mechanic in a 2D game. This demo is, in particular, about a "perfect block". It should showcase both a basic blocking mechanic ( you press a key down, and it blocks incoming attacks) and some special bonus when blocking with great timing.

Like before, you want the demo to focus entirely on the parry mechanic, so you want:

You can use side-view-only gameplay for this demo to keep the character movement/parry code simple. Like in a fighting game, where characters always face the same direction.

Requirements

Optional

(these things are optional requirements to add if you feel up to the challenge)

Important aspects of the design