This website requires JavaScript.
fdaefc4e72
More menu work. Begin implementing an inventory system.
master
Anna Wiggins
2019-12-15 01:01:19 -0500
c86589ec6a
Compress location data into a single byte.
Anna Wiggins
2019-12-11 19:23:28 -0500
ea8b0360bc
Start implementing a menu system, fix game save/load.
Anna Wiggins
2019-12-11 18:43:11 -0500
109283a383
Add savegame clearing function.
Anna Wiggins
2019-12-11 18:20:13 -0500
77f3d49ba9
Add more explicit control around save/load. This still seems to only work sporadically though.
Anna Wiggins
2019-12-11 15:27:50 -0500
06879ee1ad
More sprite cleanup, add 'house' sprite.
Anna Wiggins
2019-12-11 13:52:23 -0500
4eb7632682
Only render 7x7 instead of 8x8, so that we can center the player on the screen more easily.
Anna Wiggins
2019-12-11 13:30:18 -0500
aa22c8a054
Rework the game to use double-sized sprites. This gives us more room for detail.
Anna Wiggins
2019-12-11 13:23:25 -0500
873cbbbad4
Merge branch 'master' of ssh://git.annabunch.es:2222/annabunches/a_pleasant_stroll
Anna Wiggins
2019-12-11 02:13:59 -0500
b8c9b36b0b
Save player location to cartdata
Anna Wiggins
2019-12-11 02:13:11 -0500
a2ff92cfc0
Save player location on exit.
Anna Wiggins
2019-12-11 02:13:11 -0500
374336ee4a
Implement mod_buffer culling, as well as a flag that makes some changes more persistent than others.
Anna Wiggins
2019-12-11 01:47:02 -0500
1e9c456f78
Lots of code cleanup. Start implementing mod buffer culling.
Anna Wiggins
2019-12-11 01:34:46 -0500
16bcbc8e00
Large refactor to avoid the need to use map() and camera() - the new approach just re-calculates the local world and allows us to scroll 'smoothly' forever.
Anna Wiggins
2019-12-11 01:06:33 -0500
2ca23a7b4e
Use cls() instead of rectfill() to try and reduce 'black screen' errors.
Anna Wiggins
2019-12-11 00:38:46 -0500
53896b0f0e
Move debug code to a separate file.
Anna Wiggins
2019-12-11 00:31:12 -0500
a75408fb22
Some debug code cleanup, change the format for the mod buffer key.
Anna Wiggins
2019-12-11 00:29:02 -0500
8e66d3c380
Add menu icons, update index numbers.
Anna Wiggins
2019-12-10 15:51:32 -0500
d8f2c26e05
Rename game to something less technical.
Anna Wiggins
2019-12-10 14:47:43 -0500
c6dd13d332
Add interactability with some map objects, and store changed map tiles in a buffer for persistence.
Anna Wiggins
2019-12-09 21:50:06 -0500
89a63f59b8
Implement missing map tiles, add a new meadow biome, make biomes more granular.
Anna Wiggins
2019-12-09 19:17:50 -0500
cdced463ed
Fix broken redraw code, implement player sprites (some) and get ready for interactable objects.
Anna Wiggins
2019-12-09 18:50:20 -0500
3a9fac53f0
More optimization, add constants file for eventual descructible scenery.
Anna Wiggins
2019-12-09 16:51:15 -0500
130c393c51
Optimization pass for number of tokens used - eliminate unnecessary tables, constants.
Anna Wiggins
2019-12-09 16:35:45 -0500
753700c144
Clean up a few functions and get ready for new features.
Anna Wiggins
2019-12-09 16:12:48 -0500
15c76c3884
Initial music playing code.
Anna Wiggins
2019-12-09 14:54:09 -0500
36ae373f71
Make biome locations deterministic.
Anna Wiggins
2019-12-08 21:40:00 -0500
4288bb194e
Some experimental sound effects and music; just playing around with the PICO-8 sound tools.
Anna Wiggins
2019-12-08 21:15:59 -0500
1153509631
Initial sound code.
Anna Wiggins
2019-12-08 20:43:32 -0500
0b10b2df67
Implement multiple biomes.
Anna Wiggins
2019-12-07 16:30:41 -0500
a8b26c113d
Implement infinite scrolling.
Anna Wiggins
2019-12-07 15:36:32 -0500
7393e5fbe9
More biome tuning. Start in middle of first generated block.
Anna Wiggins
2019-12-05 23:09:01 -0500
3985c3e301
Fix collision detection.
Anna Wiggins
2019-12-05 23:02:37 -0500
98707059b6
Fix player sprite rendering.
Anna Wiggins
2019-12-05 22:18:45 -0500
d9714fb284
Add more stuff to debug information.
Anna Wiggins
2019-12-05 22:03:05 -0500
546de63412
Add some rudimentary code for facing and collision detection.
Anna Wiggins
2019-12-05 22:02:52 -0500
bbd3c089d9
Less dense forests, make map sections square, better documentation.
Anna Wiggins
2019-12-05 22:02:04 -0500
c0f9ebbdb8
Initial commit.
Anna Wiggins
2019-12-04 18:48:04 -0500