Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 905 Bytes

readme.md

File metadata and controls

35 lines (28 loc) · 905 Bytes

Godot 4 top-down 2D

Status: WIP
Genre: Top Down 2D game, Zelda inspired
Made with Godot 4 alpha6

Mechanics

  • Player Movement
    • Sprite animations with AnimatedSprite
  • Enemy movement
  • Chest interaction
    • get sword from the chest
  • Attack
    • AnimationPlayer based animations
    • HitBox and HurtBoxes
    • FlashEffect node
    • Knockback
    • Recovery state
  • TileMap with collisions
  • Simple state machine for Player state
  • SFX/Music
  • Music pitch shift + volume fade (on gameover)

Licenses

Code: MIT

Assets