Author Topic: Project Feedback - Imagination Quest  (Read 34982 times)

0 Members and 1 Guest are viewing this topic.

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: Project Feedback - Imagination Quest
« Reply #180 on: September 30, 2010, 10:15:28 pm »
Well what you can do is either make separate lists for each enemy or if you want them in the same list you can use augment( to tack lists onto each other and then when a enemy is chosen set a couple variable for the start and end of that enemy.
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

Offline MRide

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 711
  • Rating: +14/-0
  • You can't see this.
    • View Profile
Re: Project Feedback - Imagination Quest
« Reply #181 on: September 30, 2010, 10:24:15 pm »
Yeah, but I still need to separate the hero from the enemy, though.  I'll think about your suggestion.  Would that make the routine any slower?  (Also, what's the limit on number of elements in a list?)

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: Project Feedback - Imagination Quest
« Reply #182 on: September 30, 2010, 10:27:09 pm »
Ya, I know. That's why I said just to rerun my program with the hero on the screen. That way you get a list with just him in it. It shouldn't, I don't think. You can have only 999 elements in a list.
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

Offline MRide

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 711
  • Rating: +14/-0
  • You can't see this.
    • View Profile
Re: Project Feedback - Imagination Quest
« Reply #183 on: September 30, 2010, 10:29:53 pm »
But I still have to separate the scientist one too.  (Which I don't have a pic of)  I think it would be easier just to go through the program and find the split.

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: Project Feedback - Imagination Quest
« Reply #184 on: September 30, 2010, 10:36:06 pm »
Well what I was saying is run your program that displays them. Stop execution after they are done with the sprites. Save the screen as a picture. Then run the program twice, storing to different lists. That's what I meant originally. That way you get your hero in one list and your enemy in another.
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

Offline MRide

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 711
  • Rating: +14/-0
  • You can't see this.
    • View Profile
Re: Project Feedback - Imagination Quest
« Reply #185 on: September 30, 2010, 10:42:35 pm »
Ah, I see.  Yeah, that would probably be easier.  (Before I was just having the program check the whole screen b/c I was lazy)

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: Project Feedback - Imagination Quest
« Reply #186 on: October 01, 2010, 01:36:36 pm »
That's why I made it so you can insert coordinates and size ;)
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

Offline MRide

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 711
  • Rating: +14/-0
  • You can't see this.
    • View Profile
Re: Project Feedback - Imagination Quest
« Reply #187 on: October 03, 2010, 11:43:31 am »
Alright, here is a much better screenie with my new display method (using cool Boolean logic), and this time its actually got the correct, randomly generated enemies.  Thanks to shmibs for the sprites and meishe for his compression routine.

_player1537

  • Guest
Re: Project Feedback - Imagination Quest
« Reply #188 on: October 03, 2010, 11:45:34 am »
Woah!  That's great!  I need to check the progress on this more often! :D

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: Project Feedback - Imagination Quest
« Reply #189 on: October 03, 2010, 02:57:34 pm »
Nice :D

You still didn't answer my question, though. How much memory does each enemy sprite take? I was wondering since if each takes 500 bytes for example, if you got 40 enemies or something you'll run out of memory pretty fast.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Project Feedback - Imagination Quest
« Reply #190 on: October 03, 2010, 03:16:28 pm »
That looks great!  Nice job! ;D

Offline MRide

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 711
  • Rating: +14/-0
  • You can't see this.
    • View Profile
Re: Project Feedback - Imagination Quest
« Reply #191 on: October 03, 2010, 03:19:32 pm »
40 Enemies?  O.o  I've got those two and the scientist.  Just that program takes almost 8000 bytes.

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: Project Feedback - Imagination Quest
« Reply #192 on: October 03, 2010, 04:11:58 pm »
That's looking really sweet!
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

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: Project Feedback - Imagination Quest
« Reply #193 on: October 03, 2010, 11:54:38 pm »
Just that program takes almost 8000 bytes.
Just the enemies/scientists takes 8000? O.O
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: Project Feedback - Imagination Quest
« Reply #194 on: October 03, 2010, 11:58:55 pm »
Well they are stored into lists and each list is probably about 120 or so elements.
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)