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

..03-May-2022-

src/H06-Sep-2019-5,3964,194

AUTHORSH A D04-Nov-2018169 63

BUGSH A D04-Sep-2019410 107

COPYINGH A D04-Nov-201817.6 KiB341281

ChangeLogH A D06-Sep-20191.6 KiB4135

INSTALLH A D04-Nov-20181.1 KiB3021

Makefile.amH A D02-Sep-2019688 2415

Makefile.inH A D02-Sep-201928.2 KiB889787

READMEH A D06-Sep-20193.4 KiB8770

acinclude.m4H A D04-Nov-20186.1 KiB176162

aclocal.m4H A D02-Sep-201941.2 KiB1,1541,048

barrage.desktop.inH A D02-Sep-2019215 109

barrage.specH A D02-Sep-20191 KiB4435

barrage.spec.inH A D04-Nov-20181 KiB4436

compileH A D04-Nov-20187.2 KiB348258

config.guessH A D04-Nov-201842.6 KiB1,4611,263

config.h.inH A D02-Sep-20194.1 KiB155113

config.subH A D04-Nov-201830.4 KiB1,5501,409

configureH A D03-May-2022219.5 KiB7,7186,426

configure.acH A D02-Sep-20191.8 KiB6956

depcompH A D04-Nov-201814.8 KiB523330

install-shH A D04-Nov-20185.5 KiB252153

missingH A D04-Nov-20186.1 KiB191154

mkinstalldirsH A D04-Nov-2018722 4123

README

1
2                        ================
3                            Barrage
4                        ================
5
6
7------------
8Introduction
9------------
10
11Barrage is a rather destructive action game that puts you on a shooting
12range with the objective to hit as many dummy targets as possible
13within 3 minutes. You control a gun which may either fire small or large
14grenades at dummy soldiers, jeeps and tanks. The gameplay is simple but
15it is not that easy to get high scores.
16
17------------
18How To Start
19------------
20
21As stated in the INSTALL file, start barrage from the proper location.
22You may pass the following options to barrage when running it from a
23console:
24  -d <DELAY>      wait <DELAY> milliseconds in the main loop and when
25                  fading; this may reduce CPU usage a great deal but
26                  may have impact on the frame rate depending on the
27                  speed of your CPU
28  -w              don't start in fullscreen but in windowed mode; you
29                  can switch this anytime while playing by pressing 'f'
30  -s              play silently, thus don't play any sounds; this can
31                  also be switched by pressing 's' while playing
32  -r              force (valid) resolution, can be used to fix bad auto
33                  detection or zoom window mode
34
35-----------
36How To Play
37-----------
38
39The main menu is quite self-explaining, so we get directly to what is up
40when entering the shooting range:
41The gun is located at the left side of the screen and has an ammunition
42of 36 shots. Aiming is done by simply moving the mouse pointer which is
43a crosshair above a target and left-click it for example. A shot is then
44fired and an angle of 60 degrees and it will exactly hit the spot you
45aimed at. The meaning of the mouse buttons is as follows:
46	Left Button		Fire a large grenade.
47	Middle Button or
48	Ctrl + Left Button	Fire a small grenade.
49	Right Button		Reload gun to full 36 rounds.
50Similiar to Ctrl+LeftButton being an alternative to MiddleButton
51you can use the SpaceBar to reload the gun. ESC quits the game
52without checking the highscore. To enter the highscore you'll have
53to play a full game of 3 minutes.
54
55Whenever you fire a large grenade the crosshair will turn red for
560.5 seconds. In this time you cannot shoot. Small grenades can be
57fired so fast that the crosshair will not change its appearance.
58If you run out of ammo the crosshair becomes a triple of red rounds
59indicating that you have to reload either by pressing SPACE or
60clicking the right mouse button. Note, that reloading ALWAYS costs
6136 points of your score (which cannot drop below 0) no matter how
62may rounds where actually reloaded!
63
64Small grenades cannot damage a tank. Use large ones and aim carefully
65you have to hit quite exactly. Also try to prevent jeeps and tanks
66from escaping. Tanks come from the bottom and jeeps come from the top
67of the screen and for any vehicle that makes it safe through the
68battlefield you will loose half the score you would have received
69for destroying it. Soldiers do not have such a penalty.
70
71Target Scores are:
72Soldier		 5 points	(no penalty)
73Jeep		20 points	(10 points escape penalty)
74Tank		50 points	(25 points escape penalty)
75
76Also keep an eye at the ammo to see wether you have to reload. If you
77aimed at a target and clicked, just to realize you have no rounds left,
78the target may be out of sight before you can try to fire a second
79time.
80
81Good luck! Dismissed.
82
83
84Michael Speck
85http://lgames.sf.net
86
87