This commit is contained in:
ryfrd 2026-03-18 20:32:25 +00:00
parent 6623ee03f6
commit 44c8324063
120 changed files with 22842 additions and 4673 deletions

View file

@ -1,40 +1,43 @@
<!doctype html>
<html lang="en"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="https://nonsense.dymc.win/favicon.ico">
<link id="stylesheet" rel="stylesheet" href="/css/light.css">
<html lang="en"><head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="http://localhost:1313/the-search-for-en-passant-checkmates-2-electric-boogaloo/" />
<title>The search for en passant checkmates 2: Electric Boogaloo - James&#39; Blog</title>
<link rel="canonical" href="https://nonsense.dymc.win/the-search-for-en-passant-checkmates-2-electric-boogaloo/" />
<title>The search for en passant checkmates 2: Electric Boogaloo</title>
<link rel="stylesheet" href="/css/style.css">
<script>
document.documentElement.setAttribute('data-theme', 'dark');
</script>
</head>
<body><header id="banner">
<nav class="navbar">
<body><header class="site-header">
<nav>
<a href="http://localhost:1313/" class="home">~</a>
<div class="nav-links">
<a href="https://nonsense.dymc.win/" class="home">🏠</a>
<a
href="/info/"
title="👋"
>👋</a
><a
href="/search/"
title="🔎"
>🔎</a
>
<button id="toggle-button" class="toggle-button" onclick="toggleTheme()">🌚</button>
<a href="/search">/</a>
</div>
</nav>
</header>
<main id="content">
<article>
<header id="post-header">
<h2>The search for en passant checkmates 2: Electric Boogaloo</h2>
<div>
<p>November 8, 2022</p>
<article class="post">
<header>
<h1>The search for en passant checkmates 2: Electric Boogaloo</h1>
<time>Nov 8, 2022</time>
<div class="tags">
<a href="/tags/chess">chess</a>
<a href="/tags/python">python</a>
</div>
</header><p>Last time we worked out how to get info for all the games played by titled players in a particular month. Today, we have three objectives:</p>
</header>
<div class="content">
<p>Last time we worked out how to get info for all the games played by titled players in a particular month. Today, we have three objectives:</p>
<ul>
<li>Parse this info for the pgn (portable game notation) of each game.</li>
<li>Write these to a file so we dont have to spend forever downloading them everytime we run the script.</li>
@ -78,16 +81,16 @@
</span></span><span class="line"><span class="cl"> <span class="k">del</span> <span class="n">moves</span><span class="p">[::</span><span class="mi">2</span><span class="p">]</span>
</span></span><span class="line"><span class="cl"> <span class="k">return</span> <span class="n">moves</span>
</span></span></code></pre></div><p>I don&rsquo;t doubt it could be done more elegantly but it works I guess. Next time, we&rsquo;ll deal with working out what a list containing an en passant checkmate would look like.</p>
</article>
</main>
<footer id="footer">
<small>
made with <a href="https://gohugo.io">hugo</a>
</small>
<script src="/js/search.js"></script>
<script src="/js/toggle.js"></script>
</footer>
</body>
</div>
</article>
</main><footer class="site-footer">
<small>
<a href="/index.xml">RSS</a>
·
<a href="https://gohugo.io">Hugo</a>
</small>
<script src="/js/script.js"></script>
</footer>
</body>
</html>