about summary refs log tree commit diff stats
path: root/tutorial/task2.mu
Commit message (Collapse)AuthorAgeFilesLines
* sketching out a slow tutorialKartik K. Agaram2021-10-201-0/+7
e heck I'm doing.' href='/elioat/tour/commit/js/game-frame/README.md?id=544d53097c7f220e397ab2fb2d7f7973a8ae11da'>544d530 ^
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?