view TODO.txt @ 98:93256a0987a2

Fix newer pep8 continuation complaint
author Neil Muller <drnlmuller@gmail.com>
date Mon, 02 Sep 2013 11:50:04 +0200
parents 2d7298f362f9
children 99283e157da9
line wrap: on
line source



TODO
====

* Doors

* Changing areas

* Viewport support

* Switches and Boxes
  - Minimal construction kit for puzzles

* Items

* Inventory

* Puzzle objects
  - Puzzle objects need to contain the logic of the puzzle
    "Needs foo in position bar and baz is off"

  - How do we hook these up to the level?

  - How much state do we save to avoid breaking the game?

* Level format
  - Should become sane

* Enemies
  - Are desirable

* Shooting
  - Follows from enemies

* Breakables
  - Has implications for saving state