Skip to content
Permalink
ac62a72ae4
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
25 lines (22 sloc) 639 Bytes

##CSE 2102 Project

#####Things to do, roughly in order of importance:

  • Basic rendering (ability to render player, backbone for other graphics)
  • Controls
  • Basic Tiles/Walls
    • Tile/Wall rendering
  • Basic level loading (hard-coded levels)
    • Advanced level loading (stored in text files)
  • Collision checking
  • Menus
    • Main menu
    • Pausing
  • Basic Obstacles/Traps/Enemies
    • Obstacle/Trap/Enemy rendering

#####Things we would like to add eventually:

  • Music
  • Level editing
  • Statistic tracking
  • Options
    • Change controls
    • Change color of ball

💩