summaryrefslogtreecommitdiffstats
path: root/games/open-invaders/open-invaders.rst
blob: c4060039a87653a45ab1af4e7fa3ac9fc245eeba (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
.. RST source for open-invaders(1) man page. Convert with:
..   rst2man.py open-invaders.rst > open-invaders.6

.. |version| replace:: 0.3_8
.. |date| date::

=============
open-invaders
=============

------------------------------
game similar to Space Invaders
------------------------------

:Manual section: 6
:Manual group: SlackBuilds.org
:Date: |date|
:Version: |version|

SYNOPSIS
========

open-invaders [**-f** | **-w**]

DESCRIPTION
===========

**open-invaders** is a Space Invaders clone with updated graphics and
sound. It can be played with either the keyboard or a game controller,
and features 'unlockable' content.

For more information about gameplay, see:

  /usr/doc/open-invaders-|version|/README

OPTIONS
=======

-f
  Start in fullscreen mode (overrides config file).

-w
  Start in windowed mode (overrides config file).

KEYBOARD
========

These keystrokes can be changed from the Options menu within the game. The
defaults are:

**Arrow Keys**
  Move left/right/up/down.

**Left Shift**
  Fire.

**P**
  Pause game.

**Q**
  Quit game, return to main menu.

These keystrokes cannot be changed:

**Control-F**, **Alt-Enter**
  Toggle fullscreen mode.

**Control-S**
  Save screenshot. Screenshots are in **.bmp** format, and will be saved
  to **~/oi_screen_NNNN.bmp**, where *NNNN* is a random 4-digit number.

**Control-C**
  Exit the application.

FILES
=====

~/.openinvaders/config
  Config file. Can be edited with a text editor, or via the Options menu
  in the game.

~/.openinvaders/hiscore
  High scores. Not human-readable.

COPYRIGHT
=========

See the file /usr/doc/open-invaders-|version|/COPYING for license information.

AUTHORS
=======

**open-invaders** was written by Darryl LeCount.

This man page written for the SlackBuilds.org project
by B. Watson, and is licensed under the WTFPL.