| Age | Commit message (Collapse) | Author |
|
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.
|
|
List the plugin's external dependencies, currently only `mplayer` which
is used to play game audio.
|
|
List a few known bugs that currently appear in the game.
|
|
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.
|
|
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.
|