blob: 04daddc87e31b7ce007d96fb735ca8d2ee771b27 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
Hello!
KTron is a simple tron-clone for the Trinity Desktop Environment.
I think it's just nothing to say about the game:
avoid running into walls, your own tail, and that of your opponent.
Read the Online-Documentation for more details.
Notice:
Parts of the code, especially parts of the algorithm for the computerplayer
are from xtron-1.1 by Rhett D. Jacobs <rhett@hotel.canberra.edu.au>
Copyright:
KTron
Copyright (C) 1998-2000 by Matthias Kiefer <matthias.kiefer@gmx.de>
KTron is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 or any later version.
KTron is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Hope you have a lot of fun :-)
---------------
Matthias Kiefer <matthias.kiefer@gmx.de>
27 February 2000
|