Search found 265 matches

by thejahooli
Sat Jun 09, 2012 8:14 am
Forum: Programming Discussion
Topic: where do i begin?
Replies: 7
Views: 2121

Re: where do i begin?

I would recommend you to not just go through the book from chapter to chapter. Once you've learned something new in the book, have a go at experimenting with what you've learned so far by writing your own programs which aren't dictated by the book. The programs don't have to be complex or even compl...
by thejahooli
Tue May 15, 2012 11:08 am
Forum: Programming Discussion
Topic: Scripting Language development
Replies: 120
Views: 27265

Re: Scripting Language development

I love the gradient. I didn't notice it at first, but that's why I like it. It's different enough to be interesting but not noticeable enough to be distracting.
by thejahooli
Thu May 10, 2012 3:43 pm
Forum: Programming Discussion
Topic: Sdl sidescroller
Replies: 6
Views: 1445

Re: Sdl sidescroller

OmenFelix wrote:9.81ms^2
9.81ms^-2
by thejahooli
Sat May 05, 2012 2:23 pm
Forum: Programming Discussion
Topic: Programmer's Education Index
Replies: 63
Views: 62332

Re: Programmer's Education Index

If you're at the stage where you need anything other than the express version, it's likely you'll already be at a company where they'll provide it for you.
by thejahooli
Wed May 02, 2012 6:15 pm
Forum: General/Off-Topic
Topic: College.
Replies: 27
Views: 11140

Re: College.

Someone I trust said your kids might be paying off your student loan, is that true? When you die, does the debt go to your family? No, I'm pretty certain that that's not true. Loans will never be transferred onto a person other than the initial person who signed the contract and loans cannot be imp...
by thejahooli
Tue May 01, 2012 12:28 pm
Forum: General/Off-Topic
Topic: Problem with ES main page
Replies: 2
Views: 1198

Re: Problem with ES main page

I think the most part of the Elysian Shadows website is a bit outdated and not particularly maintained at the moment. Hopefully that'll change soon because they are working on an updated website, as far as I know.
by thejahooli
Mon Apr 30, 2012 11:04 am
Forum: Game Development
Topic: Purely virtual TCG
Replies: 24
Views: 9331

Re: Purely virtual TCG

I always considered Trading Cards a pointless waste of money.

For the people who like Trading Cards, I'm sure it would work. A similar thing has found a market with football fans in the form of FIFA Ultimate Team.
by thejahooli
Sat Apr 21, 2012 4:39 pm
Forum: Programming Discussion
Topic: Ground breaking application!
Replies: 9
Views: 2253

Re: Ground breaking application!

Oh and lil question which is doing me head in, how would you calculate if a number is greater than another number? (without using any integer classes). Well the first phase would be to check the string length... What do you mean 'without using any integer classes'? I assume you don't mean: if(x > y...
by thejahooli
Wed Apr 18, 2012 7:22 pm
Forum: Programming Discussion
Topic: 2d engine , should I ?
Replies: 23
Views: 5008

Re: 2d engine , should I ?

THe Floating Brain wrote:DESIGN THE ENTIRE ENGINE BEFORE WORKING ON IT.
I wouldn't say design the entire engine before starting, but definitely plan ahead before starting a certain component of the engine.
by thejahooli
Wed Apr 18, 2012 7:19 pm
Forum: Game Development
Topic: Smooth Movement?
Replies: 25
Views: 7417

Re: Smooth Movement?

Could you post more detail as to what the 'jumpy' movement is. If we have a less ambiguous description of what's happening, it might be easier to isolate a cause.
by thejahooli
Wed Apr 18, 2012 7:17 pm
Forum: Programming Discussion
Topic: Java vs. C++, UI-heavy programs
Replies: 29
Views: 6927

Re: Java vs. C++, UI-heavy programs

I would just go for the language I'm more familiar with, for you this sounds like C++. Most of the arguments between the two, such as their design philosophies, are opinions. The arguments which aren't opinions, such as Java's relative ease to development with, would be offset by the difference in l...
by thejahooli
Wed Apr 18, 2012 7:30 am
Forum: General/Off-Topic
Topic: Underground Intellectual/Mind-Expanding Music
Replies: 11
Views: 4801

Re: Underground Intellectual/Mind-Expanding Music

You should probably lay off on the lyrics a bit as I doubt anyone is going to read that much text. Provide a off-site link if you like, but I'm sure anyone who's interested can find them on their own. Or put them in spoiler tags. When it comes to “intellectual” music I tend to favor music w/o vocal...
by thejahooli
Tue Apr 17, 2012 4:55 pm
Forum: General/Off-Topic
Topic: Underground Intellectual/Mind-Expanding Music
Replies: 11
Views: 4801

Re: Underground Intellectual/Mind-Expanding Music

Not sure if I understand it, are the songs themselves meant to be mind-expanding or is it just that the lyrics are about mind-expansion?
by thejahooli
Tue Apr 17, 2012 6:47 am
Forum: Programming Discussion
Topic: 2d engine , should I ?
Replies: 23
Views: 5008

Re: 2d engine , should I ?

Sorry if I sounded pessimistic, it's just that there are a lot of people who want to make RPGs who have no idea what they're getting into. They think that because they've learned to move a single object around the screen by following a LazyFoo tutorial, they are now ready to make an entire RPG. Howe...
by thejahooli
Mon Apr 16, 2012 5:37 pm
Forum: Programming Discussion
Topic: 2d engine , should I ?
Replies: 23
Views: 5008

Re: 2d engine , should I ?

Can I just ask how experienced you are with game development? Your game proposal seems very optimistic, even if you were to use an engine and especially if you were to make your own.