Latest recipes by Andrew Wayne Teesdale Jr. http://code.activestate.com/recipes/users/4187305/new/2013-08-22T16:20:58-07:00ActiveState Code Recipesascii anamation using ascii anamation module (Python) 2013-08-08T19:50:40-07:00Andrew Wayne Teesdale Jr.http://code.activestate.com/recipes/users/4187305/http://code.activestate.com/recipes/578628-ascii-anamation-using-ascii-anamation-module/ <p style="color: grey"> Python recipe 578628 by <a href="/recipes/users/4187305/">Andrew Wayne Teesdale Jr.</a> (<a href="/recipes/tags/animation/">animation</a>). </p> <p>small animation using ascii</p> adventure game base (Python) 2013-08-03T20:51:02-07:00Andrew Wayne Teesdale Jr.http://code.activestate.com/recipes/users/4187305/http://code.activestate.com/recipes/578623-adventure-game-base/ <p style="color: grey"> Python recipe 578623 by <a href="/recipes/users/4187305/">Andrew Wayne Teesdale Jr.</a> (<a href="/recipes/tags/base_class/">base_class</a>, <a href="/recipes/tags/text_game/">text_game</a>). </p> <p>simple module that holds the needed classes to make an adventure game plus a ascii anamation class for ascii art</p> ascii anamation module (Python) 2013-08-22T16:20:58-07:00Andrew Wayne Teesdale Jr.http://code.activestate.com/recipes/users/4187305/http://code.activestate.com/recipes/578622-ascii-anamation-module/ <p style="color: grey"> Python recipe 578622 by <a href="/recipes/users/4187305/">Andrew Wayne Teesdale Jr.</a> (<a href="/recipes/tags/ascii/">ascii</a>, <a href="/recipes/tags/text_anamation/">text_anamation</a>). Revision 2. </p> <p>module to anamate text using a simple hack def clear(): print "\n"*1000</p> music module (Python) 2013-08-02T02:37:01-07:00Andrew Wayne Teesdale Jr.http://code.activestate.com/recipes/users/4187305/http://code.activestate.com/recipes/578620-music-module/ <p style="color: grey"> Python recipe 578620 by <a href="/recipes/users/4187305/">Andrew Wayne Teesdale Jr.</a> (<a href="/recipes/tags/beep/">beep</a>, <a href="/recipes/tags/music/">music</a>). </p> <p>a module for musical beeps</p> small stack language (Python) 2013-07-22T23:53:44-07:00Andrew Wayne Teesdale Jr.http://code.activestate.com/recipes/users/4187305/http://code.activestate.com/recipes/578617-small-stack-language/ <p style="color: grey"> Python recipe 578617 by <a href="/recipes/users/4187305/">Andrew Wayne Teesdale Jr.</a> (<a href="/recipes/tags/language/">language</a>, <a href="/recipes/tags/stack/">stack</a>). </p> <p>a small language in python</p>