all 5 directions of 3 frames of the kitty are done! (directions 6, 7, 8, are mirrored versions of 4, 3, 2)
might work on save data functionality or smth
also, elaborating on the rudimentary animation system:
there are arrays corresponding to various states that determine which frames to display
so state 0 exclusively has the frame [0], and state 1 has the frames [1, 2, 3, 2]
and then the animation system cycles between the frames 6 frames per second
a frame can either have 1 direction, 5 directions or 8 directions
if a frame only has 1 direction, always display that 1 direction
if a frame has 5 directions, flip the remaining 3 directions
eyy im walkin 'ere (rudimentary animation system is implemented)
dark mode toggle! (symbolized by the little celestial body in the corner)
currently making a silly lil petsim game in html and js! i've only got basic walking behaviors pinned down right now
(old name was webagotchi, recently changed to Taskiitty cuz old name was unoriginal)