about summary refs log tree commit diff stats
path: root/js/game-frame/README.md
blob: 91ae7e68d3a354bc9ad32ade1ed56a45d374600a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Game frame

My *hope* is to make this a sort of generic starting point to prototype little exploration and puzzle games, a la old 2d Zelda games.

Needs to support: 

- [x] 2d, grid-based movement
- [x] collectable items
- configurable map
- panning camera to follow the character across a map larger than the default viewport

Does it need to support?

- NPCs?
- dialog?