diff options
Diffstat (limited to 'docs/articles/hacking.txt')
| -rw-r--r-- | docs/articles/hacking.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/articles/hacking.txt b/docs/articles/hacking.txt new file mode 100644 index 00000000..a9dc23ac --- /dev/null +++ b/docs/articles/hacking.txt @@ -0,0 +1,8 @@ +Title: Hacking + +Group: Source Layout +data_src - Data for the game is located under data_src and is unprocessed. +src - Engine source. It contains the network communication, graphics and sound. +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. |