<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-741862905384672652</id><updated>2011-04-21T16:25:41.241-07:00</updated><title type='text'>Lempface</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://lempface.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/741862905384672652/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://lempface.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Lempface</name><uri>http://www.blogger.com/profile/00335366819354394756</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-741862905384672652.post-2906794618094945628</id><published>2008-04-19T11:39:00.000-07:00</published><updated>2008-04-19T11:40:47.236-07:00</updated><title type='text'>Reading a map from a file.</title><content type='html'>Really not happy at all with this section. It works, and as far as I can tell it works well but I know its just crowded and ugly. Any suggestions would be welcomed!&lt;br /&gt;&lt;br /&gt;&lt;iframe src="http://lempface.googlepages.com/proj004.html" class="source_code" style="width: 100%; height: 50em;"&gt;&lt;/iframe&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/741862905384672652-2906794618094945628?l=lempface.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lempface.blogspot.com/feeds/2906794618094945628/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=741862905384672652&amp;postID=2906794618094945628' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/741862905384672652/posts/default/2906794618094945628'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/741862905384672652/posts/default/2906794618094945628'/><link rel='alternate' type='text/html' href='http://lempface.blogspot.com/2008/04/reading-map-from-file.html' title='Reading a map from a file.'/><author><name>Lempface</name><uri>http://www.blogger.com/profile/00335366819354394756</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-741862905384672652.post-2853951203066557547</id><published>2008-04-19T11:36:00.000-07:00</published><updated>2008-04-19T11:37:31.463-07:00</updated><title type='text'>Collision Detection!</title><content type='html'>Alright so our little '@' moves around the screen now and he doesn't run through walls or off the map now. I think this still needs some work though, I'm not 100% satisfied with the flow of the code. Post any comments please :)&lt;br /&gt;&lt;br /&gt;&lt;iframe src="http://lempface.googlepages.com/proj003.html" class="source_code" style="width: 100%; height: 50em;"&gt;&lt;/iframe&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/741862905384672652-2853951203066557547?l=lempface.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lempface.blogspot.com/feeds/2853951203066557547/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=741862905384672652&amp;postID=2853951203066557547' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/741862905384672652/posts/default/2853951203066557547'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/741862905384672652/posts/default/2853951203066557547'/><link rel='alternate' type='text/html' href='http://lempface.blogspot.com/2008/04/collision-detection.html' title='Collision Detection!'/><author><name>Lempface</name><uri>http://www.blogger.com/profile/00335366819354394756</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-741862905384672652.post-76670601688614215</id><published>2008-04-18T08:29:00.000-07:00</published><updated>2008-04-19T11:31:38.549-07:00</updated><title type='text'>LempRL Made in Python</title><content type='html'>So I'm starting slowly getting some basics out of the way. Adding one thing at a time and approaching things in a &lt;em&gt;finish this part in one sitting&lt;/em&gt; type way. I got two of those done today! Next projects are, loading a map from a file, collision detections and a more polished input method/game loop. Rather than have the player.move() function control the loop I'm going to make an input function and have it pass the keypress to the move function. That way I don't need to pass the window to the move function as all it needs to act on is the coordinates of the player. Not much going on this weekend so hopefully we'll have a bunch of progress.&lt;br /&gt;&lt;br /&gt;&lt;iframe src="http://lempface.googlepages.com/proj001.html" class="source_code" style="width: 100%; height: 50em;"&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;iframe src="http://lempface.googlepages.com/proj002.html" class="source_code" style="width: 100%; height: 50em;"&gt;&lt;/iframe&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/741862905384672652-76670601688614215?l=lempface.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lempface.blogspot.com/feeds/76670601688614215/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=741862905384672652&amp;postID=76670601688614215' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/741862905384672652/posts/default/76670601688614215'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/741862905384672652/posts/default/76670601688614215'/><link rel='alternate' type='text/html' href='http://lempface.blogspot.com/2008/04/lemprl-made-in-python.html' title='LempRL Made in Python'/><author><name>Lempface</name><uri>http://www.blogger.com/profile/00335366819354394756</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry></feed>
