Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
4answers
740 views

Open source component-based game or engines?

I've read some about component-based game design but am still having some trouble figure out how exactly you'd go about implementing it. Are there any good examples of component-based games or game ...
5
votes
0answers
512 views

How can one compile Darwinia under Linux?

Introversion is now offering the Darwinia+Multiwinia source for sale, stating Note: You will need Windows and Visual Studio 2008 to build the games. We have tested that the code compiles correctly ...
4
votes
1answer
457 views

UDP Code client server architecture

I have developed a game on android.Now I want to play it on wifi or 3G. I have game packets which i want to send it form client(mobile) to server then to another client2(mobile). I don't know how to ...
7
votes
9answers
597 views

What's a good Open Source game to learn from?

I want to download the source code of an Open Source game, so I can get familiar with game architecture. Does any one know of a game with source code that's legible, and easily understandable? Edit: ...
0
votes
1answer
131 views

Are there any top down view sources available for SLICK/LWJGL?

I've been working with java for a few months now with my girlfriend and we're moving along at an expected rate. I understand the concepts of OOP, we've built many pseudo code starter games from ...
2
votes
2answers
160 views

Flash game size and distribution between asset types

I am currently developing a Flash game and am planning on a large amount of graphics and audio assets, which has led to some questions about Flash game size. By looking at some of the popular games ...
7
votes
2answers
454 views

MUD source code

I haven't been able to find a lot of the old, open source mud source codes. I find the way they did things very applicable to text-based/browser based games, and I'd love to be able to skim through ...
2
votes
3answers
512 views

Learning to write a solitaire game

Many years ago I did some programming in TurboPascal (on DOS!), but have not programmed since. Since retiring, I have "invented" a few solitaire games that I have given to people who sell solitaire ...
8
votes
4answers
1k views

What is the best designed open source game engine to take example?

Possible Duplicate: Where can I find good (well organized) examples of game code? I have coded several C++ games and now I'm building my own game engine and editor. I have some doubts ...
3
votes
3answers
775 views

Are there any PS3 games whose source code is open source?

Random question, but are there any PlayStation 3 games whose source code is available to the public to view? I have no experience developing computer games (my experience is in developing websites ...