Author Topic: Any Ideas?  (Read 3288 times)

0 Members and 1 Guest are viewing this topic.

Offline LDStudios

  • Coder Of Tomorrow
  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 388
  • Rating: +41/-1
    • View Profile
    • LD Studios
Any Ideas?
« 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?



Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Re: Any Ideas?
« Reply #1 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
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline LDStudios

  • Coder Of Tomorrow
  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 388
  • Rating: +41/-1
    • View Profile
    • LD Studios
Re: Any Ideas?
« Reply #2 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.
« Last Edit: October 10, 2013, 06:57:14 pm by LDStudios »



Offline AnToX98

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 107
  • Rating: +10/-0
    • View Profile
Re: Any Ideas?
« Reply #3 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...



My Lua projects :

Offline LDStudios

  • Coder Of Tomorrow
  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 388
  • Rating: +41/-1
    • View Profile
    • LD Studios
Re: Any Ideas?
« Reply #4 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.



Offline Jens_K

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 187
  • Rating: +52/-0
    • View Profile
Re: Any Ideas?
« Reply #5 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
Or another puzzely platformer I like: http://armorgames.com/play/13662
And of course: 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!
Sorry for nonsense.

Projects:



Offline LDStudios

  • Coder Of Tomorrow
  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 388
  • Rating: +41/-1
    • View Profile
    • LD Studios
Re: Any Ideas?
« Reply #6 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.  :)