<?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/" >

<channel><title><![CDATA[Alveyworld Inc. - Programming]]></title><link><![CDATA[http://alveyworld.pineview.org/programming]]></link><description><![CDATA[Programming]]></description><pubDate>Wed, 26 Jun 2024 06:39:41 -0700</pubDate><generator>Weebly</generator><item><title><![CDATA[Reflex Tester Game]]></title><link><![CDATA[http://alveyworld.pineview.org/programming/reflex-tester-game]]></link><comments><![CDATA[http://alveyworld.pineview.org/programming/reflex-tester-game#comments]]></comments><pubDate>Fri, 08 Apr 2016 14:32:48 GMT</pubDate><category><![CDATA[Uncategorized]]></category><guid isPermaLink="false">http://alveyworld.pineview.org/programming/reflex-tester-game</guid><description><![CDATA[Download the reflextester.zip file and unzip the reflex folder into your computer programming portfolio. Open reflex.py and get ready to follow along [...] ]]></description><content:encoded><![CDATA[<div class="paragraph" style="text-align:left;">Download the <a href="http://alveyworld.pineview.org/uploads/3/8/6/3/3863562/reflextester.zip" target="_blank"><font size="5">reflextester.zip</font></a> file and unz<font size="2">ip the reflex folder into your </font>computer programming portfolio. Open reflex.py and get ready to follow along<br /><br /><br /></div>]]></content:encoded></item><item><title><![CDATA[Encryption Assignment]]></title><link><![CDATA[http://alveyworld.pineview.org/programming/encryption-assignment]]></link><comments><![CDATA[http://alveyworld.pineview.org/programming/encryption-assignment#comments]]></comments><pubDate>Mon, 29 Feb 2016 15:40:55 GMT</pubDate><category><![CDATA[Uncategorized]]></category><guid isPermaLink="false">http://alveyworld.pineview.org/programming/encryption-assignment</guid><description><![CDATA[Create an application that allows the user to encrypt or decrypt files. You must support the three specified encryption/decryption schemes Caesarian,&nbsp;PseudoRandom, and Substitution&#8203;click here to view assignment details. [...] ]]></description><content:encoded><![CDATA[<div class="paragraph" style="text-align:left;"><span>Create an application that allows the user to encrypt or decrypt files. You must support the three specified encryption/decryption schemes Caesarian,&nbsp;</span><span>PseudoRandom, and Substitution<br /></span><a href="http://cit.dixie.edu/cs/1400/labs/encryption.php" target="_blank"><br />&#8203;click here to view assignment details.</a></div>]]></content:encoded></item><item><title><![CDATA[Hang Man Game﻿]]></title><link><![CDATA[http://alveyworld.pineview.org/programming/hang-man-game]]></link><comments><![CDATA[http://alveyworld.pineview.org/programming/hang-man-game#comments]]></comments><pubDate>Thu, 04 Feb 2016 15:23:14 GMT</pubDate><category><![CDATA[Uncategorized]]></category><guid isPermaLink="false">http://alveyworld.pineview.org/programming/hang-man-game</guid><description><![CDATA[1.&nbsp;Download the starter code here,2.&nbsp;download the dictionary of words hereYour job is to take the starter code in hangman0.py and finish the code to create the game of hangman where you try to guess a word one letter at a time, but if you guess wrong you get hung!below is &nbsp;a snapshot of the way the game should look (feel free to improve on it):        [...] ]]></description><content:encoded><![CDATA[<div class="paragraph" style="text-align:left;">1.&nbsp;<a href="http://alveyworld.pineview.org/uploads/3/8/6/3/3863562/hangman0.py">Download the starter code here</a>,<br />2.&nbsp;<a href="http://alveyworld.pineview.org/uploads/3/8/6/3/3863562/words.txt">download the dictionary of words here</a><br /><br /><br />Your job is to take the starter code in hangman0.py and finish the code to create the game of hangman where you try to guess a word one letter at a time, but if you guess wrong you get hung!<br /><br />below is &nbsp;a snapshot of the way the game should look (feel free to improve on it):</div>  <div><div class="wsite-image wsite-image-border-none " style="padding-top:10px;padding-bottom:10px;margin-left:0;margin-right:0;text-align:center"> <a> <img src="http://alveyworld.pineview.org/uploads/3/8/6/3/3863562/9024297_orig.png" alt="Picture" style="width:auto;max-width:100%" /> </a> <div style="display:block;font-size:90%"></div> </div></div>]]></content:encoded></item><item><title><![CDATA[Game of Pig]]></title><link><![CDATA[http://alveyworld.pineview.org/programming/game-of-pig]]></link><comments><![CDATA[http://alveyworld.pineview.org/programming/game-of-pig#comments]]></comments><pubDate>Thu, 21 Jan 2016 15:35:12 GMT</pubDate><category><![CDATA[Uncategorized]]></category><guid isPermaLink="false">http://alveyworld.pineview.org/programming/game-of-pig</guid><description><![CDATA[In the Game of Pig, two opposing players attempt win by being the player with the most&nbsp;total points&nbsp;after at least one player exceeds 100 total points.At the beginning of the game, both players have 0&nbsp;total points. In each round, player 1 takes a turn, and player 2 takes a turn. The game ends if at the end of a round, at least one of the players has 100 or more points. The winner is the player with the most&nbsp;total points.The player begins a turn with 0&nbsp;turn points. The pl [...] ]]></description><content:encoded><![CDATA[<div class="paragraph" style="text-align:left;">In the Game of Pig, two opposing players attempt win by being the player with the most&nbsp;<em>total points</em>&nbsp;after at least one player exceeds 100 total points.<br />At the beginning of the game, both players have 0&nbsp;<em>total points</em>. In each round, player 1 takes a turn, and player 2 takes a turn. The game ends if at the end of a round, at least one of the players has 100 or more points. The winner is the player with the most&nbsp;<em>total points</em>.<br />The player begins a turn with 0&nbsp;<em>turn points</em>. The player rolls a six sided die. If the die roll produces a 1, then the player&rsquo;s&nbsp;<em>turn points</em>are removed, and their turn is over. If any other number is rolled (2-6), the roll is added to the player&rsquo;s&nbsp;<em>turn points</em>. The player now chooses whether to quit the turn, or continue the turn. If the player quits the turn, their&nbsp;<em>turn points</em>&nbsp;are added to their&nbsp;<em>total points</em>. If the player continues, then the player rolls the die again, and follows the above outline based on the value rolled.<br />In this assignment, you will create a computer program that will allow two users to play the Game of Pig against each other.<br /><br /><a href="http://cit.cs.dixie.edu/cs/1400/labs/pig.php" target="_blank">Click here for more details of this assignment</a></div>]]></content:encoded></item><item><title><![CDATA[Guess the Number Game]]></title><link><![CDATA[http://alveyworld.pineview.org/programming/guess-the-number-game]]></link><comments><![CDATA[http://alveyworld.pineview.org/programming/guess-the-number-game#comments]]></comments><pubDate>Tue, 12 Jan 2016 15:38:41 GMT</pubDate><category><![CDATA[Uncategorized]]></category><guid isPermaLink="false">http://alveyworld.pineview.org/programming/guess-the-number-game</guid><description><![CDATA[AssignmentThis assignment is to make your computer program guess a number that the user chooses between 1 and 1000 in no more than 10 guesses.The algorithm used in this assignment is called a&nbsp;binary search. After each guess, the algorithm cuts the number of possible answers to search in half.&nbsp;Your program should start by printing instructions to the screen, explaining that the user should pick a number between 1 and 1000 and the computer will guess it in no more than 10 tries. It then  [...] ]]></description><content:encoded><![CDATA[<div class="paragraph" style="text-align:left;">AssignmentThis assignment is to make your computer program guess a number that the user chooses between 1 and 1000 in no more than 10 guesses.<br /><span></span>The algorithm used in this assignment is called a&nbsp;<em><strong>binary search</strong></em>. After each guess, the algorithm cuts the number of possible answers to search in half.&nbsp;<br /><span></span>Your program should start by printing instructions to the screen, explaining that the user should pick a number between 1 and 1000 and the computer will guess it in no more than 10 tries. It then starts making guesses, and after each guess it asks the user for feedback. The user should be instructed to enter -1 if the computer needs to guess a lower number, 0 if the computer guessed correctly, and 1 if the computer needs to guess a higher number.<br /><span></span>When the program guesses correctly, it should report how many guesses were required. If the user enters an invalid response, the instructions should be repeated and the user allowed to try again. You may assume that the user never gives a false answer.<br /><br /><a href="http://cit.cs.dixie.edu/cs/1400/labs/high_low_example.php" target="_blank">(Read the full assignment here)</a><br /><br /><span></span></div>]]></content:encoded></item><item><title><![CDATA[Terminal﻿ Games]]></title><link><![CDATA[http://alveyworld.pineview.org/programming/terminal-games]]></link><comments><![CDATA[http://alveyworld.pineview.org/programming/terminal-games#comments]]></comments><pubDate>Wed, 06 Jan 2016 15:25:09 GMT</pubDate><category><![CDATA[Uncategorized]]></category><guid isPermaLink="false">http://alveyworld.pineview.org/programming/terminal-games</guid><description><![CDATA[This quarter we are going to create simple games that you run in the terminal. You should program these games in a folder connected to your git hub to add them to your portfolio.  Mad Lib Game   The first game you will write is a mad lib game.Use the story to the left.Make a variable for each blank line.Ask the user to input a word or phrase that you will store in the variables you made.Then output the story with the users answers inserted into the storyMake a game loop so the user can play agai [...] ]]></description><content:encoded><![CDATA[<div class="paragraph" style="text-align:left;">This quarter we are going to create simple games that you run in the terminal. You should program these games in a folder connected to your git hub to add them to your portfolio.<br /></div>  <h2 class="wsite-content-title" style="text-align:left;">Mad Lib Game</h2>  <span class='imgPusher' style='float:left;height:0px'></span><span style='display: table;width:auto;position:relative;float:left;max-width:100%;;clear:left;margin-top:0px;*margin-top:0px'><a><img src="http://alveyworld.pineview.org/uploads/3/8/6/3/3863562/2017686_orig.jpg" style="margin-top: 5px; margin-bottom: 10px; margin-left: 0px; margin-right: 10px; none; max-width:100%" alt="Picture" class="galleryImageBorder wsite-image" /></a><span style="display: table-caption; caption-side: bottom; font-size: 90%; margin-top: -10px; margin-bottom: 10px; text-align: center;" class="wsite-caption"></span></span> <div class="paragraph" style="text-align:justify;display:block;">The first game you will write is a mad lib game.<ol><li>Use the story to the left.<br /></li><li>Make a variable for each blank line.<br /></li><li>Ask the user to input a word or phrase that you will store in the variables you made.<br /></li><li>Then output the story with the users answers inserted into the story</li><li>Make a game loop so the user can play again.</li></ol></div> <hr style="width:100%;clear:both;visibility:hidden;"></hr>]]></content:encoded></item><item><title><![CDATA[Codingbat Exercises]]></title><link><![CDATA[http://alveyworld.pineview.org/programming/codingbat-exercises]]></link><comments><![CDATA[http://alveyworld.pineview.org/programming/codingbat-exercises#comments]]></comments><pubDate>Tue, 17 Nov 2015 15:28:36 GMT</pubDate><category><![CDATA[Uncategorized]]></category><guid isPermaLink="false">http://alveyworld.pineview.org/programming/codingbat-exercises</guid><description><![CDATA[Assignment: Complete all the Codingbat.com python exercises before Christmasmake sure you1. Put your name in the pref section&#8203;2. Share with Mr. Alvey (zack.alvey@washk12.org) [...] ]]></description><content:encoded><![CDATA[<div class="paragraph" style="text-align:left;"><font size="4"><strong>Assignment:</strong> Complete all the <a href="http://codingbat.com/python" target="_blank">Codingbat.com python</a> exercises before Christmas</font><br /><br />make sure you<br />1. Put your name in the pref section<br />&#8203;2. Share with Mr. Alvey (zack.alvey@washk12.org)<br /><br /></div>]]></content:encoded></item><item><title><![CDATA[Work on codecademy python lessons while I am gone.]]></title><link><![CDATA[http://alveyworld.pineview.org/programming/work-on-codecademy-python-lessons-while-i-am-gone]]></link><comments><![CDATA[http://alveyworld.pineview.org/programming/work-on-codecademy-python-lessons-while-i-am-gone#comments]]></comments><pubDate>Tue, 06 Oct 2015 02:15:38 GMT</pubDate><category><![CDATA[Uncategorized]]></category><guid isPermaLink="false">http://alveyworld.pineview.org/programming/work-on-codecademy-python-lessons-while-i-am-gone</guid><description><![CDATA[ 	 		 			 				 					 						          					 								 					 						  While I am absent please continue your work on the codecademy.com python lessons. If you haven't started with codecademy.com please sign up and begin the python lessons (click here for the python lessons link). The python lessons look like the picture to the left.I will check your progress when I return.&#8203;   					 							 		 	  [...] ]]></description><content:encoded><![CDATA[<div><div class="wsite-multicol"><div class="wsite-multicol-table-wrap" style="margin:0 -15px;"> 	<table class="wsite-multicol-table"> 		<tbody class="wsite-multicol-tbody"> 			<tr class="wsite-multicol-tr"> 				<td class="wsite-multicol-col" style="width:33.333333333333%; padding:0 15px;"> 					 						  <div><div class="wsite-image wsite-image-border-none " style="padding-top:10px;padding-bottom:10px;margin-left:0;margin-right:0;text-align:center"> <a> <img src="http://alveyworld.pineview.org/uploads/3/8/6/3/3863562/8689868.png?152" alt="Picture" style="width:152;max-width:100%" /> </a> <div style="display:block;font-size:90%"></div> </div></div>   					 				</td>				<td class="wsite-multicol-col" style="width:66.666666666667%; padding:0 15px;"> 					 						  <div class="paragraph" style="text-align:left;">While I am absent please continue your work on the codecademy.com python lessons. If you haven't started with codecademy.com please sign up and begin the python lessons (<a href="https://www.codecademy.com/en/tracks/python" target="_blank">click here for the python lessons link</a>). The python lessons look like the picture to the left.<br /><br />I will check your progress when I return.<br />&#8203;<br /></div>   					 				</td>			</tr> 		</tbody> 	</table> </div></div></div>]]></content:encoded></item><item><title><![CDATA[Python learning exercises]]></title><link><![CDATA[http://alveyworld.pineview.org/programming/python-learning-exercises]]></link><comments><![CDATA[http://alveyworld.pineview.org/programming/python-learning-exercises#comments]]></comments><pubDate>Fri, 02 Oct 2015 14:22:13 GMT</pubDate><category><![CDATA[Uncategorized]]></category><guid isPermaLink="false">http://alveyworld.pineview.org/programming/python-learning-exercises</guid><description><![CDATA[goal: complete all the python learning exercises with guidanceComplete all exercises in one file and run themHomework: codecademy python lessons    pythonlearning.pdfFile Size:  79 kbFile Type:   pdfDownload File    [...] ]]></description><content:encoded><![CDATA[<div class="paragraph" style="text-align:left;"><strong><font size="3">goal: </font></strong><em><font size="3">complete all the python learning exercises with guidance</font></em><br /><br />Complete all exercises in one file and run them<br /><br /><strong>Homework: codecademy python lessons</strong><br /><br /></div>  <div><div style="margin: 10px 0 0 -10px"> <a href="http://alveyworld.pineview.org/uploads/3/8/6/3/3863562/pythonlearning.pdf"><img src="//www.weebly.com/weebly/images/file_icons/pdf.png" width="36" height="36" style="float: left; position: relative; left: 0px; top: 0px; margin: 0 15px 15px 0; border: 0;" /></a><div style="float: left; text-align: left; position: relative;"><table style="font-size: 12px; font-family: tahoma; line-height: .9;"><tr><td colspan="2"><b> pythonlearning.pdf</b></td></tr><tr style="display: none;"><td>File Size:  </td><td>79 kb</td></tr><tr style="display: none;"><td>File Type:  </td><td> pdf</td></tr></table><a href="http://alveyworld.pineview.org/uploads/3/8/6/3/3863562/pythonlearning.pdf" style="font-weight: bold;">Download File</a></div> </div>  <hr style="clear: both; width: 100%; visibility: hidden"></hr></div>]]></content:encoded></item><item><title><![CDATA[Test on the book]]></title><link><![CDATA[http://alveyworld.pineview.org/programming/test-on-the-book]]></link><comments><![CDATA[http://alveyworld.pineview.org/programming/test-on-the-book#comments]]></comments><pubDate>Mon, 28 Sep 2015 17:12:26 GMT</pubDate><category><![CDATA[Uncategorized]]></category><guid isPermaLink="false">http://alveyworld.pineview.org/programming/test-on-the-book</guid><description><![CDATA[We will be wrapping up the book on Wednesday and having a test on all the chapters up to Exceptions. Make sure you have taken good notes on your reading.&#8203;http://pymbook.readthedocs.org/en/py2/&#8203; [...] ]]></description><content:encoded><![CDATA[<div class="paragraph" style="text-align:left;">We will be wrapping up the book on Wednesday and having a test on all the chapters up to Exceptions. Make sure you have taken good notes on your reading.<br /><a href="http://pymbook.readthedocs.org/en/py2/">&#8203;http://pymbook.readthedocs.org/en/py2/<br />&#8203;</a><br /></div>]]></content:encoded></item></channel></rss>