about summary refs log tree commit diff
path: root/docs/articles/hacking.txt
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-01-17 12:56:19 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-01-17 12:56:19 +0000
commite42c493d0c294ccb0a314c8447818c8d613195df (patch)
tree27e56d9415313ddccdb1550da64ed3ef80b1dcca /docs/articles/hacking.txt
parent037569c4e52f37196275dbafec670f54da249cf8 (diff)
downloadzcatch-e42c493d0c294ccb0a314c8447818c8d613195df.tar.gz
zcatch-e42c493d0c294ccb0a314c8447818c8d613195df.zip
removed olds docs
Diffstat (limited to 'docs/articles/hacking.txt')
-rw-r--r--docs/articles/hacking.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/articles/hacking.txt b/docs/articles/hacking.txt
deleted file mode 100644
index a81e6350..00000000
--- a/docs/articles/hacking.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-Title: Hacking
-
-Group: Source Layout
-data_src - Data for the game is located under data_src and is unprocessed.
-src/engine - 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.