dreammelter / NVD23

Example Godot project for the Speedrun Workshop
0 stars 0 forks source link

Port to new project file #1

Closed dreammelter closed 1 year ago

dreammelter commented 1 year ago

Move the working bits to a clean project file and record the steps for the handout.

dreammelter commented 1 year ago

Quick List of Behaviors (Block Breaking)

These are the things the Paddle/Cannon, Ball, and Blocks should do by the end of this task.

Paddle / Cannon

Ball

Block

This list should include the Block spawner, but I'll leave that in a separate issue for now: #6

dreammelter commented 1 year ago

Wall jump sprite is slightly off for the pixel adventure pink guy (and possibly the rest)... if we want to perfect it (to implement #24 cleanly) we could just flip the sprite sheet.

Doesn't have to be perfect for this step though.

dreammelter commented 1 year ago

...wondering if we'll really need to introduce a state machine for the player character. The code is pretty simple + clean as it is.

dreammelter commented 1 year ago

I promise I'll switch to a new branch once this issue's done.

dreammelter commented 1 year ago

In unfortunate almost-6AM-news:

I'll figure out what else is bugged later.

dreammelter commented 1 year ago

🚨 Not sure what the difference between the sandbox where I prototyped the paddle behavior and this new file, but things don't work like they did. (Which figures! When does anything work when you take it out of its perfect black box of conditions.... but that's the exact reason I started a new file. It's gotta work everywhere.)

Gonna ditch the paddle for now. I've managed to minimize the amount of skewing following a path did to the sprite, but I'd need more testing time to make it playable again. Which means there's a design change that's gonna push this out again... the paddle did seem like it'd be obnoxious in the long run.

dreammelter commented 1 year ago

As #28 mentioned, we're gonna move onto the next set of items and revisit the notion of a secondary game mechanic afterwards. Might still include the gravity stuff, but we'll cross that bridge again later.