Search found 77 matches

by GreenAlge
Sat Mar 08, 2008 10:28 pm
Forum: Lugaru
Topic: Fighting Two Wolves
Replies: 18
Views: 14328

Fighting Two Wolves

Anyone have tips for fighting two wolves at once on Insane? I succeeded the very first time I tried, (on level 11) but since then it's been apparent that I was just really lucky. The problem of course is that all but their weakest attacks can kill you with one hit; and if your attack is reversed, th...
by GreenAlge
Mon Dec 31, 2007 3:00 am
Forum: Lugaru
Topic: Boredom makes people want to try these- (little challenges)
Replies: 98
Views: 80868

Re: Boredom makes people want to try these- (little challeng

invertin wrote:Pacifist-
Clear a map without killing anyone directly (falling, etc.)
Clear a map without touching anyone at all.
by GreenAlge
Thu Dec 20, 2007 3:47 am
Forum: Lugaru
Topic: Challenge level bug?
Replies: 3
Views: 3703

Sure sounds like a bug. Create a new player profile and see if that fixes it.

_Nik
by GreenAlge
Sat Dec 08, 2007 2:12 pm
Forum: Wolfire
Topic: What?!
Replies: 13
Views: 13177

That's odd. Apparently David already noticed it; look at the last comment:
David wrote:Why is a screenshot from my game engine included with this article? I am confused.

http://wolfire.com/blog/
_Nik
by GreenAlge
Sat Dec 08, 2007 2:06 pm
Forum: Wolfire
Topic: I feel bad man
Replies: 45
Views: 33317

Raneman25 wrote:I'll pay twice as much..for l2 and have my buds help david. I do come from a game deloping site after all
Why not just pay 1x as much for both L1 and L2?

_Nik
by GreenAlge
Wed Dec 05, 2007 3:03 pm
Forum: Wolfire
Topic: Spam PM
Replies: 5
Views: 7827

Yah, I got the same thing. I've seen this happen on other forms, a bit surprised it didn't happen here sooner.

_Nik
by GreenAlge
Thu Dec 21, 2006 2:07 am
Forum: Randomness
Topic: Engine suggestion.
Replies: 21
Views: 13921

Jeff wrote:For a 2d game, you seriously should roll your own.
Well, that depends. If, for example, you wanted to make a side scroller with physics... well, there's already an engine to save you alot of the work.

_Nik
by GreenAlge
Thu Dec 21, 2006 1:57 am
Forum: Randomness
Topic: Apple or Microsoft?
Replies: 74
Views: 51911

invertin wrote:Microsoft rules! Apple is a fruit for petes sake!
Apple is a fruit, and Microsoft is a soggy lima bean.

_Nik
by GreenAlge
Tue Nov 21, 2006 9:08 pm
Forum: Randomness
Topic: Whats your programming language?
Replies: 33
Views: 27210

First off, cocoa can ONLY be used with obj-c, unless it is wrapped into C (see SDL for mac os x). Not entirely true... Second why would i ever want to program for anything but macosx, or perhaps linux? (and for linux, there's limited support for cocoa via. gnustep). You may never need nor want to. ...
by GreenAlge
Sun Nov 19, 2006 8:15 pm
Forum: Randomness
Topic: Whats your programming language?
Replies: 33
Views: 27210

If you ever attempt to write code for the mac (maybe you already do, I don't know), take a look at carbon. I use cocoa when I do guis, but it's a nice example. You don't have to use C++ to do OO. C can do it to. the difference: //blah blah blah... ObjectPtr obj; int err = ObjectDoSomethingWithObj(o...
by GreenAlge
Tue Nov 14, 2006 2:28 am
Forum: Randomness
Topic: Whats your programming language?
Replies: 33
Views: 27210

Dude, C++ is much better than C. You really should use the OO paradigm. Given that C++ is backwards compatible with C, there isn't really any excuse not to. I like Objective-C best, but can't use it very often due to its limited cross platform application. Java is also very awesome. I use that ofte...
by GreenAlge
Tue Nov 14, 2006 12:47 am
Forum: Randomness
Topic: Whats your programming language?
Replies: 33
Views: 27210

Nayr wrote:C. Perfect simplicity. Why use C++?
When your task is better suited to and OO environment and you want a larger standard library.

_Nik
by GreenAlge
Tue Nov 07, 2006 8:15 pm
Forum: Randomness
Topic: Whats your programming language?
Replies: 33
Views: 27210

NickD wrote:like #include <windows.h> for example. I cant find out what to replace that with for a Mac.
Just leave it out. There is no equivalent, nor a need for one on the Mac platorm.

_Nik
by GreenAlge
Tue Nov 07, 2006 2:45 am
Forum: Randomness
Topic: Whats your programming language?
Replies: 33
Views: 27210

I usually use Python, C/C++, and PHP depending on my needs. PHP for web development, C for anything requiring iterative speed (i.e., doing the same thing over and over as fast as possible), C++ for speed with added flexibility (though I actually haven't used it much), and Python for everything else....
by GreenAlge
Tue Oct 31, 2006 5:50 am
Forum: Randomness
Topic: What Games Do You Play Nowadays?
Replies: 92
Views: 77901

Crill3 wrote:Also just surfing around the net alot, and learning Cocoa using Objective-C at a slow speed
Hey, me too! :) My plan is to learn it, then use Cocoa as a GUI framework for my Python apps.

_Nik