Programming Sites: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (cleanup, adding link)
Line 52: Line 52:
* [http://www.microsoft.com/downloads/details.aspx?FamilyID=6d790cde-c3e5-46be-b3a5-729581269a9c&DisplayLang=en Mech Commander 2] - Entire game and source code. Can serve as an example for learning programming.
* [http://www.microsoft.com/downloads/details.aspx?FamilyID=6d790cde-c3e5-46be-b3a5-729581269a9c&DisplayLang=en Mech Commander 2] - Entire game and source code. Can serve as an example for learning programming.
* [http://www.planofattackgame.com/source-code.php Plan of Attack Source Code] - The entire source code (including art assets) for the Plan of Attack mod, free to use in other mods.
* [http://www.planofattackgame.com/source-code.php Plan of Attack Source Code] - The entire source code (including art assets) for the Plan of Attack mod, free to use in other mods.
* Full Half-Life SDK: [http://www.fileplanet.com/81538/80000/fileinfo/Full-Half-Life-SDK-2.3-%20source-only%20#10976608306289015593 Fileplanet] / [http://metamod.sourceforge.net/files/sdk/ Sourceforge]
* Full Half-Life SDK: [http://www.fileplanet.com/81538/80000/fileinfo/Full-Half-Life-SDK-2.3-%20source-only%20#10976608306289015593 Fileplanet] (source code only) / [http://metamod.sourceforge.net/files/sdk/ Sourceforge] / Gamefront ([http://www.gamefront.com/files/20622890/Half_Life_SDK_2_3__full_ full] / [http://www.gamefront.com/files/20622887/Half_Life_SDK_2_3__source_code_only_ source code only])


===C++===
===C++===

Revision as of 06:17, 14 August 2011

This is a list of sites relating to programming, covering both general and HL2 specific topics.

General

Game Programming

Half-Life specific

Sample Source Code

C++

See Also