Page 12 of 34

Re: What projects are you currently working on?

Posted: Mon Nov 09, 2009 1:32 pm
by GroundUpEngine
GyroVorbis wrote:
avansc wrote:
GroundUpEngine wrote:I have a question, is my engine to early in development to add scripting like LUA?
the earlier the better.
I disagree. Lua is completely dependent on functions provided by the engine. If your functions/scripting interface has to be changed, you can fuck up your entire implementation and make all previous lua scripts invalid.

Your engine should be done to a point that the framework is solid. If you're still rewriting major things, you're going to have to change huge amounts of Lua bindings to accommodate. You will essentially be working backwards. Yet another thing that plagued our first engine.
kk so LUA is for solid engines, Cheers for the wise words ;)

Re: What projects are you currently working on?

Posted: Thu Nov 12, 2009 3:13 pm
by blittergames
Working on a simple shooter using Ruby + SDL (rubygame)

Re: What projects are you currently working on?

Posted: Thu Nov 12, 2009 5:50 pm
by ChrissyJ91
working on small text based game modules in c to help me get used to writing programs. its nothing too complex just battle sequencs etc. to get used to using the language and figuring out how such things would be implemented.

Re: What projects are you currently working on?

Posted: Sun Nov 15, 2009 4:34 pm
by Dunc
I am currently working on my own variation of Battleship I call RevBattle.
It is currently in the alpha stage.
Edited: Link no longer valid

Re: What projects are you currently working on?

Posted: Sat Nov 21, 2009 12:52 pm
by Sanshin77
Experimenting with funny C++ SDL and console programming. Starting on a bigger project...

Re: What projects are you currently working on?

Posted: Sat Nov 21, 2009 2:45 pm
by Moosader
I'm recording a let's play of Daikatana GBC :P
/lame

Re: What projects are you currently working on?

Posted: Sun Nov 22, 2009 8:17 pm
by eatcomics
Starting an SDL platformer :)

I gave up on the rpg thing, because it was extremely pointless, I wasn't learning much, it seemed like I was just wasting my time, I thought an actual game would be better for me.

Re: What projects are you currently working on?

Posted: Sun Nov 22, 2009 10:33 pm
by zNelson24
So far I'm just working on my second 'original' game (space shooter derived from a happy meal toy) and a XNA powered screensaver (something that makes my PC look better and look more useful since it's on idling most of the day).

My channel is shit right now, but I'm hoping it will get better.

Re: What projects are you currently working on?

Posted: Mon Nov 23, 2009 8:48 pm
by GroundUpEngine
Got most of the engine in SDL now, such a great library! :worship:

been adding some winsock too :P

Re: What projects are you currently working on?

Posted: Tue Nov 24, 2009 9:12 am
by programmerinprogress
I'm trying to find the time in between doing my university assessments and cleaning up my lazy-ass housemates messes to do some proper programming, I have a bunch of projects on the back burner, which I really want to finish.

It's nice to hear everyones nice and busy, I checked out your new videos lusikka, I like your let's plays and good luck with the side-scroller eatcomics, I did one of those, or at least attempted to, and they're good fun to make if you have the time :lol:

Re: What projects are you currently working on?

Posted: Tue Nov 24, 2009 12:23 pm
by thejahooli
I'm working on a space shooter style game with rpg elements in it (experience, quests, buying weapons and equipment). I'll post a video when I get far enough that I feel I should. This probably won't be for a while as I have school work and am choosing my GCSE's soon.

Re: What projects are you currently working on?

Posted: Tue Nov 24, 2009 3:02 pm
by Mr. Achie
A-Plaza version 4.0 (personal) website. :)

Re: What projects are you currently working on?

Posted: Mon Nov 30, 2009 6:51 pm
by eatcomics
programmerinprogress wrote:I'm trying to find the time in between doing my university assessments and cleaning up my lazy-ass housemates messes to do some proper programming, I have a bunch of projects on the back burner, which I really want to finish.

It's nice to hear everyones nice and busy, I checked out your new videos lusikka, I like your let's plays and good luck with the side-scroller eatcomics, I did one of those, or at least attempted to, and they're good fun to make if you have the time :lol:
Good luck on your university stuff :) and my platformer is coming along nicely, next up debug window wrapped from debug.txt file :) once I get some solid level loading in I'll do a video :mrgreen:

Re: What projects are you currently working on?

Posted: Sun Dec 20, 2009 10:24 am
by MrDeathNote
I've been working on a platform game recently, I posted a few videos to show my progress. Let me know what you all think.

<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/3podVvSyzGo&hl ... ram><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/3podVvSyzGo&hl=en_GB&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>[/youtube]

<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/4PA4Z086sl8&hl ... ram><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/4PA4Z086sl8&hl=en_GB&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>[/youtube]


You may want to go to youtube and watch this in HD cause the non HD version is pretty bad.
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/x960TUI1Dy8&hl ... ram><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/x960TUI1Dy8&hl=en_GB&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>[/youtube]

Re: What projects are you currently working on?

Posted: Sun Dec 20, 2009 10:41 am
by GroundUpEngine
MrDeathNote wrote:I've been working on a platform game recently, I posted a few videos to show my progress. Let me know what you all think.
The finished product looks freakin sweet!! Great work m8 :)