<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Complete Project on zizani.dev</title><link>https://zizani.dev/tags/complete-project/</link><description>Recent content in Complete Project on zizani.dev</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 10 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://zizani.dev/tags/complete-project/index.xml" rel="self" type="application/rss+xml"/><item><title>Writing cli tools for fun</title><link>https://zizani.dev/devlog/2026-05-10-writing-cli-tools/</link><pubDate>Sun, 10 May 2026 00:00:00 +0000</pubDate><guid>https://zizani.dev/devlog/2026-05-10-writing-cli-tools/</guid><description>&lt;h2 id="a-simple-problem"&gt;A simple problem&lt;/h2&gt;
&lt;p&gt;It usually starts with a single task to be done. Single, simple that can be done by hand. For instance, I try to add a three-lines header for each file of any projects I work on.&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-txt" data-lang="txt"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;# Copyright (C) 2023 Rémy Cases
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;# See LICENSE file for extended copyright information.
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;# This file is part of adventOfCode project from https://github.com/remyCases/adventOfCode.
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Even though, I almost work under MIT, I like the idea that someone could stumble upon my code and will immediatly look for the rest of the project. Well, I did it in the past, so I like the idea. The main problem is the lack of discipline, in all projects (without any exception) I forgot some headers.&lt;/p&gt;</description></item><item><title>Counterfactual Regret</title><link>https://zizani.dev/project/cfr/</link><pubDate>Sun, 27 Nov 2022 00:00:00 +0000</pubDate><guid>https://zizani.dev/project/cfr/</guid><description>&lt;h2 id="motivation"&gt;Motivation&lt;/h2&gt;
&lt;p&gt;This project was an attempt to work through &lt;a href="https://modelai.gettysburg.edu/2013/cfr/cfr.pdf"&gt;An Introduction to Counterfactual Regret Minimization of Todd W. Neller and Marc Lanctot&lt;/a&gt; to have a better understanding on how strategies are found.&lt;/p&gt;
&lt;p&gt;To be honest, it was also a way to learn how to find optimal strategies on boardgames.&lt;/p&gt;
&lt;h2 id="content"&gt;Content&lt;/h2&gt;
&lt;p&gt;This project covers two examples of normal-form games: &lt;code&gt;Rock-Paper-Scissor&lt;/code&gt; and &lt;code&gt;Colonel Blotto&lt;/code&gt;. While RPS was a simple example to learn the basics, Colonel Blotto is a more complicated (while still being played in a single simultaneous turn).&lt;/p&gt;</description></item></channel></rss>