<feed xmlns='http://www.w3.org/2005/Atom'>
<title>game-of-life.git/CLI/ruby/lib/game_of_life/universe.rb, 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>Minor fixes to the documentation to look better</title>
<updated>2020-12-03T14:25:27+00:00</updated>
<author>
<name>a14m</name>
<email>a14m@pm.me</email>
</author>
<published>2020-12-03T14:25:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/game-of-life.git/commit/?id=94a9071fc00d6c14c359d31f7b576f9257d51219'/>
<id>94a9071fc00d6c14c359d31f7b576f9257d51219</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix memory leakage between current and future state</title>
<updated>2020-12-03T10:47:31+00:00</updated>
<author>
<name>a14m</name>
<email>a14m@pm.me</email>
</author>
<published>2020-12-03T10:47:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/game-of-life.git/commit/?id=b20ea269b244b448231d548fca4f068cbfce31e2'/>
<id>b20ea269b244b448231d548fca4f068cbfce31e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the Universe implementation</title>
<updated>2020-12-02T21:53:16+00:00</updated>
<author>
<name>a14m</name>
<email>a14m@pm.me</email>
</author>
<published>2020-12-02T21:53:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/game-of-life.git/commit/?id=425d47831220643a73e66f580ce72cd56f93e822'/>
<id>425d47831220643a73e66f580ce72cd56f93e822</id>
<content type='text'>
Moving neighbors implementation from cells to universe as per the single
responsibility principle that the universe should be responsible for
it's object states and that the cells are only aware of their neighbors
(via the universe) by passing the neighbors sub-universe to each cell
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Moving neighbors implementation from cells to universe as per the single
responsibility principle that the universe should be responsible for
it's object states and that the cells are only aware of their neighbors
(via the universe) by passing the neighbors sub-universe to each cell
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement the basics of GameOfLife universe</title>
<updated>2020-12-02T13:03:20+00:00</updated>
<author>
<name>a14m</name>
<email>a14m@pm.me</email>
</author>
<published>2020-12-02T13:03:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/game-of-life.git/commit/?id=8b29970108f96ba0f23a13715e5598923b07b377'/>
<id>8b29970108f96ba0f23a13715e5598923b07b377</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the more common delegate method (ruby std not rails)</title>
<updated>2020-11-29T22:51:31+00:00</updated>
<author>
<name>a14m</name>
<email>a14m@pm.me</email>
</author>
<published>2020-11-29T22:51:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/game-of-life.git/commit/?id=5146daed5b8921942e2d1b881b213b7ff18dcdde'/>
<id>5146daed5b8921942e2d1b881b213b7ff18dcdde</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 basic Universe class</title>
<updated>2020-11-29T22:37:31+00:00</updated>
<author>
<name>a14m</name>
<email>a14m@pm.me</email>
</author>
<published>2020-11-29T22:32:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/game-of-life.git/commit/?id=909ea4c210000ad0a92e82a050a26ae260aadbc7'/>
<id>909ea4c210000ad0a92e82a050a26ae260aadbc7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
