Buns: Bunny survivor

2023-06-12に共有


Small action rogue like game.

Source code: https://github.com/unikotoast/buns-bunny-survivor

Play and support me on itch.io https://unikotoast.itch.io/buns-bunny-survivor

Steam: https://store.steampowered.com/app/2684450/Buns_Bunny_Survivor

Collision checks via spatial hash is impletented with https://www.lexaloffle.com/bbs/?tid=29466

My first game ever. I really struggle with token limits and I have to remove lots of stuff from the game.

map.lua - infinte map, generates random grass tiles with something like chunks, I never done anything like that so I think it's horrible code.

animations.lua - I'm not sure that this is how you should save objects to animate them.

I received lots of help from discord and by reading other games code.

I know absolutely nothing about sound design and music so making beeps and boops was hard but fun.

Version 1.9 🥕

Version 1.8

Version 1.7

Version 1.6

Version 1.5