chrisomatic / postmortem

2D Online Multiplayer Zombie Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

2D Online Multiplayer Zombie Game

License:MIT License


Languages

Language:C 96.7%Language:Python 2.3%Language:Objective-C 0.7%Language:GLSL 0.2%Language:Shell 0.0%