<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>public domain | Learn C Games Programming Blog</title>
	<atom:link href="https://learncgames.com/tag/public-domain/feed/" rel="self" type="application/rss+xml" />
	<link>https://learncgames.com</link>
	<description>A blog about C, programming games and my ebook(s).</description>
	<lastBuildDate>Tue, 24 Nov 2020 10:25:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://learncgames.com/wp-content/uploads/2020/03/cropped-favicon-32x32.png</url>
	<title>public domain | Learn C Games Programming Blog</title>
	<link>https://learncgames.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">181446779</site>	<item>
		<title>A first-person-shooter in 32KB</title>
		<link>https://learncgames.com/a-first-person-shooter-in-32kb/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=a-first-person-shooter-in-32kb</link>
		
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Sat, 28 Nov 2020 00:00:30 +0000</pubDate>
				<category><![CDATA[C]]></category>
		<category><![CDATA[Game]]></category>
		<category><![CDATA[public domain]]></category>
		<guid isPermaLink="false">https://learncgames.com/?p=1907</guid>

					<description><![CDATA[<p>Don&#8217;t expect this to be Call of Duty standard but then those games typically have a 50GB or higher footprint on disk. Anarch comes with 10 levels, 6 weapons, 7 enemy types and 3 ammo types and runs in 200 KB of disk space and runs in 32KB RAM. It&#8217;s 100% C but doesn&#8217;t use [&#8230;]</p>
The post <a href="https://learncgames.com/a-first-person-shooter-in-32kb/">A first-person-shooter in 32KB</a> first appeared on <a href="https://learncgames.com">Learn C Games Programming Blog</a>.]]></description>
										<content:encoded><![CDATA[<div class='__iawmlf-post-loop-links' style='display:none;' data-iawmlf-post-links='[{&quot;id&quot;:352,&quot;href&quot;:&quot;https:\/\/drummyfish.gitlab.io\/anarch&quot;,&quot;archived_href&quot;:&quot;http:\/\/web-wp.archive.org\/web\/20260107184232\/https:\/\/drummyfish.gitlab.io\/anarch\/&quot;,&quot;redirect_href&quot;:&quot;&quot;,&quot;checks&quot;:[{&quot;date&quot;:&quot;2026-02-06 14:22:26&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-02-10 19:11:01&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-02-17 13:54:06&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-02-22 05:50:38&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-02-27 12:29:55&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-03-04 18:50:32&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-03-07 20:35:27&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-03-11 11:59:36&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-03-14 18:46:50&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-03-29 06:36:55&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-02 09:11:28&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-05 11:19:18&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-09 05:07:06&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-13 20:30:17&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-17 17:22:27&quot;,&quot;http_code&quot;:200},{&quot;date&quot;:&quot;2026-04-22 20:45:37&quot;,&quot;http_code&quot;:200}],&quot;broken&quot;:false,&quot;last_checked&quot;:{&quot;date&quot;:&quot;2026-04-22 20:45:37&quot;,&quot;http_code&quot;:200},&quot;process&quot;:&quot;done&quot;}]'></div>
<p><img decoding="async" class="alignleft size-medium wp-image-1908" src="https://learncgames.com/wp-content/uploads/2020/11/anarch-300x152.png" alt="Anarch FPS" width="300" height="152" srcset="https://learncgames.com/wp-content/uploads/2020/11/anarch-300x152.png 300w, https://learncgames.com/wp-content/uploads/2020/11/anarch.png 559w" sizes="(max-width: 300px) 100vw, 300px" />Don&#8217;t expect this to be Call of Duty standard but then those games typically have a 50GB or higher footprint on disk. <a title="Link to Anarch on GitLab" href="https://drummyfish.gitlab.io/anarch/" target="_blank" rel="nofollow noopener noreferrer">Anarch</a> comes with 10 levels, 6 weapons, 7 enemy types and 3 ammo types and runs in 200 KB of disk space and runs in 32KB RAM. It&#8217;s 100% C but doesn&#8217;t use any FPU, GPU or file I/O. It&#8217;s old skool 90s style.</p>
<p>If you&#8217;ve played original Doom you&#8217;ll have an idea what it&#8217;s like.</p>
<p>Interestingly, the creator has put everything, source code, graphics etc into the public domain which is a very philanthropic gesture. So if you want to understand how to write a FPS (first-person-shooter) in C, take a look. You can even play it in a browser.</p>
<p>I&#8217;ve added this to the C Code links page (<em>on the top menu</em>).</p>
<p>&nbsp;</p>The post <a href="https://learncgames.com/a-first-person-shooter-in-32kb/">A first-person-shooter in 32KB</a> first appeared on <a href="https://learncgames.com">Learn C Games Programming Blog</a>.]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1907</post-id>	</item>
	</channel>
</rss>
