Page 1 of 1

A project of mine

Posted: Thu Aug 16, 2007 9:36 am
by Syn
Hello everyone. I know I haven't been the most around and happening of persons, but I had something I was hoping I could get some help on.

Right now I'm working on a text based console application for the purpose of large ship space combat sim, and of course a story and characterization just because I like to have those too. Anyways, as I'm working away programming this in C++, I'm running across points where I really need beta testers. So far just having even one random person to go to has helped a lot.

There may not be much to test atm, but there is still plenty to critique, and more features are coming, and features need testing. Anyone interested in signing up can drop me a line at spickell@thetagamerz.com.

Posted: Thu Aug 16, 2007 12:30 pm
by Anubis
Dropped you a line. Like I said in IRC, if you need it you can come yell at me :thumb:

Posted: Thu Aug 30, 2007 9:03 pm
by Syn
For those of you who do check the forums but don't hang out on IRC, I'm going to link to the current build. So far it's only intro, and not even that is entirely finished. ( www.thetagamerz.com/Birthv0.11.2.4.zip )

The background ship movement engine is actually pretty well complete, it just needs to be worked in to a control system. Simulating planetoids and their gravity will be the next major step in propulsion after controls have been added.

Posted: Sat Sep 01, 2007 12:37 am
by Kon
So, any plans for network play? This would make one hell of a MUD. And I'm sure you've noticed, but your forums have been ransacked. :lol:

Posted: Sat Sep 01, 2007 3:35 am
by Futile Resistance
Kahn wrote: And I'm sure you've noticed, but your forums have been ransacked. :lol:
OUCH :smack:

Posted: Sat Sep 01, 2007 3:41 pm
by Syn
My forums are basically dead and I have no intention of saving them until I get someone who can actually do web design to do them. ~.^

I'm thinking cautiously about online play. I'd rather have a good single player game finished and then create a MUD afterwards, but plans have a way of changing...

Posted: Sat Sep 01, 2007 4:37 pm
by Inquisitor
Concentrate on that single player. Multiplayer will come if it seems right ;)

Posted: Wed Oct 17, 2007 1:51 pm
by Syn
By the by, I just finished a separate proof of concept ish thing that I was doing to learn finite state machines. Now I'm probably going to be taking a step back and looking at how to integrate scripting into it.