From 9ba8e6cf38da5196ed7bc878fe452952f3e10638 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Tue, 22 May 2007 15:06:55 +0000 Subject: moved docs --- docs/articles/hacking.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/articles/hacking.txt (limited to 'docs/articles/hacking.txt') 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. -- cgit 1.4.1