vote up 39 vote down star
49

For me to read code and learn, not to play...

...of course ;-)

flag
show 1 more comment

46 Answers

1 2 next
vote up 1 vote down

Tremulous is a good multiplayer-game.

link|flag
vote up 2 vote down

Jagged Alliance 2

Its source code was released in 2004 (I think) and since then it has been improved very much (almost rewritten) by the mod community. The mod goes under the name JA2 v1.13 and the community resides at Bear's Pit.

P.S. For reading and learning from the code, this might not be the best project. It's old C code with many functions spanning hundreds of lines. Unless you want to learn how to work with legacy code, playing it is more fun. ;)

link|flag
vote up 6 vote down

alt text

Ur Quan Masters - Star Control 2 update.

link|flag
show 1 more comment
vote up 0 vote down

Open Arena, the best of Quake 3 engine, entirely open-source.

link|flag
vote up 1 vote down

I've spent more time with Glubulation 2 Than any other open source game. Its an innovative and fresh variation on the RTS genre.

link|flag
vote up 1 vote down

Freespace 2 source code. It is based off of the original Volition Freespace 2 (released as open source). This is production (and thus "battle tested") code and will give you a good look at how shipping titles look (with all of the warts).

You can gain access to the FS2_open source through SVN here:

http://scp.indiegames.us/links.php

link|flag
vote up 2 vote down

So many games, so little time.

link|flag
vote up 0 vote down

It's clearly AssaultCube ;) a fast and fun first-person-shooter that comes as a 40mb package.

alt text

Written in messy C++ using SDL, OpenGL and OpenAL :P

link|flag
show 2 more comments
vote up 0 vote down

If you're looking for a very quick C#.NET implementation of the classic Balderdash, check out the Digger source here:

http://www.lutzroeder.com/silverlight/

link|flag
vote up 0 vote down

I don't think it counts as "open-source", but I loved QBasic Gorilla.Bas grin I used to edit it to make all buildings disappear when the banana hits the sun; then it's a Banana Free-For-All! xD

I also took the liberty to rename the game QBrian Gorilla to make fun of a friend of mine... Lame, I know, but hey, I was 14. Haha..

QBasic was the first programming language I got into, before later moving on to VB, and then ASP, PHP and VB.Net. Ah, nostalgia... =)

link|flag
vote up 2 vote down

My vote goes to OpenTTD (http://www.openttd.org)

link|flag
vote up 0 vote down

Torcs, the Open Racing Simulator http://torcs.sourceforge.net/

link|flag
vote up 1 vote down

Gnu-Backgammon.

link|flag
vote up 1 vote down

And I will add a console-game: Meteora Evolution. It is a homebrew-game for the Nintendo DS and Open-Source.

link|flag
vote up 0 vote down

Global Thermonuclear War (http://en.wikipedia.org/wiki/WOPR) or, tic tac toe

link|flag
vote up 6 vote down

My personal favorite is UFO Alien Invasion. I loved the original UFO and this is a really good clone.

link|flag
vote up 2 vote down

No one mentioned freedroidrpg yet.

link|flag
vote up 5 vote down

two words: Frozen Bubble.

link|flag
vote up 1 vote down

No shout outs to Angband yet? It went under new "ownership" in March of this year and is still the most addictive fantasty/dungeon style game I've seen. Source is readily available and it is pretty slick to see how a program can still be heavily active after its initial release back in 1993, or even later, if memory serves on its lifetime.

link|flag
vote up 3 vote down

I've spent many hours playing FreeCol (a clone of Sid Meier's Colonization).

I mean "studying the source code of FreeCol".

link|flag
vote up 2 vote down

It's got to be either rogue http://en.wikipedia.org/wiki/Rogue_(computer_game)

alt text

or Empire I've invested (lost) so much time in both of those.

link|flag
vote up 23 vote down

What about OpenTransportTycoon? :) Come one people - that's got to be the best!

http://www.openttd.org FTW! ;)

link|flag
show 5 more comments
vote up 3 vote down

Sauerbraten Very nice FPS

link|flag
show 1 more comment
vote up 4 vote down

alt text

Empire, the Wargame of the Century, naturally. You can download it from classicempire.com. Empire has been flunking out students and wrecking marriages since the 1970's.

link|flag
show 1 more comment
vote up 2 vote down

A classic: Crowther/Woods Adventure ;-)

link|flag
vote up 2 vote down

Depending on what platform you're going for, the XNA guys have a few "starter kits" of ready to build projects, the code is available, but it's not explicitly open source:

http://creators.xna.com/education/starterkits/

link|flag
vote up 9 vote down
. . . . . . . . . .
. . . . S . . . . .
. . * . . . . * . .
. . . . . . . . . *
. * . . . * . . . .
. . . . . . . . . .
. . . E . . . . . .
. . . . . * . . . .
. . . . . . . . . . 
. . . * . . . . . .

This one... the original Star Trek. PDP11 rulez! :)

link|flag
show 3 more comments
vote up 2 vote down

There is a very good text based role playing game called 'make', you are on a quest to find hidden dependancies guarded by bearded sages and wrestle patches from them.

link|flag
vote up 19 vote down

Check out Kenta Cho's games: http://www.asahi-net.or.jp/~cs8k-cyu/index_e.html. Most of them are written in D and use Simple DirectMedia Layer.

They're a lot of fun and the source is extremely readable - a great showcase for the D language.

Torus Trooper screenshot:

alt text

link|flag
show 1 more comment
vote up 5 vote down

Wormux really has a fantastic architechture. i'm a professional game developer and i think that these guys really might be too. the quality of the work smells of years of game dev experience.

link|flag
1 2 next

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.