ddnet/docs/articles/hacking.txt

9 lines
384 B
Plaintext
Raw Normal View History

2007-05-22 15:06:55 +00:00
Title: Hacking
Group: Source Layout
data_src - Data for the game is located under data_src and is unprocessed.
2007-07-19 11:01:07 +00:00
src/engine - Engine source. It contains the network communication, graphics and sound.
2007-05-22 15:06:55 +00:00
src/game - The game source. This is the source that acctually is teewars.
You can write a new game using the engine by removing these files and start from scratch.
scripts - Scripts.