Tagged Questions

Question about games, libraries, etc. for which source code is available in some way.

learn more… | top users | synonyms

-3
votes
0answers
71 views

where can I find source code for poker game? [closed]

I am hoping that someone out there can help me locate a source code a game poker - single player, thank you!
8
votes
2answers
1k views

What programming language were PS1 games written in?

Is there any common language that is used to create the original PlayStation games? Or how can I find out what programming language is used for one of those games?
3
votes
1answer
128 views

Variables in static library are never initialized. Why?

I have a bunch of variables that should be initialized then my game launches, but must of them are never initialized. Here is an example of the code: MyClass.h class MyClass : public BaseObject { ...
2
votes
1answer
211 views

Radiosity lightmap generation

Is there any working C++ source code for a lightmap generation algorithm using Radiosity or any other GI system? I've found technical papers only, but I can't really find any implementation.
1
vote
1answer
141 views

TF2 plugin signature (Source SDK)

I am working on the server plugin for TF2. I need it for getting some stats from game (no hacking and cheating). My problem: I got message "No valid signature found..." while testing my plugin. But I ...
0
votes
2answers
263 views

How is JS source protected in Chrome games?

I was playing a space arcade shooter https://moonbreakers.com/ and tried to see some of the JS and shader code. However, I was unable to find anything but some server communication code. Game code is ...
0
votes
1answer
156 views

Why wont SVN work on the Google Code Source? [closed]

I installed SVN Toroise. I then proceeded to the desktop and right clicked and clicked on SVN checkout. I then entered under the URL of Repository "http://apple-crunch.googlecode.com/svn/trunk/ ...
1
vote
2answers
737 views

How do I get the source code from a Google Code game project?

I'm trying to get the Hedgewars source code. When I went to the downloads tab, it doesn't specify which is the actual game. I tried downloading it using the SVN Checkout on Tortoise, but it seems ...
0
votes
1answer
237 views

naming conventions in game code / vocabulary

I'm just starting out as a game dev, and I'm finding some difficulties at the time of naming classes. I usually call the one that handles everything World or Map, or Grid. Then there's the stuff ...
8
votes
9answers
1k 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: ...
1
vote
1answer
634 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 ...
8
votes
2answers
814 views

Java code for client-server game on Android

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 form client (mobile) to server then to another client (mobile). I don't know how to ...
2
votes
2answers
239 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 ...
14
votes
4answers
2k 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 ...
10
votes
4answers
1k 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 ...
3
votes
3answers
2k 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 ...
11
votes
4answers
2k 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
2k 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 ...
11
votes
1answer
1k 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 ...