<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vim-space-vlaze/doc/tags, branch master</title>
<subtitle>A space shooter game that runs in Vim</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-space-vlaze/'/>
<entry>
<title>doc/space_vlaze.txt: Rename main tag to `space_vlaze.txt`</title>
<updated>2015-10-15T19:45:30+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-10-15T19:45:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-space-vlaze/commit/?id=8606ac8ce8e7d872da5b77e644fd32ac4c7fd26b'/>
<id>8606ac8ce8e7d872da5b77e644fd32ac4c7fd26b</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>doc/space_vlaze.txt: Add section for external dependencies</title>
<updated>2015-10-09T01:21:14+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-10-09T01:21:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-space-vlaze/commit/?id=16c570fc4376ba224b51cd2fb5cf6248746dcf36'/>
<id>16c570fc4376ba224b51cd2fb5cf6248746dcf36</id>
<content type='text'>
List the plugin's external dependencies, currently only `mplayer` which
is used to play game audio.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
List the plugin's external dependencies, currently only `mplayer` which
is used to play game audio.
</pre>
</div>
</content>
</entry>
<entry>
<title>doc/space_vlaze.txt: Add a section for bugs</title>
<updated>2015-10-08T08:51:57+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-10-08T08:51:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-space-vlaze/commit/?id=6ffd59c576b037b1d32e35b346fdc8be21ee2e2d'/>
<id>6ffd59c576b037b1d32e35b346fdc8be21ee2e2d</id>
<content type='text'>
List a few known bugs that currently appear in the game.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
List a few known bugs that currently appear in the game.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add docs</title>
<updated>2015-10-08T08:33:16+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-10-08T08:32:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-space-vlaze/commit/?id=78038c863df19509a5edbc6e8b97a43fdfe24ff6'/>
<id>78038c863df19509a5edbc6e8b97a43fdfe24ff6</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial commit. Initial menu and board state</title>
<updated>2015-10-04T16:41:37+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-10-04T16:41:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/vim-space-vlaze/commit/?id=864b87d37a5c19e0445a3fb124ea154b201d5ae3'/>
<id>864b87d37a5c19e0445a3fb124ea154b201d5ae3</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
</feed>
