<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tetris, branch master</title>
<subtitle>Mostly compliant implementation of Tetris using SDL</subtitle>
<link rel='alternate' type='text/html' href='https://git.nah.nz/tetris/'/>
<entry>
<title>Change colours to gruvbox theme</title>
<updated>2019-04-10T10:00:56+00:00</updated>
<author>
<name>David Phillips</name>
<email>david@sighup.nz</email>
</author>
<published>2019-04-10T10:00:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nah.nz/tetris/commit/?id=b1a04a73a325fd48831495ef7489cf3330f2859a'/>
<id>b1a04a73a325fd48831495ef7489cf3330f2859a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement game over</title>
<updated>2019-04-10T09:10:21+00:00</updated>
<author>
<name>David Phillips</name>
<email>david@sighup.nz</email>
</author>
<published>2019-04-10T09:10:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nah.nz/tetris/commit/?id=8d98f9bf13085c3a36170c2a2e541ee9a58b520a'/>
<id>8d98f9bf13085c3a36170c2a2e541ee9a58b520a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add lines counter/scoring</title>
<updated>2019-04-03T09:06:00+00:00</updated>
<author>
<name>David Phillips</name>
<email>david@sighup.nz</email>
</author>
<published>2019-04-03T09:06:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nah.nz/tetris/commit/?id=3dc61fd55d97a407e18a3306263b7013302f4130'/>
<id>3dc61fd55d97a407e18a3306263b7013302f4130</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add speed drop mode, pause mode</title>
<updated>2019-02-27T09:32:50+00:00</updated>
<author>
<name>David Phillips</name>
<email>david@yeah.nah.nz</email>
</author>
<published>2019-02-27T09:32:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nah.nz/tetris/commit/?id=3c395d1abb65f525ba83ca5d61654ffd1497facf'/>
<id>3c395d1abb65f525ba83ca5d61654ffd1497facf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change window title from default</title>
<updated>2017-12-22T08:23:46+00:00</updated>
<author>
<name>David Phillips</name>
<email>david@sighup.nz</email>
</author>
<published>2017-12-22T08:23:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nah.nz/tetris/commit/?id=83e8c89ad406bb8f21c921f91e657ca848e517f0'/>
<id>83e8c89ad406bb8f21c921f91e657ca848e517f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Werror, add pedantic to CFLAGS</title>
<updated>2017-12-22T08:23:25+00:00</updated>
<author>
<name>David Phillips</name>
<email>david@sighup.nz</email>
</author>
<published>2017-12-22T08:23:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nah.nz/tetris/commit/?id=896b3445d2add72f5bf243ea03506367133a2db8'/>
<id>896b3445d2add72f5bf243ea03506367133a2db8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>POSIX-ify makefile</title>
<updated>2017-12-22T07:36:08+00:00</updated>
<author>
<name>David Phillips</name>
<email>david@sighup.nz</email>
</author>
<published>2017-12-22T07:36:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nah.nz/tetris/commit/?id=2998246e1b15a09781ff892192992f696d5a6926'/>
<id>2998246e1b15a09781ff892192992f696d5a6926</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing default case, correct type of colour values</title>
<updated>2017-12-22T07:34:53+00:00</updated>
<author>
<name>David Phillips</name>
<email>david@sighup.nz</email>
</author>
<published>2017-12-22T07:34:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nah.nz/tetris/commit/?id=9d1a2f26f24a814689a25f375d812e6e179369c8'/>
<id>9d1a2f26f24a814689a25f375d812e6e179369c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Last adjustments: petty whitespace fixes</title>
<updated>2017-01-28T02:35:55+00:00</updated>
<author>
<name>David Phillips</name>
<email>david@sighup.nz</email>
</author>
<published>2017-01-28T02:35:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nah.nz/tetris/commit/?id=d7952dacbfa087dd70b574ccab69d3647ad21063'/>
<id>d7952dacbfa087dd70b574ccab69d3647ad21063</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More misc tidying</title>
<updated>2017-01-28T02:34:04+00:00</updated>
<author>
<name>David Phillips</name>
<email>david@sighup.nz</email>
</author>
<published>2017-01-28T02:34:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nah.nz/tetris/commit/?id=b14637cc99e5fbed179307e8448dd618be6e461d'/>
<id>b14637cc99e5fbed179307e8448dd618be6e461d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
