<feed xmlns='http://www.w3.org/2005/Atom'>
<title>game-of-life.git/CLI/rust/src/game_of_life, branch main</title>
<subtitle>Game of Life implementation in different languages
</subtitle>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/game-of-life.git/'/>
<entry>
<title>Add seed generator/populate w/tests</title>
<updated>2021-04-09T19:50:18+00:00</updated>
<author>
<name>a14m</name>
<email>a14m@pm.me</email>
</author>
<published>2021-04-09T19:38:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/game-of-life.git/commit/?id=3863d6ca62c75cf08a3dffd509aa9dbea96b894f'/>
<id>3863d6ca62c75cf08a3dffd509aa9dbea96b894f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix linting issues</title>
<updated>2021-04-09T14:48:45+00:00</updated>
<author>
<name>a14m</name>
<email>a14m@pm.me</email>
</author>
<published>2021-04-09T14:48:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/game-of-life.git/commit/?id=cf9d3806ea6394e5812e9fca84b8fe8ac3420744'/>
<id>cf9d3806ea6394e5812e9fca84b8fe8ac3420744</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor terminal_size_wrapper to allow mocking in CI</title>
<updated>2021-04-09T14:39:53+00:00</updated>
<author>
<name>a14m</name>
<email>a14m@pm.me</email>
</author>
<published>2021-04-09T14:39:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/game-of-life.git/commit/?id=c9e64f9583b2d1fa4cd887ec4878b5414b2db37f'/>
<id>c9e64f9583b2d1fa4cd887ec4878b5414b2db37f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a wrapper method to allow mocking terminal size</title>
<updated>2021-04-09T14:18:08+00:00</updated>
<author>
<name>a14m</name>
<email>a14m@pm.me</email>
</author>
<published>2021-04-09T14:18:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/game-of-life.git/commit/?id=1a13d563c5a69a9ae05da6fde813db6321a50251'/>
<id>1a13d563c5a69a9ae05da6fde813db6321a50251</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unneeded debugging print</title>
<updated>2021-04-08T01:35:57+00:00</updated>
<author>
<name>a14m</name>
<email>a14m@pm.me</email>
</author>
<published>2021-04-08T01:35:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/game-of-life.git/commit/?id=e240de9160319f60036845854fc4887f8ea659eb'/>
<id>e240de9160319f60036845854fc4887f8ea659eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix linting issues</title>
<updated>2021-04-08T00:11:53+00:00</updated>
<author>
<name>a14m</name>
<email>a14m@pm.me</email>
</author>
<published>2021-04-08T00:11:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/game-of-life.git/commit/?id=a2d138bdd8b119944fef7edcd51335e8a596222e'/>
<id>a2d138bdd8b119944fef7edcd51335e8a596222e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix indexing the correct vec</title>
<updated>2021-04-07T22:49:28+00:00</updated>
<author>
<name>a14m</name>
<email>a14m@pm.me</email>
</author>
<published>2021-04-07T22:49:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/game-of-life.git/commit/?id=7c3b1bd867271ecbae8f0e84b36835b4e6f8021e'/>
<id>7c3b1bd867271ecbae8f0e84b36835b4e6f8021e</id>
<content type='text'>
Due to most test using square planes it didn't have much effect till
debugging Display trait cropped printing.
The effect of this bug was that the universe was cropped to match the
height length but calculations were not wrong, just cropped
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Due to most test using square planes it didn't have much effect till
debugging Display trait cropped printing.
The effect of this bug was that the universe was cropped to match the
height length but calculations were not wrong, just cropped
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the Display trait implementation to allow rendering</title>
<updated>2021-04-07T22:48:44+00:00</updated>
<author>
<name>a14m</name>
<email>a14m@pm.me</email>
</author>
<published>2021-04-07T22:48:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/game-of-life.git/commit/?id=d906586bf36638b220ab1a2849a9482393779e1e'/>
<id>d906586bf36638b220ab1a2849a9482393779e1e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add banner implementation for the opts struct w/tests</title>
<updated>2021-04-07T22:26:19+00:00</updated>
<author>
<name>a14m</name>
<email>a14m@pm.me</email>
</author>
<published>2021-04-07T22:26:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/game-of-life.git/commit/?id=bc23a70a08810f03e5b9584f54bafc1c336759cd'/>
<id>bc23a70a08810f03e5b9584f54bafc1c336759cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the test for the toad pattern too</title>
<updated>2021-04-07T17:00:49+00:00</updated>
<author>
<name>a14m</name>
<email>a14m@pm.me</email>
</author>
<published>2021-04-07T17:00:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/game-of-life.git/commit/?id=4c30d371e7b087f55bb84926228fac1da4c500f2'/>
<id>4c30d371e7b087f55bb84926228fac1da4c500f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
