Laser Beams!

Published April 24, 2006
Advertisement
Thank you all for helping me out yesterday. Since I've been working on this project, I've realized exactly how little I know about programming good memory management. All I'm saying is, you can expect a "Super nOOb code question #2" soon.

Anyways, I'm going to start programming the laser traps. I've decided to scrap the room idea, and just go with my origional idea for this level. I realized that my origional idea was much, much better.
Previous Entry Super n00b code question
Next Entry Lasers!
0 likes 5 comments

Comments

Jesse Chounard
I wasn't paying attention, and so didn't chime in on your last entry, but it was sufficiently answered anyway. I just wanted to point you to:

http://www.parashift.com/c++-faq-lite/

I bet you'd learn alot from there. I highly recommend reading through most of it. It has thorough answers to your last question and a bazillion other things you might not have thought about yet.
April 24, 2006 04:16 PM
Programmer16
I second C++ Faq Lite, its very helpful.

Anyway, thats what we're here for [grin]. We all ask noobish questions every now and then (kind of like Albert Einstein (or maybe it was Thomas Edison) whom periodically forgot how to tie his shoes.)
April 24, 2006 05:14 PM
mikedoty
I think I agree that the non-room approach will work better. The room approach would've worked alright too, though.

Ooh, here's another idea. On-and-off platforms; like, you stand on them, but sometimes they fade away and you have to jump, then they reappear by the time you land, or something like that. Or, you could have two adjacent platforms that alternated fading in/out, and you'd have to jump between them or something.

You could try some sort of proximity-triggered heat seeking missile as a trap.
April 24, 2006 07:17 PM
Metorical
To be entirely honest though the internet sources hardly compare to some of the well written books out there but of course they tend to cost a lot of money (£30+ per book)

I have a quite extensive library if you're interested in any recommendations.
April 25, 2006 09:59 AM
Stompy9999
Thanks for linking to that FAQ, I bookmarked it. Looks like a great reference.

Flickering platforms sound like a good idea. I'm going to go back and work some more with the platform code, so that might be one of my additions.

I probably do need to pick up some more C++ books. I absolutely know the basics, but I think it's time for me to learn more advance topics. I picked up the "C++ cookbook" earlier, and it has been pretty helpful to me.
April 25, 2006 09:11 PM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Advertisement
Advertisement