PDA

View Full Version : Learning game development on knoppix.



rangalo
06-07-2005, 11:19 AM
Hello all,

First I asked this question on General suppor forum but I think this would be the right place to get quick reply so repeating the question here.

I have downloaded Knoppix 3.8.2 CD and running on my harddisk with fromhd cheatcode and with persisitent home ...

Now, I am a C++ programmer and want to learn game programming on Linux. I tried to work on some examples with SDL and found that it is not included in knoppix..My question is : are there similar libraries included in knoppix? I dont have internet at home, so I cannot install with klik. I would also like to know about some internet resources i can use for learning game development with available libraries in knoppix.

thanks,
Hardik

Cuddles
07-05-2005, 06:18 PM
rangalo,

No clue, here...

My best guess, is, google, google, google ;)

Possibly places on sourceforge, but, a general rule is, try looking / searching with google - it hasnt failed me yet :D

Not really sure if this helped, immediately, but, it can get you resources for searching,
Ms. Cuddles

moustache
07-11-2005, 02:06 PM
It depends on what kind of game you want to program. I like multiplayer on line games like:

-Wolfenstein: Enemy Territory (already there)
-America's Army (800-900 megs http://www.americasarmy.com/ )
-PlaneShift (MMPO http://www.planeshift.it/download.html )
-Cube (http://www.cubeengine.com/ ) -these guys encourage source developement
-X-pilot (fairly low-res, simple)
-BZ flag (also fairly simple)
-Paradise (netrek - http://www.netrek.org/ )

You should probably start with something simple, download the source code, and make little changes to it and see if they work to get an idea of whats involved before you start on a full-fledged game from scratch.

Moustache