The source-code tag has no wiki summary.
1
vote
1answer
38 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
176 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
101 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
257 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
183 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 ...
9
votes
9answers
778 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
345 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
683 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
222 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
1k 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 ...
7
votes
2answers
673 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
1k 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 ...
9
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
1k 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 ...
9
votes
2answers
712 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 ...