blob: 68cdf354ca316f9150808a32a2304fcf285590cd (
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
|
*space_vlaze.vim* A space shooter game
Author: Teddy Wing <http://teddywing.com>
License: MIT
Version: 0.0.1
==============================================================================
INTRODUCTION *space_vlaze-introduction*
Captain Nolan and his crew on the Benten have completed a routine delivery
mission to Chapek 9. As they make their way home through the Mais system,
their ship is suddenly assailed by giant floating popcorn kernels! Help Nolan
and the Benten pop the kernels before it's too late.
==============================================================================
COMMANDS *space_vlaze-commands*
:SpaceVlaze *SpaceVlaze*
Launch the game. A prompt appears to perform one of the following:
1. Play the game
2. Display the leaderboard
3. Show this help
==============================================================================
MAPPINGS *space_vlaze-mappings*
*space_vlaze-<leader>sv*
<leader>sv Launch Space Vlaze.
==============================================================================
GAMEPLAY *space_vlaze-gameplay*
Take control of Captain Nolan and the Benten. Navigate the treacherous expanse
of space avoiding or popping the fearsome kernels.
*space_vlaze-h*
h Move the Benten left.
*space_vlaze-j*
j Move the Benten down.
*space_vlaze-k*
k Move the Benten up.
*space_vlaze-l*
l Move the Benten right.
*space_vlaze-<space>*
<space> Fire missiles.
*space_vlaze-q*
q Quit the game.
==============================================================================
LICENSE *space_vlaze-license*
Space Vlaze is released under the MIT license.
vim:tw=78:ts=8:ft=help:norl:
|