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

..03-May-2022-

DocsDev/H03-May-2022-496392

GFX/H03-May-2022-

data/H20-Mar-2009-

CHANGESH A D01-Apr-20094.2 KiB11587

COPYINGH A D26-Mar-200934.3 KiB675553

MakefileH A D03-May-2022838 4219

NEWSH A D01-Apr-20091.1 KiB4225

READMEH A D30-Mar-20091.9 KiB6439

THANKSH A D18-Mar-2009480 1410

TODOH A D01-Apr-20092 KiB5838

XOR_MAPS_COPYINGH A D26-Mar-2009232 85

actions.cH A D26-Mar-200912.9 KiB311268

actions.hH A D26-Mar-20094.2 KiB12968

defs.hH A D31-Mar-20092.4 KiB9133

explode.cH A D01-Apr-200911 KiB304266

explode.hH A D26-Mar-20091.6 KiB459

game_display.cH A D31-Mar-20098 KiB279234

game_display.hH A D26-Mar-20091.7 KiB5721

gfx.cH A D26-Mar-200912.2 KiB469421

gfx.hH A D26-Mar-20094.6 KiB14977

icons.cH A D03-May-202213.8 KiB495446

icons.hH A D27-Mar-20096.7 KiB254167

input.cH A D26-Mar-20093.4 KiB139112

input.hH A D26-Mar-20091.6 KiB7640

level_menu.cH A D01-Apr-20098.3 KiB309201

level_menu.hH A D26-Mar-20091.2 KiB5024

map.cH A D01-Apr-200918.5 KiB629578

map.hH A D01-Apr-20093.1 KiB9748

mapdisplay.cH A D01-Apr-200911.9 KiB402275

mapdisplay.hH A D01-Apr-20091.8 KiB8150

movelist.cH A D26-Mar-20097.6 KiB278244

movelist.hH A D26-Mar-20092.1 KiB7933

moves.cH A D31-Mar-200915.1 KiB465386

moves.hH A D27-Mar-20092 KiB6011

options.cH A D26-Mar-20094.2 KiB189151

options.hH A D26-Mar-20092.1 KiB7538

play_xor.cH A D01-Apr-200914.7 KiB457347

play_xor.hH A D26-Mar-20091.9 KiB9058

player.cH A D01-Apr-20099.4 KiB336263

player.hH A D31-Mar-20093 KiB8835

scores.cH A D26-Mar-20092.1 KiB9468

scores.hH A D26-Mar-2009973 3410

teleport.cH A D26-Mar-20093.9 KiB13252

teleport.hH A D26-Mar-20091,020 3813

types.hH A D26-Mar-20091.7 KiB5513

version.hH A D30-Mar-20091 KiB304

xorgramana.cH A D26-Mar-20092.7 KiB10174

README

1***************************************************************
2XorGramana Copyright 2009 by James W. Morris, james@jwm-art.net
3
4THIS SOFTWARE IS LICENSED UNDER THE GNU GPLv3 See COPYING FOR
5FULL DETAILS.
6***************************************************************
7
8http://www.jwm-art.net/XorGramana
9
10XorGramana is a game which expands upon the game play of Xor,
11using a code-base from XorCurses (a remake by jwm-art.net of
12Xor for the linux console).
13
14XorGramana is a tile based logic puzzle set in a series of mazes
15where the object of each maze is to escape by re-arranging letters
16which might form words or might simply be 'just-puzzles-to-get-past'.
17
18XorGramana uses the SDL library and has nice enough graphics.
19
20What's not working yet?
21
22Replay load and save is not working. Some other things too.
23
24THE MAP IS WORKING NOW!
25
26----------------------------------
27
28building
29
30
31tar -xjr XorGramana-0.0.8.tar.bz2
32cd XorGramana-0.0.8.tar.bz2
33make
34
35
36*** this game does not make install yet. please run from the src dir.
37
38if the build process fails you may need to install the SDL development
39packages and try again (SDL, SDL_image, SDL_gfx etc).
40
41
42once built:
43
44./xorgramana
45
46will run the game for you to play it.
47
48If you have problems building XorGramana on your Linux system and it is
49not due to missing dependancies (ie SDL development packages are
50installed) please contact james@jwm-art.net with details of the problems
51and we'll try and fix it.
52
53-----------------------------------
54
55Please note this is an early release, and a project with which i am
56learning to use SDL. It is only my second attempt at game programming.
57
58XorCurses is my first if I can bring myself to forget about
59"Lawn Mower Simulator", a game I wrote in Locomotive Basic on the
60Amstrad CPC 464 which appeared in Amstrad Action circa 1990. In Basic
61one of the best optimizations was to cram as much code into a 256
62character line as possible. Hehe.
63
64