<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mines.git/app/src, branch master</title>
<subtitle>Android implementation of the classic video game Minesweeper.
</subtitle>
<id>https://www.git.jakob.space/mines.git/atom?h=master</id>
<link rel='self' href='https://www.git.jakob.space/mines.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/mines.git/'/>
<updated>2019-01-12T20:31:19Z</updated>
<entry>
<title>Use linear interpolation for camera movement</title>
<updated>2019-01-12T20:31:19Z</updated>
<author>
<name>Jakob L. Kreuze</name>
<email>jakob@memeware.net</email>
</author>
<published>2019-01-12T20:31:19Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/mines.git/commit/?id=335191bf832d749f679f4d88e7b04ce8b24e3803'/>
<id>urn:sha1:335191bf832d749f679f4d88e7b04ce8b24e3803</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Extract Grid to be primarily a member of GameActivity</title>
<updated>2019-01-12T19:32:42Z</updated>
<author>
<name>Jakob L. Kreuze</name>
<email>jakob@memeware.net</email>
</author>
<published>2019-01-12T19:32:42Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/mines.git/commit/?id=ef496487ae49a1e98ea3c9de0531ca4716f7cebf'/>
<id>urn:sha1:ef496487ae49a1e98ea3c9de0531ca4716f7cebf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial implementation of flagging.</title>
<updated>2019-01-11T18:34:49Z</updated>
<author>
<name>Jakob L. Kreuze</name>
<email>jakob@memeware.net</email>
</author>
<published>2019-01-11T18:34:49Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/mines.git/commit/?id=cc84e4eaec11580fcaf0b70a7782566917ed286e'/>
<id>urn:sha1:cc84e4eaec11580fcaf0b70a7782566917ed286e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sometimes, the best solution is the most straighforward one.</title>
<updated>2018-12-22T13:05:52Z</updated>
<author>
<name>Jakob L. Kreuze</name>
<email>jakob@memeware.net</email>
</author>
<published>2018-12-22T13:05:52Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/mines.git/commit/?id=d321bb13a9a2ea7af10400b3ce3848733039cbd4'/>
<id>urn:sha1:d321bb13a9a2ea7af10400b3ce3848733039cbd4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(Still kind of broken) implementation of revealing and zooming.</title>
<updated>2018-12-21T18:31:03Z</updated>
<author>
<name>Jakob L. Kreuze</name>
<email>jakob@memeware.net</email>
</author>
<published>2018-12-21T18:31:03Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/mines.git/commit/?id=2560d1da9a6f9122371c34c412b21a79ebaf76cb'/>
<id>urn:sha1:2560d1da9a6f9122371c34c412b21a79ebaf76cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changed grid drawing algorithm once more, and reimplemented camera movement.</title>
<updated>2018-12-21T18:04:32Z</updated>
<author>
<name>Jakob L. Kreuze</name>
<email>jakob@memeware.net</email>
</author>
<published>2018-12-21T18:04:32Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/mines.git/commit/?id=033d47b09b977730745db26ab02f857c6343e042'/>
<id>urn:sha1:033d47b09b977730745db26ab02f857c6343e042</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Redesigned the algorithm for drawing a portion of the minesweeper grid</title>
<updated>2018-12-21T17:38:37Z</updated>
<author>
<name>Jakob L. Kreuze</name>
<email>jakob@memeware.net</email>
</author>
<published>2018-12-21T17:38:37Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/mines.git/commit/?id=ca1a389e97e3eaa17632e419891eb4514ea651e0'/>
<id>urn:sha1:ca1a389e97e3eaa17632e419891eb4514ea651e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial pinch-to-zoom and tile revealing</title>
<updated>2018-12-20T14:42:05Z</updated>
<author>
<name>Jakob L. Kreuze</name>
<email>jakob@memeware.net</email>
</author>
<published>2018-12-20T14:42:05Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/mines.git/commit/?id=30d17197c169d7dc1c8b210e6c43fbfd698cdad6'/>
<id>urn:sha1:30d17197c169d7dc1c8b210e6c43fbfd698cdad6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement functionality in SetupActivity</title>
<updated>2018-12-17T15:16:09Z</updated>
<author>
<name>Jakob L. Kreuze</name>
<email>jakob@memeware.net</email>
</author>
<published>2018-12-17T15:16:09Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/mines.git/commit/?id=edfed0cf5065595d982c6a1d21f7c77b173ee2b5'/>
<id>urn:sha1:edfed0cf5065595d982c6a1d21f7c77b173ee2b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial implementation of movement with scrolling</title>
<updated>2018-12-17T14:29:44Z</updated>
<author>
<name>Jakob L. Kreuze</name>
<email>jakob@memeware.net</email>
</author>
<published>2018-12-17T14:29:44Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/mines.git/commit/?id=1321cdd4ef707c6375cbb6ea6d49f3839a2a4a53'/>
<id>urn:sha1:1321cdd4ef707c6375cbb6ea6d49f3839a2a4a53</id>
<content type='text'>
</content>
</entry>
</feed>
