zorldo

Goofing around with Ebiten
git clone git://bsandro.tech/zorldo
Log | Files | Refs | README

DateCommit messageAuthorFiles+-
2021-10-19 21:37go fmtbsandro2+3-3
2021-10-19 21:15Moved tileset pictures and map files into "assets" subdirectory Added stub character at fixed position.bsandro24+54-158
2021-10-13 23:03Tiles grouped by coordinates and sorted(?) by layerbsandro2+34-17
2021-10-12 19:40Handle simultaneous key presses properlybsandro1+12-8
2021-10-11 21:50some new stuff on the mapbsandro2+45-45
2021-10-10 21:03render only tiles that are on screen (or adjacent)bsandro3+35-15
2021-10-06 22:52Camera as a separate structurebsandro2+43-10
2021-10-05 22:22Bump Ebiten version; read arrow keys and move viewport aka effectively scroll mapbsandro189+36186-4765
2021-10-05 20:19added readmebsandro1+14-0
2021-10-03 18:48precache tiles position and transformation matrixbsandro2+152-114
2021-10-03 13:28more random tilesetsbsandro1+0-0
2021-10-03 13:22couple of new tilesetsbsandro5+0-200
2021-10-03 10:41Game and map and tilesets init from the single entry point and configbsandro4+143-41
2021-10-03 02:14find first tileset gid for renderbsandro1+31-25
2021-10-02 23:56Full tile rotation supportbsandro3+38-16
2021-10-02 21:26Working horizontal rotation supportbsandro5+719-180
2021-09-29 22:38added gitignorebsandro1+3-0
2021-09-29 22:36initial commitbsandro470+163716-0