<feed xmlns='http://www.w3.org/2005/Atom'>
<title>takwrap/src, branch main</title>
<subtitle>A TUI for local play of the game of Tak</subtitle>
<id>https://git.l-3.space/takwrap/atom/src?h=main</id>
<link rel='self' href='https://git.l-3.space/takwrap/atom/src?h=main'/>
<link rel='alternate' type='text/html' href='https://git.l-3.space/takwrap/'/>
<updated>2024-07-07T12:22:37Z</updated>
<entry>
<title>fix bug in capstone -&gt; wall logic</title>
<updated>2024-07-07T12:22:37Z</updated>
<author>
<name>tslil clingman</name>
<email></email>
</author>
<published>2024-07-07T12:22:37Z</published>
<link rel='alternate' type='text/html' href='https://git.l-3.space/takwrap/commit/?id=1735a79f0a53df37d9380b88ed98ee6fffc9ff36'/>
<id>urn:sha1:1735a79f0a53df37d9380b88ed98ee6fffc9ff36</id>
<content type='text'>
From: ~devp

Previously, the cap flag checked stone 0 of a stack rather than stone
n-1, so it did not take into account a capstone moved as part of a
stack. I additionally added logic to check that no other stones were
dropped with the capstones, per Tak rules.
</content>
</entry>
<entry>
<title>Changed stack rendering to vertical with indicators for direction</title>
<updated>2020-10-09T17:01:30Z</updated>
<author>
<name>tslil clingman</name>
<email></email>
</author>
<published>2020-10-09T16:56:37Z</published>
<link rel='alternate' type='text/html' href='https://git.l-3.space/takwrap/commit/?id=6edf7d4cdc19ee80b50c813835b8e36b011232b4'/>
<id>urn:sha1:6edf7d4cdc19ee80b50c813835b8e36b011232b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Preparing for release</title>
<updated>2020-02-16T00:32:10Z</updated>
<author>
<name>tslil clingman</name>
<email></email>
</author>
<published>2020-02-16T00:31:05Z</published>
<link rel='alternate' type='text/html' href='https://git.l-3.space/takwrap/commit/?id=f68e7b59a08b3c211b6eeff70f7346d4d1e71a66'/>
<id>urn:sha1:f68e7b59a08b3c211b6eeff70f7346d4d1e71a66</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Feature completion for 0.2.0</title>
<updated>2020-02-11T01:36:50Z</updated>
<author>
<name>tslil clingman</name>
<email></email>
</author>
<published>2020-02-11T01:36:50Z</published>
<link rel='alternate' type='text/html' href='https://git.l-3.space/takwrap/commit/?id=15f64980573085e9ab6a9d47fc2a6e8092d6d109'/>
<id>urn:sha1:15f64980573085e9ab6a9d47fc2a6e8092d6d109</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Silly error in CPS implementation</title>
<updated>2020-02-09T21:45:15Z</updated>
<author>
<name>tslil clingman</name>
<email></email>
</author>
<published>2020-02-09T21:45:15Z</published>
<link rel='alternate' type='text/html' href='https://git.l-3.space/takwrap/commit/?id=942c13ee26b180316f46921531c737fa8eb4197e'/>
<id>urn:sha1:942c13ee26b180316f46921531c737fa8eb4197e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implemented variant start types, no check for bugfree yet</title>
<updated>2020-02-09T21:42:15Z</updated>
<author>
<name>tslil clingman</name>
<email></email>
</author>
<published>2020-02-09T21:42:15Z</published>
<link rel='alternate' type='text/html' href='https://git.l-3.space/takwrap/commit/?id=84898338d0875c258a4325d517dd7b7f9d0f83e1'/>
<id>urn:sha1:84898338d0875c258a4325d517dd7b7f9d0f83e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Features complete for v 0.1.0</title>
<updated>2020-02-01T19:42:12Z</updated>
<author>
<name>tslil clingman</name>
<email></email>
</author>
<published>2020-02-01T19:42:12Z</published>
<link rel='alternate' type='text/html' href='https://git.l-3.space/takwrap/commit/?id=8413caf1d6429bade43a90e4b8d4a662f0fd7deb'/>
<id>urn:sha1:8413caf1d6429bade43a90e4b8d4a662f0fd7deb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Some minor bugs</title>
<updated>2020-01-31T05:45:44Z</updated>
<author>
<name>tslil clingman</name>
<email></email>
</author>
<published>2020-01-31T05:45:44Z</published>
<link rel='alternate' type='text/html' href='https://git.l-3.space/takwrap/commit/?id=10f615418ebc5cf4a12b82bbcb95a74cbde8c339'/>
<id>urn:sha1:10f615418ebc5cf4a12b82bbcb95a74cbde8c339</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Oversight on modal stuff</title>
<updated>2020-01-31T05:36:14Z</updated>
<author>
<name>tslil clingman</name>
<email></email>
</author>
<published>2020-01-31T05:36:14Z</published>
<link rel='alternate' type='text/html' href='https://git.l-3.space/takwrap/commit/?id=5f2bdc5c15cb5fcd12bff1787a4862c9ab553d95'/>
<id>urn:sha1:5f2bdc5c15cb5fcd12bff1787a4862c9ab553d95</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Big restructuring for modal UI. Undo &amp; log scrolling added</title>
<updated>2020-01-31T05:33:27Z</updated>
<author>
<name>tslil clingman</name>
<email></email>
</author>
<published>2020-01-31T05:33:27Z</published>
<link rel='alternate' type='text/html' href='https://git.l-3.space/takwrap/commit/?id=cdfddde23c856f1dce37fa4bc3876fd4d77033de'/>
<id>urn:sha1:cdfddde23c856f1dce37fa4bc3876fd4d77033de</id>
<content type='text'>
</content>
</entry>
</feed>
