<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://learn.cemetech.net/index.php?action=history&amp;feed=atom&amp;title=TI-BASIC%3AGames</id>
	<title>TI-BASIC:Games - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://learn.cemetech.net/index.php?action=history&amp;feed=atom&amp;title=TI-BASIC%3AGames"/>
	<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Games&amp;action=history"/>
	<updated>2026-05-28T17:55:28Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>http://learn.cemetech.net/index.php?title=TI-BASIC:Games&amp;diff=501&amp;oldid=prev</id>
		<title>Maintenance script: Initial automated import</title>
		<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Games&amp;diff=501&amp;oldid=prev"/>
		<updated>2016-02-24T18:04:35Z</updated>

		<summary type="html">&lt;p&gt;Initial automated import&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The programs linked from this page are complete (if simple) games, presented with source code and an explanation. They are meant as a way of putting everything that is on this guide together into an example of what TI-Basic programmers like you can do. For readers who learn better by example than by explanation, these games are also a great way to learn the techniques explained in this guide.&lt;br /&gt;
&lt;br /&gt;
------&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[TI-BASIC:Pong|Pong]]&amp;#039;&amp;#039;&amp;#039; -- You have to keep the ball in play by bouncing it back and forth against the walls, without letting it get by your paddle.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[TI-BASIC:Mine_Field|Mine Field]]&amp;#039;&amp;#039;&amp;#039; -- Like the classic game minesweeper, the goal is to avoid hitting the mines.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[TI-BASIC:Guess_The_Number|Guess The Number]]&amp;#039;&amp;#039;&amp;#039; -- Try to guess the number, and see how many tries it takes you.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[TI-BASIC:Darts|Darts]]&amp;#039;&amp;#039;&amp;#039; -- Hit the target with your dart, while avoiding the obstacles in your way.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[TI-BASIC:Tic_Tac_To|Tic_Tac_To]]&amp;#039;&amp;#039;&amp;#039; -- Alternate turns placing pieces on the 3x3 game board until somebody gets 3-in-a-row or all nine spots on the game board are filled.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[TI-BASIC:Mastermind|Mastermind]]&amp;#039;&amp;#039;&amp;#039; -- Try to break a random code of five numbers in fifteen guesses or less.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[TI-BASIC:Avalanche|Avalanche]]&amp;#039;&amp;#039;&amp;#039; -- Avoid the falling spikes by moving to the left or right, trying to see how long you can hold out for.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[TI-BASIC:Snake|Snake]]&amp;#039;&amp;#039;&amp;#039; -- Go around eating food, and the snake grows longer and longer with each piece of food.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[TI-BASIC:Memory|Memory]]&amp;#039;&amp;#039;&amp;#039; -- A simple &amp;quot;card&amp;quot; game where you flip over two cards each turn to try to get a matching pair.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[TI-BASIC:Hangman|Hangman]]&amp;#039;&amp;#039;&amp;#039; -- Alternate turns trying to guess a word by selecting the letters that make up the word until the word is correctly guessed or you run out of chances.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[TI-BASIC:Rock_Paper_Scissors|Rock_Paper_Scissors]]&amp;#039;&amp;#039;&amp;#039; -- You have three different hand gestures to choose from, but can you choose the best hand...&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[TI-BASIC:Demented_Snake|Demented_Snake]]&amp;#039;&amp;#039;&amp;#039; -- Just like snake, except you need to constantly change directions to keep the snake moving fast.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[TI-BASIC:Hop_Over|Hop Over]]&amp;#039;&amp;#039;&amp;#039; -- You have to move the pieces around until you get the four squares on the left and the four cross-hairs on the right.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[TI-BASIC:Fly_The_Copter|Fly The Copter]]&amp;#039;&amp;#039;&amp;#039; -- You have to navigate a scrolling tunnel for as long as possible.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[TI-BASIC:Simon_Says|Simon Says]]&amp;#039;&amp;#039;&amp;#039; -- You must repeat a pattern which gets longer and longer.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[TI-BASIC:Maze_Walkthrough|Maze Walkthrough]]&amp;#039;&amp;#039;&amp;#039; -- You have to make your way through the maze without touching any of the walls.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[TI-BASIC:Chase|Chase]]&amp;#039;&amp;#039;&amp;#039; -- You have to chase down the randomly moving target.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[TI-BASIC:Light_Cycles|Light_Cycles]]&amp;#039;&amp;#039;&amp;#039; -- Control your continuous cycle and out last the AI.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[TI-BASIC:Connect_4,_2_Player|Connect_4,_2_Player]]&amp;#039;&amp;#039;&amp;#039; -- take turns dropping checkers into a grid to make 4 in a row Horizontally, vertically, or diagonally&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[TI-BASIC:Mancala|Mancala]]&amp;#039;&amp;#039;&amp;#039; -- drop seeds or stones into houses to either clear your side first or to get the most stones in your end house, depending on your rule set.[[Category:TI-BASIC]]&lt;br /&gt;
[[Category:TIBD]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>