• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

fonts/H03-May-2022-

images/H03-May-2022-

levels/H03-May-2022-

music/H03-May-2022-

sounds/H03-May-2022-

www/H04-Feb-2009-137112

CHANGESH A D04-Feb-2009554 1812

COPYRIGHTH A D02-Jan-20091.1 KiB2518

LICENSE-GPLH A D28-Jun-200717.6 KiB340281

LICENSE-GUST-FONTH A D30-Sep-20061.5 KiB3129

LICENSE-LATEXH A D04-May-200818.7 KiB417329

LICENSE-SOUNDSNAPH A D02-Jan-20097.6 KiB154127

MakefileH A D03-May-20223.1 KiB5837

READMEH A D04-Feb-2009682 2013

config.hH A D03-May-20222.5 KiB4824

game.ccH A D01-Feb-200914.7 KiB586504

game.hH A D31-Jan-20094.8 KiB206163

gen_trig_tables.ccH A D31-Jan-20092 KiB5130

lines.ccH A D29-Jan-20092.5 KiB8659

lines.hH A D29-Jan-20091.6 KiB5624

play.ccH A D03-May-202254.3 KiB2,0581,870

saved_game.ccH A D03-May-20225.7 KiB213174

saved_game.hH A D20-Jan-20091.4 KiB5123

submit_game.ccH A D02-Jan-20093.6 KiB12989

submit_game.hH A D02-Jan-20091.1 KiB339

trig_table.ccH A D31-Jan-20091.5 KiB5328

trig_table.hH A D31-Jan-20092 KiB4910

trig_table_defs.ccH A D31-Jan-200914.8 KiB738726

util.ccH A D26-Jan-20097.1 KiB228153

util.hH A D31-Jan-20091.7 KiB6533

util_test.ccH A D02-Jan-20094.9 KiB146117

verify.ccH A D20-Jan-20092.4 KiB8664

verifydb.ccH A D25-Jan-20093.4 KiB11184

README

1
2Thank you for downloading Kartofel.
3
4Kartofel is a game of skill and logic.  The objective is to connect the
5numbered dots in order, without crossing over yourself.  The game is
6covered by the GNU General Public License.  The Kartofel webpage is
7http://kartofel.jfedor.org
8
9To compile Kartofel, type:
10
11make
12
13A number of dependencies are required: SDL, SDL_gfx, SDL_ttf, SDL_mixer,
14SDL_image, libcurl, zlib.  It seems like a lot but these libraries are either
15available out of the box or can be installed from standard packages on most
16systems (e.g., using the Synaptic Package Manager on Ubuntu, or MacPorts on
17Mac OS X.)
18
19For copyright information, please see the file COPYRIGHT.
20