o
odin.langpkg.dev
packages / app / abandoned-game

abandoned-game

e266a5fapp

the 2d pixel platformer of the future

No license · updated 1 year ago

Abandoned Game

this is my 2d pixel platformer, and I will probably abandon it (lol)

image

Quickstart

$ odin run .

for debug purposes (additional memory tracking):

$ odin run . -debug

TODO

  • basic health (hp) mechanics
    • game resets when player health <= 0
  • entity should be knocked back on damage
  • main menu ?
  • add game over screen