Guide:Sources: Difference between revisions

From Game Making Tools Wiki
(Mark Moxon's page)
(→‎C++: Descent 3)
 
Line 32: Line 32:
* [https://github.com/FrictionalGames/AmnesiaTheDarkDescent Amnesia: The Dark Descent]
* [https://github.com/FrictionalGames/AmnesiaTheDarkDescent Amnesia: The Dark Descent]
* [https://github.com/vonsehren/freeCodes Dash]. Holk von Sehren. (ASCII, ''Boulder Dash''-like game [https://www.youtube.com/watch?v=Y4gU2vttNTo video])
* [https://github.com/vonsehren/freeCodes Dash]. Holk von Sehren. (ASCII, ''Boulder Dash''-like game [https://www.youtube.com/watch?v=Y4gU2vttNTo video])
* [https://github.com/DescentDevelopers/Descent3 Descent 3]
* [https://github.com/TTimo/doom3.gpl Doom 3]. iD Software.
* [https://github.com/TTimo/doom3.gpl Doom 3]. iD Software.
** [http://fabiensanglard.net/doom3/index.php Doom3 Source Code Review], by Fabien Sanglard.
** [http://fabiensanglard.net/doom3/index.php Doom3 Source Code Review], by Fabien Sanglard.

Latest revision as of 07:10, 19 June 2024

Page for released source codes for games.

Organised by Format

Inherently

Game Builders which keep their exported games editable. So any game you get you can open again in the editor and modify it.

(Note: Probably should make a category for these — rjt (talk))

Assorted

C

C++

Clickteam

GameMaker

Godot

Lua

LÖVE

Pascal

Python

RPG In A Box

Rust

Unity

Unsorted :(

Dumping some links

See Also