diff options
| author | Teddy Wing | 2015-10-08 04:51:57 -0400 | 
|---|---|---|
| committer | Teddy Wing | 2015-10-08 04:51:57 -0400 | 
| commit | 6ffd59c576b037b1d32e35b346fdc8be21ee2e2d (patch) | |
| tree | bf5201bfde082a1a9995ec7c9900061efa75d4a7 | |
| parent | d6ff14c9406f2e1cb8722d8657c138aa79b3a779 (diff) | |
| download | vim-space-vlaze-6ffd59c576b037b1d32e35b346fdc8be21ee2e2d.tar.bz2 | |
doc/space_vlaze.txt: Add a section for bugs
List a few known bugs that currently appear in the game.
| -rw-r--r-- | doc/space_vlaze.txt | 9 | ||||
| -rw-r--r-- | doc/tags | 1 | 
2 files changed, 10 insertions, 0 deletions
| diff --git a/doc/space_vlaze.txt b/doc/space_vlaze.txt index 68cdf35..9253685 100644 --- a/doc/space_vlaze.txt +++ b/doc/space_vlaze.txt @@ -53,6 +53,15 @@ l			Move the Benten right.  q			Quit the game.  ============================================================================== +BUGS                                                        *space_vlaze-bugs* + +* Enemies don't move +* The max enemy count isn't handled correctly meaning that enemies can flood +  the board +* Firing missiles blocks gameplay until the missiles have disappeared or +  exploded + +==============================================================================  LICENSE                                                  *space_vlaze-license*  Space Vlaze is released under the MIT license. @@ -1,6 +1,7 @@  SpaceVlaze	space_vlaze.txt	/*SpaceVlaze*  space_vlaze-<leader>sv	space_vlaze.txt	/*space_vlaze-<leader>sv*  space_vlaze-<space>	space_vlaze.txt	/*space_vlaze-<space>* +space_vlaze-bugs	space_vlaze.txt	/*space_vlaze-bugs*  space_vlaze-commands	space_vlaze.txt	/*space_vlaze-commands*  space_vlaze-gameplay	space_vlaze.txt	/*space_vlaze-gameplay*  space_vlaze-h	space_vlaze.txt	/*space_vlaze-h* | 
