🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Freeware multiplayer game code

Started by
2 comments, last by Eibert 24 years ago
I want to experiment with a multiplayer game in a network environment containing different platforms such as PC and others. The setup may be peer-to-peer or client-server. Therefore i am looking for a freeware multiplayer game code. Specifics: - written in C - graphics in Glide, OpenGL or DirectX - networking based on UDP - preferable containing some audio
Advertisement
ftp://127.0.0.1/freeStuff/
lol...im sure you know that 127.0.0.1 is localhost...right?
I don''t know if there is an SDK or anything, but you can get source to games like Quake which have network code in them you can look at for reference(ie rip off).

---
www.crazycrackerz.org

This topic is closed to new replies.

Advertisement