Omnimaga

Calculator Community => Other Calc-Related Projects and Ideas => TI-Nspire => Topic started by: LDStudios on October 10, 2013, 06:24:23 pm

Title: Any Ideas?
Post by: LDStudios on October 10, 2013, 06:24:23 pm
So after the next update of Jumping Squares, Im going to take a break from it. I'd like to make a simple platformer in lua, part puzzle and part action. Anyone have a good idea?
Title: Re: Re: Any Ideas?
Post by: DJ Omnimaga on October 10, 2013, 06:40:18 pm
Preferably one with actual sprites rather than plain squares, to make some changes. Maybe something like Supersonic Ball? (Without parallax scrolling):P
Title: Re: Any Ideas?
Post by: LDStudios on October 10, 2013, 06:48:56 pm
Not familiar with Supersonic Ball, ill have to check it out. And yes, i was planning on actual sprites (But i dont regret making the decision to use squares for Jumping Squares). EDIT: Well i looked at Supersonic Ball. Looks like fun, but I was planning on something not so rushed. Jumping Squares, is a bit like Supersonic Ball, and really right now I want to make something different, so that I dont get bored.
Title: Re: Any Ideas?
Post by: AnToX98 on October 12, 2013, 08:27:18 am
A shoot'em up is great.
Make something like Alien Invaders with simple sprites (you can easily find some on google), and it's really simple to code (collision are easy :p), not like a brickbreaker game, etc...
Title: Re: Any Ideas?
Post by: LDStudios on October 13, 2013, 04:43:44 pm
Hmm...Ill consider something along those lines, but I do want to make something fairly unique to other currently existing lua games for the nSpire, and there're already a few shoot'em ups. Maybe something like deathdice, but a little less blood and a little more shoot'em up.
Title: Re: Any Ideas?
Post by: Jens_K on October 21, 2013, 05:23:22 pm
Maybe you can find some inspiration here: http://www.youtube.com/watch?v=hvNrznrHtXE&list=PL4Sz7_l-PtwCCwl3bDkZg8NUGWfiBLj1X (http://www.youtube.com/watch?v=hvNrznrHtXE&list=PL4Sz7_l-PtwCCwl3bDkZg8NUGWfiBLj1X)
Or another puzzely platformer I like: http://armorgames.com/play/13662 (http://armorgames.com/play/13662)
And of course: http://www.youtube.com/watch?v=SQvWa_q8OrI (http://www.youtube.com/watch?v=SQvWa_q8OrI)

But keep in mind that actionbased games are difficult on the nspire; especially with sprites it can take quite long to redraw the screen!
Title: Re: Any Ideas?
Post by: LDStudios on October 21, 2013, 05:38:23 pm
Thanks for the ideas! Im not sure exactly what I want to do yet, but hopefully some sort of puzzle platformer.  :)