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

..03-May-2022-

autom4te.cache/H12-Sep-2004-10,4539,443

debug/H03-May-2022-28,65419,618

optimized/H03-May-2022-28,86319,752

runDir/H03-May-2022-5,0174,574

src/H12-Sep-2004-10,7116,946

templates/H12-Sep-2004-4038

AUTHORSH A D12-Sep-200433 21

COPYINGH A D12-Sep-200417.6 KiB341281

DoxyfileH A D12-Sep-20049.1 KiB249247

INSTALLH A D12-Sep-20046.8 KiB168129

Makefile.amH A D12-Sep-2004146 62

Makefile.cvsH A D12-Sep-200461 96

Makefile.inH A D12-Sep-200413.5 KiB448363

READMEH A D12-Sep-20041.1 KiB3829

acinclude.m4H A D12-Sep-20046.2 KiB168156

aclocal.m4H A D12-Sep-2004155.4 KiB4,6914,165

config.guessH A D14-Feb-200439 KiB1,3641,177

config.h.inH A D12-Sep-20041.5 KiB5939

config.subH A D14-Feb-200428.9 KiB1,4711,330

configureH A D12-Sep-2004298.9 KiB9,9537,993

configure.inH A D12-Sep-20042.1 KiB9173

depcompH A D14-Feb-200412.6 KiB442288

duel.kdevelopH A D12-Sep-20045.8 KiB195194

duel.kdevsesH A D12-Sep-20041.1 KiB3332

install-shH A D14-Feb-20046.2 KiB277169

ltmain.shH A D14-Feb-2004178 KiB6,3444,960

missingH A D14-Feb-200410 KiB337263

mkinstalldirsH A D14-Feb-20041.9 KiB11285

README

1Welcome to duel v0.98.
2
3Duel is a simple, one player game, with some fairly nice
4OpenGL graphics. This file should have come in an archive
5that includes the entire kdevelop directory structure
6for the project.
7You'll find the source in ./src. All data is in the
8directory ./runDir/data, and the executable once built
9needs to be run from the runDir directory so that it
10can find the data.
11
12To compile, you will need:
13SDL    - http://www.libsdl.org
14FTGL   - http://homepages.paradise.net.nz/henryj/code/index.html
15 and hence freetype2!
16OpenGL - probably you have this, if not, www.opengl.org
17 i.e. libGL & libGLU
18
19You may need to tweak the project a bit to get things to work,
20depending on where you have freetype2 installed & similar.
21If you're lucky, you'll be able to do ./configure & make etc.
22
23Murray Evans
24www.rdg.ac.uk/~sir03me
25
26duel is released under the GPL (v2) so feel free to play with it.
27If someone adds sound, I'd love to see it.
28The font used was found at www.fontfreak.com and is apparantly
29freeware.
30
31Controls:
32
33thrust fwd/back - up/down
34rot cw/ccw      - right/left
35zoom in/out     - =/-
36
37Enjoy!!
38