Page 1 of 3

Whatcha working on?

Posted: Thu Mar 29, 2007 9:38 pm
by Brice Manuel
What are you working on game-wise with PureBasic?

Posted: Thu Mar 29, 2007 9:54 pm
by netmaestro
Attack of the killer frogs.

Posted: Fri Mar 30, 2007 5:46 am
by Kaeru Gaman
creating smilies for Vallan's "Ballerbude"....

Posted: Fri Mar 30, 2007 6:32 am
by Heathen
Refer to my sig :P

Posted: Fri Mar 30, 2007 7:03 am
by Fangbeast
netmaestro wrote:Attack of the killer frogs.
is that the Queensland cane toad game?

Posted: Fri Mar 30, 2007 9:25 am
by Derek
Too many things started and not enough time to ever finish them.

All little things though except this damn program that is used where I work and now needs changing after a couple of years, now I wish I had commented it and used sensible variable names. :x

Posted: Fri Mar 30, 2007 9:59 am
by GedB
Not a game, but a port of the FIT acceptance testing framework.

http://www.rushcoding.co.uk/dw/doku.php?id=pbfit

I have the same problem as Derek, too many ideas and too little time.

I'm trying to focus on one project so that it can reach completion, but there are so many distractions.

Posted: Fri Mar 30, 2007 10:11 am
by THCM
I'm still working on an old remake of one of my older games: http://noname.c64.org/csdb/release/?id=15502 I also did an Amiga version of this game. I'm working on it since 2003, but I have only litte time to spare... by the way graphics have been redrawn by an old pal called atom. Just have a look at http://www.atomic-design.de I also started a 3D version of the game, but ogre support holds me back....

Posted: Fri Mar 30, 2007 11:16 am
by Heathen
Derek wrote:Too many things started and not enough time to ever finish them.
Haha yeah, I can relate to that. You should see my "source code" folder. It got so full of unfinished projects that I had to start a new one. :?

Posted: Fri Mar 30, 2007 12:19 pm
by Derek
Heathen wrote:
Derek wrote:Too many things started and not enough time to ever finish them.
Haha yeah, I can relate to that. You should see my "source code" folder. It got so full of unfinished projects that I had to start a new one. :?
Yeah, I know what you mean, don't help that I keep having brain failure and taking hours over things that should take seconds, still, that's what happens when you get older. :lol:

Posted: Fri Mar 30, 2007 8:57 pm
by Inf0Byt3
Heathen wrote:
Derek wrote:
Too many things started and not enough time to ever finish them.


Haha yeah, I can relate to that. You should see my "source code" folder. It got so full of unfinished projects that I had to start a new one. Confused


Yeah, I know what you mean, don't help that I keep having brain failure and taking hours over things that should take seconds, still, that's what happens when you get older. Laughing
Absolutely the same here. I have kits written on DVDs, every month a new one. Believe me there is no project repeated. Every month a brand-new PBProj folder, never finished... I really hate this thing.

Posted: Sat Mar 31, 2007 2:41 pm
by Heathen
Inf0Byt3 wrote:
Heathen wrote:
Derek wrote:
Too many things started and not enough time to ever finish them.


Haha yeah, I can relate to that. You should see my "source code" folder. It got so full of unfinished projects that I had to start a new one. Confused


Yeah, I know what you mean, don't help that I keep having brain failure and taking hours over things that should take seconds, still, that's what happens when you get older. Laughing
Absolutely the same here. I have kits written on DVDs, every month a new one. Believe me there is no project repeated. Every month a brand-new PBProj folder, never finished... I really hate this thing.
You're lucky, I have repeated many many many projects. This is because I stop working on something for maybe a month or two, then go back and get confused because I often don't comment my code. :S

Posted: Sat Mar 31, 2007 3:26 pm
by Inf0Byt3
Hehe I don't comment my code either... This sucks especially because I have the tendency to write spaghetti and I must debug a lot to find out how to continue the stuff.

Posted: Sat Mar 31, 2007 3:44 pm
by Derek
Inf0Byt3 wrote:Hehe I don't comment my code either... This sucks especially because I have the tendency to write spaghetti and I must debug a lot to find out how to continue the stuff.
Yeah, I like to optimise my code once it's working but sometimes after leaving the code for a while I can't see how the hell it works. :?

Posted: Sun Apr 01, 2007 7:39 am
by Brice Manuel
I actually have quite a few small games finished in PB. They haven't been released (other than to testers) as I haven't felt like doing the documentation for them.

However, thanks to what I learned from Kale's book, I am in the process of rewriting these games to remove their dependency on DX and am using the small "pure" 2D engine I have put together so the games can run on any system regardless of the graphics card.