aboutsummaryrefslogtreecommitdiffstats
path: root/doc/tags
AgeCommit message (Collapse)Author
2015-10-15doc/space_vlaze.txt: Rename main tag to `space_vlaze.txt`Teddy Wing
Realised that the Vim plugins I see (and the ones I've written previously) use the name of the help file as their main first tag, namely using a `.txt` extension. Let's go with that convention.
2015-10-08doc/space_vlaze.txt: Add section for external dependenciesv0.0.1Teddy Wing
List the plugin's external dependencies, currently only `mplayer` which is used to play game audio.
2015-10-08doc/space_vlaze.txt: Add a section for bugsTeddy Wing
List a few known bugs that currently appear in the game.
2015-10-08Add docsTeddy Wing
Write Vim help for the plugin including an introduction, information about the command and map provided, as well as gameplay instructions and maps. Also generate help tags.
2015-10-04Initial commit. Initial menu and board stateTeddy Wing
Setup layout and structure of the code. * Add a command and map to start the game * When the game is started, prompt for game start, help, or leaderboard * Create help file template (TODO) * On game start, initialise the board with spaces and a player character * Setup buffer locals on game start * Create various functions that we'll need coming up either as stubs or filled in with what they'll probably be.