Source Code for SIMPLY made games

Started by
3 comments, last by Jettoz 17 years, 5 months ago
Anyone know where i can find source code for some games that are made for simplicity? Most code you look at these days is packed with bells and whistles... I want to look at some very simple stuff. Like an FPS that is as simple and basic as possible... so that it is easy to read and understand the code. It will help me learn... and I can add my own bells and whistles. Thanks.
Advertisement
What you're looking for doesn't exist. First Person Shooters deal with a lot of advanced math and programming. You won’t even find a FPS with anything under thousands of line of code including Direct X code, ect...

If you want to make a FPS without going through years of programming experience I suggest you try FPS CREATOR. Sadly when you use these kinds of programs you give up a lot of freedom to what you can create.

http://fpscreator.com/
____________________VB/C++/C# Programmer


The DirectX SDK has a sample FPS game that had a 3D terrain and the player flying around firing projectiles at 'monsters'.

You would have to wade thru and seperate the DirectX stuff, but its a 'simple'
game.
--------------------------------------------[size="1"]Ratings are Opinion, not Fact
I'm having a fun little contest type showcase of games made in under 10 hours, I've got my own little snake game up now:

http://www.gamedev.net/community/forums/topic.asp?topic_id=425480

feel free to check out the source
_______________________"You're using a screwdriver to nail some glue to a ming vase. " -ToohrVyk
I almost forgot to post this link, which you might already know.

www.planetsourcecode.com

This is one of the best sites out their to get Code from to learn, however they are all user code and have not been checked fully and might contain sloppy code, but still a great site!
____________________VB/C++/C# Programmer

This topic is closed to new replies.

Advertisement