about summary refs log tree commit diff
path: root/docs/articles/hacking.txt
blob: a81e6350f31c9de6123214d8d3022192123adc02 (plain)
1
2
3
4
5
6
7
8
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.