LoginLogin
Nintendo shutting down 3DS + Wii U online services, see our post

Tiki Descent

Root / Submissions / [.]

cujo1992Created:
Download:4DH5P4K3
Version:Version 1.1Size:
Fast paced puzzle game with Evil Tiki theme. Save the Island from the Volcano!

Instructions:

Load and run "TIKI2" file. Use stylus on lower screen to blast totem blocks and cause the Tikis to drop. You need two or more adjacent blocks! Grab star power-ups for points and clock power-ups for extended time.

Notes:

NEW VERSION AVAILABLE. Key Changes: - removed game killing bug detected by 12Me21 (I hope at least I removed it) - increased difficulty (I had nerfed this a bit thanks to "advice" from one of my playtesters... game is more intense now) This game is still in state of "polish"... please let me know if you like it. Be sure to play it AT LEAST ONCE with the sound. (Music in the game from Edvard Grieg)

These sprites look extremely polished. Lovely work!

If the tiles get too high it can cause an error (line 1112)

Replying to:12Me21
If the tiles get too high it can cause an error (line 1112)
Thanks 12Me21. I have played it tons of times and NEVER had that error. Will check it.out!

Replying to:Midnight
These sprites look extremely polished. Lovely work!
Thanks Mia! It was fun to design them.

Replying to:12Me21
If the tiles get too high it can cause an error (line 1112)
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?

Replying to:EpicMario71
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.