<?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>calculator game | Learn C Games Programming Blog</title>
	<atom:link href="https://learncgames.com/tag/calculator-game/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>Sun, 07 Feb 2021 20:32:33 +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>calculator game | 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>Genesis-X a TI-84 game in C</title>
		<link>https://learncgames.com/genesis-x-a-ti-84-game-in-c/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=genesis-x-a-ti-84-game-in-c</link>
		
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Tue, 09 Feb 2021 00:00:19 +0000</pubDate>
				<category><![CDATA[C]]></category>
		<category><![CDATA[Game]]></category>
		<category><![CDATA[calculator game]]></category>
		<guid isPermaLink="false">https://learncgames.com/?p=2638</guid>

					<description><![CDATA[<p>I watched the five-minute video for this where the developer explained how he started with isometric graphics. His hardware for the game was a Ti-84 calculator which has some quite severe restrictions (no floating point I believe). He didn&#8217;t use any graphics libraries but just created the code himself; not bad for self-taught! His code [&#8230;]</p>
The post <a href="https://learncgames.com/genesis-x-a-ti-84-game-in-c/">Genesis-X a TI-84 game in C</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;:189,&quot;href&quot;:&quot;https:\/\/www.youtube.com\/watch?v=_dTSCxV5KUE&amp;feature=emb_logo&quot;,&quot;archived_href&quot;:&quot;http:\/\/web-wp.archive.org\/web\/20250714135546\/https:\/\/www.youtube.com\/watch?v=_dTSCxV5KUE&quot;,&quot;redirect_href&quot;:&quot;&quot;,&quot;checks&quot;:[{&quot;date&quot;:&quot;2026-02-06 12:32:46&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-02-25 05:56:06&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-12 13:04:57&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-02 02:38:08&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-13 14:36:16&quot;,&quot;http_code&quot;:206}],&quot;broken&quot;:false,&quot;last_checked&quot;:{&quot;date&quot;:&quot;2026-04-13 14:36:16&quot;,&quot;http_code&quot;:206},&quot;process&quot;:&quot;done&quot;},{&quot;id&quot;:190,&quot;href&quot;:&quot;https:\/\/github.com\/EverydayCodeNet\/GENESIS-X-CE&quot;,&quot;archived_href&quot;:&quot;http:\/\/web-wp.archive.org\/web\/20230602015005\/https:\/\/github.com\/EverydayCodeNet\/GENESIS-X-CE&quot;,&quot;redirect_href&quot;:&quot;&quot;,&quot;checks&quot;:[{&quot;date&quot;:&quot;2026-02-06 12:32:51&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-12 13:04:58&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-02 05:10:44&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-13 14:36:13&quot;,&quot;http_code&quot;:206}],&quot;broken&quot;:false,&quot;last_checked&quot;:{&quot;date&quot;:&quot;2026-04-13 14:36:13&quot;,&quot;http_code&quot;:206},&quot;process&quot;:&quot;done&quot;}]'></div>
<p><img fetchpriority="high" decoding="async" class="alignleft size-medium wp-image-2639" src="https://learncgames.com/wp-content/uploads/2021/02/genesis-x-300x240.png" alt="Genesis-X calculator game screenshot" width="300" height="240" srcset="https://learncgames.com/wp-content/uploads/2021/02/genesis-x-300x240.png 300w, https://learncgames.com/wp-content/uploads/2021/02/genesis-x.png 714w" sizes="(max-width: 300px) 100vw, 300px" />I watched the <a title="Link to Genesis-x development video on youtube" href="https://www.youtube.com/watch?v=_dTSCxV5KUE&amp;feature=emb_logo" target="_blank" rel="nofollow noopener">five-minute video</a> for this where the developer explained how he started with isometric graphics. His hardware for the game was a Ti-84 calculator which has some quite severe restrictions (<em>no floating point I believe</em>).</p>
<p>He didn&#8217;t use any graphics libraries but just created the code himself; not bad for self-taught! His code is on <a title="Link to Genesis-x on GitHub" href="https://github.com/EverydayCodeNet/GENESIS-X-CE" target="_blank" rel="nofollow noopener">GitHub</a>.</p>
<p>&nbsp;</p>The post <a href="https://learncgames.com/genesis-x-a-ti-84-game-in-c/">Genesis-X a TI-84 game in C</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">2638</post-id>	</item>
	</channel>
</rss>
