Click to See Complete Forum and Search --> : Racing Game


Super Bakemono
03-22-2001, 08:07 PM
I am now recruiting programmers for a new project of mine. A 2D racing game, 3D if anyone can help me do that :) email me at bakemono@scurvypenguin.net (http://mailto:bakemono@scurvypenguin.net) if you are interested in helping.

Peace

Carnel
03-24-2001, 02:07 PM
Originally posted by Phuzon:
I am now recruiting programmers for a new project of mine. A 2D racing game, 3D if anyone can help me do that :) ...

A couple of questions about it. Primarily what language are you planning on using, C? C++? Java? And are you looking for somebody with graphics abilities (I couldn't draw a car if my life depended on it), or just programmers? Oh, and are you planning on using a lib, or tool kit. Or doing it all by hand?

Super Bakemono
03-24-2001, 02:49 PM
Doin' it in c++, and no art is really needed at the moment. And I'm doing it all by hand, well..using SDL for the graphics and stuff, but everything else by hand.

Strike
03-24-2001, 03:58 PM
What are you racing? Cars? Spaceships? People? Penguins (TuxRacer has this covered though)?

I might be interested

Super Bakemono
03-24-2001, 04:26 PM
cars, was the plan, but I guess anything would work. I'm just interested in creating a basic physics system for a racing game. If you are interested..my ICQ number is 67886717 :cool:

Carnel
03-24-2001, 07:40 PM
I think I'd be interested, though I'm not sure how much I'd be able to do until exams are over in mid-april :(

Super Bakemono
03-25-2001, 03:04 AM
well, anyone who is interested is welcome to help. Contact me through ICQ =] :)

Super Bakemono
03-26-2001, 02:49 AM
ok, there is a discussion going on on my irc server
scurvypenguin.net:6667 #racecar
go there to talk :)

Carnel
03-30-2001, 01:46 AM
Just a page of interest... This is something I'm currently using to teach myself game programming. Excellent source for learning by example (as the actually documentation on it is very sparce, though there always are the manpages for all the functions they use). It doens't use a game programming lib, but in fact uses the X-server libs. It includes a good walk through, from creating a simple window, to Networking games. It's all done in C++. The only thing I had to really do was in the Makefile they suppy with the source code, I had to change X11 to X11R6 other than that it works perfectly. Definately check it out (I usually open the source in my browser and type it in by hand with vim so I know exactly what's going on) Again, although a little sparce when it comes to actually explaining what functions you're actually using (for which there are man pages) it's an excellent game programming site for beginners. Aimed directly at Linux.

<edit> Opps! Forgot the page itself.. hehe anywho it's http://game.ncl.ac.uk IMHO a must see for everybody interested in game programming under linux. After seeing this site, I don't even want to use any libs.</edit>

[ 30 March 2001: Message edited by: Carnel ]