<feed xmlns='http://www.w3.org/2005/Atom'>
<title>game-of-life.git/CLI/rust/src/game_of_life.rs, 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>Refactor testing of app to be safer (by mocking terminal_size)</title>
<updated>2021-04-09T14:42:38+00:00</updated>
<author>
<name>a14m</name>
<email>a14m@pm.me</email>
</author>
<published>2021-04-09T14:42:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/game-of-life.git/commit/?id=7ecf487bc932c8e4e73166b501e66e4b6ff7821a'/>
<id>7ecf487bc932c8e4e73166b501e66e4b6ff7821a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Mock validators on CI (and allow more control over testing)</title>
<updated>2021-04-09T14:29:51+00:00</updated>
<author>
<name>a14m</name>
<email>a14m@pm.me</email>
</author>
<published>2021-04-09T14:29:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/game-of-life.git/commit/?id=4bb3907a505ecbb29848e31aed7ced686757bf6f'/>
<id>4bb3907a505ecbb29848e31aed7ced686757bf6f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor PLane impl to be generic to allow nesting</title>
<updated>2021-04-07T15:46:30+00:00</updated>
<author>
<name>a14m</name>
<email>a14m@pm.me</email>
</author>
<published>2021-04-07T15:46:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/game-of-life.git/commit/?id=b087dea8fde79d48f14684f7415c493b917f5c64'/>
<id>b087dea8fde79d48f14684f7415c493b917f5c64</id>
<content type='text'>
Wrap the outer vector in a plane to allow safer navigation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Wrap the outer vector in a plane to allow safer navigation
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix linting issues</title>
<updated>2021-04-07T12:29:43+00:00</updated>
<author>
<name>a14m</name>
<email>a14m@pm.me</email>
</author>
<published>2021-04-07T12:29:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/game-of-life.git/commit/?id=7baa09a0147bf79995f996d9afe98e146b7af1a7'/>
<id>7baa09a0147bf79995f996d9afe98e146b7af1a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor module structure to split universe/plane</title>
<updated>2021-04-07T12:24:44+00:00</updated>
<author>
<name>a14m</name>
<email>a14m@pm.me</email>
</author>
<published>2021-04-07T12:24:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/game-of-life.git/commit/?id=aa0c96b05c7012ac84a3787dcb2b661c7bf53029'/>
<id>aa0c96b05c7012ac84a3787dcb2b661c7bf53029</id>
<content type='text'>
The objects will grow bigger and might be hard for readability to keep
them in 1 file hence the split
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The objects will grow bigger and might be hard for readability to keep
them in 1 file hence the split
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Plane (circular array) implementation w/testing</title>
<updated>2021-04-07T12:01:42+00:00</updated>
<author>
<name>a14m</name>
<email>a14m@pm.me</email>
</author>
<published>2021-04-07T12:01:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/game-of-life.git/commit/?id=bd0ef4dcf5b46664c9e0b206f6acd8cf9b3532da'/>
<id>bd0ef4dcf5b46664c9e0b206f6acd8cf9b3532da</id>
<content type='text'>
Refactor the code to use Plane struct instead of Vec&lt;bool&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refactor the code to use Plane struct instead of Vec&lt;bool&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use opts instead of full paths</title>
<updated>2021-04-07T09:27:15+00:00</updated>
<author>
<name>a14m</name>
<email>a14m@pm.me</email>
</author>
<published>2021-04-07T09:27:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/game-of-life.git/commit/?id=61c49255eba642ee342aee5f7b02a57eec2cd84f'/>
<id>61c49255eba642ee342aee5f7b02a57eec2cd84f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor return result instead of universe object</title>
<updated>2021-04-04T22:40:24+00:00</updated>
<author>
<name>a14m</name>
<email>a14m@pm.me</email>
</author>
<published>2021-04-04T22:40:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/game-of-life.git/commit/?id=882d9f66aa633a9e1c2a0a301be1a655790459de'/>
<id>882d9f66aa633a9e1c2a0a301be1a655790459de</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 generate method to GoL module</title>
<updated>2021-04-03T23:39:47+00:00</updated>
<author>
<name>a14m</name>
<email>a14m@pm.me</email>
</author>
<published>2021-04-03T23:39:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/game-of-life.git/commit/?id=219d79f78c3ebf7fb1e943447c8abda97ed6ac24'/>
<id>219d79f78c3ebf7fb1e943447c8abda97ed6ac24</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 docs</title>
<updated>2021-04-03T00:15:09+00:00</updated>
<author>
<name>a14m</name>
<email>a14m@pm.me</email>
</author>
<published>2021-04-03T00:15:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/game-of-life.git/commit/?id=d690299c83b28fc380c5eb37f4e978e6a6411758'/>
<id>d690299c83b28fc380c5eb37f4e978e6a6411758</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
