Tiki Descent
Root / Submissions / [.]
cujo1992Created:
Download:4DH5P4K3Version:Version 1.1Size:
Fast paced puzzle game with Evil Tiki theme. Save the Island from the Volcano!
Thanks 12Me21. I have played it tons of times and NEVER had that error. Will check it.out!
Thanks Mia! It was fun to design them.
Okay - I found the problem. This was a latent (and stupid) defect from early in design. The game had been more difficult such that I would never actually reach this point before. I had eased up on the difficulty shortly before publishing and made it easier to trip over the bug. (Now I wonder what other defects lurk in wait....)
Thanks again 12Me21...
This actually looks really nice. I'll have to give it a try if I get the chance!
Replying to:Gale_Storm
This actually looks really nice. I'll have to give it a try if I get the chance!
thanks Gale_Storm.... please do give me some feedback if you find time to download and play it!
Replying to:Gale_Storm
This actually looks really nice. I'll have to give it a try if I get the chance!
Well, that was interesting. It seems really well made. Good job.
Replying to:Gale_Storm
This actually looks really nice. I'll have to give it a try if I get the chance!
Thanks for giving it a go!
beautiful work, how did you get the initial intro?
Hi EpicMario. Thanks for the feedback! The intro is done with some ugly brute force graphics code. The volcano is sequentially GCOPYd from the BG page 5 to make it scroll. The water below uses a series of small GCOPY commands to cycle through different sections of wave graphics. I avoided using the built in BG commands because I didn't want to manage dynamic tilemaps.