Search found 201 matches

by zeid
Tue Oct 27, 2009 3:13 pm
Forum: Programming Discussion
Topic: Love, and a hell lot of it.
Replies: 22
Views: 2339

Re: Love, and a hell lot of it.

its only now with more powerful computers that its really feasible. ... depends how far back you are looking. I mean you can make something like a heightmap with a very simple noise effect with only an O(n) cost, that's not exactly something you could only do recently and it certainly is procedural...
by zeid
Tue Oct 27, 2009 2:06 pm
Forum: Programming Discussion
Topic: Love, and a hell lot of it.
Replies: 22
Views: 2339

Re: Love, and a hell lot of it.

i played around with his model editor.. lets just say... its definitely made by one man for one man. im sure it powerful, but not easy just to pick up and use. I also played around with his model loader a while back, and agree. I love all the realtime updates between editors/users though, I would l...
by zeid
Mon Oct 26, 2009 5:16 pm
Forum: Programming Discussion
Topic: SpriteHandler class
Replies: 1
Views: 493

Re: SpriteHandler class

What you have now seems pretty good. Linked list has the advantages of being able to remove or add an entry without having to update the entire data-sets order. The dissadvantage comes in the searching through the data, as you can only scan through a linked list 1 way (2 ways if doubly linked). I th...
by zeid
Mon Oct 26, 2009 11:54 am
Forum: Programming Discussion
Topic: Console game
Replies: 19
Views: 2105

Re: Console game

Well to remove the flickering I had to include windows.h and here is the code related; LockWindowUpdate(GetConsoleWindow()); //disables drawing in the command console (freezing it so that you don't see the clearing of the screen) system("cls");//Clear the console //Do all your drawing/rend...
by zeid
Mon Oct 26, 2009 8:51 am
Forum: Programming Discussion
Topic: Console game
Replies: 19
Views: 2105

Re: Console game

Found a way to clear the consol without the flicker. So updating the download again.
by zeid
Sun Oct 25, 2009 5:39 pm
Forum: Programming Discussion
Topic: need ideas
Replies: 23
Views: 2000

Re: need ideas

if I have a bug like that won't it cause a memory leak or something?
No, memory leaks only occur when you dynamically allocate memory. You wont encounter them for a fair while until you are past understanding the basics.
by zeid
Sun Oct 25, 2009 1:33 pm
Forum: Programming Discussion
Topic: Console game
Replies: 19
Views: 2105

Re: Console game

It uses the console, which is why the refresh rate looks so bad. No graphics just text, I looked up the ASCII extended character sets to get the characters that looked like squares walls etc. It's fun seeing how far you can push restrictions :P I reccommend having a go at this kind of thing to every...
by zeid
Sun Oct 25, 2009 12:37 pm
Forum: Programming Discussion
Topic: An Introduction to Programming, For beginners
Replies: 54
Views: 19091

Re: An Introduction to Programming, For beginners

Here's a very, simple representation of perhaps the most basic game setup you could have; http://img514.imageshack.us/img514/1889/simpley.png You begin the program, and everything is initialised . Things like images that need to be loaded, models, level files. Anything that is too taxing to do in re...
by zeid
Sun Oct 25, 2009 9:24 am
Forum: Reviews
Topic: Guitar Hero 5
Replies: 22
Views: 18915

Re: Guitar Hero 5

You say that you only played the game for 5 minutes, and somehow think that puts you in a place to rate it??? It seems like all you have done is given a big list of songs along with some opinionated writing commenting on the songs very briefly and obscurely. Obviously the music is one of the things ...
by zeid
Sun Oct 25, 2009 12:08 am
Forum: Programming Discussion
Topic: Console game
Replies: 19
Views: 2105

Re: Console game

Thanks, glad you guys liked it. Just updated it to the latest build. Probably wont continue it from here. This version now has winning conditions not just losing conditions, sound and some more spify looking 'graphics' :lol:. I also adjusted the collisions for the ball to make it more fun, and you c...
by zeid
Sat Oct 24, 2009 8:36 pm
Forum: Programming Discussion
Topic: Anyone Thinking Of Deving With Android?
Replies: 18
Views: 1263

Re: Anyone Thinking Of Deving With Android?

There's an anti anti programming language sentiment going around on these forums. I very much defend programming languages. Java, C#, Perl, Python... Righton, it's my feeling if a language is legitimately bad, it will die. I'm currently doing an assignment on PL/1, it's an example of a language 'a ...
by zeid
Sat Oct 24, 2009 6:48 pm
Forum: Programming Discussion
Topic: Console game
Replies: 19
Views: 2105

Console game

I just made a console breakout game. I tend to make command console games every now and then when I'm bored or feel like practicing programming. Does anyone else do similar? Or has anyone got anything they would like to show off? I'm sure plenty of you waste your time when you have more important th...
by zeid
Sat Oct 24, 2009 11:23 am
Forum: Game Development
Topic: Shattered Wrath dev update thread
Replies: 50
Views: 7250

Re: Shattered Wrath dev update thread

The 'blandness' you are talking about is largely due to poor colour choice. Try varying the hue more and you will get a more stricking effect (use contrast and cool/warm colours to get an emotive effect e.g. more blue/purple towards shadow, more yellow/orange towards highlights). http://pixeljoint.c...
by zeid
Sat Oct 24, 2009 10:49 am
Forum: Programming Discussion
Topic: need ideas
Replies: 23
Views: 2000

Re: need ideas

A good tutorial regime for someone looking to be a games programmer might be something like: Absolute beginner Basic data types; int, bool, float, double, char Arrays and Strings. Input and Output. Selection. Iteration. Methods/Functions. Don't just do these things one way either try and see how man...
by zeid
Fri Oct 23, 2009 5:09 pm
Forum: General/Off-Topic
Topic: liar or just ignorant, you decide.
Replies: 30
Views: 2222

Re: liar or just ignorant, you decide.

Just out of curiosity, what exactly has Obama done exactly to warrant statements like; I don't like Obama just as much as the next guy and As much as I hate defending Obama... I'm not being rhetorical either, I am legitimately asking. Over hear in Australia I have heard nothing but praise for him, m...