diff options
Diffstat (limited to 'js')
-rw-r--r-- | js/game-frame/README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/js/game-frame/README.md b/js/game-frame/README.md new file mode 100644 index 0000000..cd787f2 --- /dev/null +++ b/js/game-frame/README.md @@ -0,0 +1,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: + +- 2d, grid-based movement +- 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? \ No newline at end of file |