Skip to content

chrisomatic/postmortem

Repository files navigation

Postmortem

🧟

This is a work-in-progress 2D game

TODO

  • Add tile properties
  • Add collision between entities
  • Add objects
  • Add building blocks
  • Add chests
  • Add basic GUI
  • Add melee weapons
  • Define hit box and collision boxes for player

DONE

  • Add animation support
  • Add point light support
  • Add networking
  • Write list wrapper
  • Add font support
  • Create hit boxes for Zombies
  • Add projectile collision
  • Draw only what is visible
  • Add draw_line function
  • Add draw_rect function
  • Write map loader
  • Do simple world tile drawing using atlas lookup
  • Add projectile support
  • Add starter graphics for Zombie and Player
  • Create image draw APIs with OpenGL

Build and Run Example

    sudo pacman -S --needed gcc glfw glew
    ./run.sh