<?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-9106262640710456049</id><updated>2011-11-27T15:56:43.570-08:00</updated><category term='contest'/><category term='ludum dare'/><category term='gvim'/><category term='welcome'/><category term='ai'/><category term='python'/><category term='gamedev'/><category term='SDL'/><category term='books'/><category term='intro'/><category term='programming'/><category term='pygame'/><category term='nedit'/><category term='vim'/><category term='ubuntu'/><category term='pyweek'/><category term='c++'/><category term='vimrc'/><category term='ld18'/><category term='nanowrimo'/><title type='text'>Hobby Game Development</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://hobbygamedev.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9106262640710456049/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://hobbygamedev.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Luke</name><uri>http://www.blogger.com/profile/04360412476780185961</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>7</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-9106262640710456049.post-5590463259130020153</id><published>2011-02-10T21:24:00.001-08:00</published><updated>2011-02-10T21:24:07.705-08:00</updated><title type='text'>PSP Genesis Competition &amp; MinPSPW on Arch Linux</title><content type='html'>So I haven't programmed for the PSP in over four years, which is quite a significant amount of time considering the PSP hasn't been around for much longer than that.  But this latest competition has me dusting off the old PSP dev skills.  The &lt;a href="http://wololo.net/genesis/"&gt;PSP Genesis Competition&lt;/a&gt; is a new contest put on by a number of sponsors, a couple of which were well-known even back when I was active.&lt;br /&gt;&lt;br /&gt;A lot of things have changed since then, too.  I have long since moved on from PSP development and no longer have the toolchain installed.  As a matter of fact, the laptop on which I did all of my PSP development has moved on to the Great Laptop Scrap Heap In The Sky.  So after a bit of digging I find that building the toolchain on my laptop with Arch Linux is largely unchanged.  However, a little more digging reveals that most people are using something else these days: &lt;a href="http://www.jetdrone.com/minpspw"&gt;MinPSPW&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Now, back in my day we used to scoff at these pre-built toolchains, but by all accounts this is quite useful because it comes with a number of helpful libraries all set up for you.  I had already git pull'd ooPo's psptoolchain repo, but I figured I'd give this newfangled pre-built toolchain a shot too.  But what's this: the only x86_64 package is .deb, and I'm on Arch!  No matter:&lt;br /&gt;&lt;br /&gt;&lt;b&gt;How to use a .deb file on Arch Linux&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;This .deb file, it turns out, is simply an "ar" archive with three files: debian-binary, control.tar.gz, and data.tar.gz.  The first is simply an ASCII text file containing the deb format version, which is 2.0 for recent versions.  The second also contains three files: control (a text file with the package's meta-information), preinst and postrm (scripts presumably run pre-install and post-removal).  The last contains the real meat of the deb package; the data we want to install.&lt;br /&gt;&lt;br /&gt;So just extract data.tar.gz (or omit that and extract everything if you'd like):&lt;br /&gt;&lt;br /&gt;$ ar x minpspw_0.10.0-1ubuntu0_amd64.deb data.tar.gz&lt;br /&gt;&lt;br /&gt;Now you can just extract this package and go off to the races.  It's not perfect because pacman doesn't know about it, but personally I don't really mind.  The proper way to handle it from here is to figure out dependencies and write a PKGBUILD, then run makepkg.  This process is very nicely described on the Arch wiki and shouldn't take very long, if you cared to do it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9106262640710456049-5590463259130020153?l=hobbygamedev.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hobbygamedev.blogspot.com/feeds/5590463259130020153/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hobbygamedev.blogspot.com/2011/02/psp-genesis-competition-minpspw-on-arch.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9106262640710456049/posts/default/5590463259130020153'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9106262640710456049/posts/default/5590463259130020153'/><link rel='alternate' type='text/html' href='http://hobbygamedev.blogspot.com/2011/02/psp-genesis-competition-minpspw-on-arch.html' title='PSP Genesis Competition &amp; MinPSPW on Arch Linux'/><author><name>Luke</name><uri>http://www.blogger.com/profile/04360412476780185961</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-9106262640710456049.post-4550947391127478784</id><published>2010-12-03T14:11:00.000-08:00</published><updated>2010-12-03T14:11:29.489-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='c++'/><category scheme='http://www.blogger.com/atom/ns#' term='ai'/><category scheme='http://www.blogger.com/atom/ns#' term='nanowrimo'/><category scheme='http://www.blogger.com/atom/ns#' term='contest'/><category scheme='http://www.blogger.com/atom/ns#' term='programming'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Programming competitions</title><content type='html'>After a nice long hiatus for my successful NaNoWriMo, I'm getting back into the game (ha ha)!&lt;br /&gt;&lt;br /&gt;During all of the NaNoWriMo hubbub, one interesting piece of news that I had forgotten was that the Google AI challenge (&lt;a href="http://www.ai-contest.com/"&gt;www.ai-contest.com&lt;/a&gt;) was going on, ending November 27th.  Unfortunately, I only remembered this on November 25th.  I downloaded the C++ starter pack and tinkered around, submitting a pretty simple modification to the default bot that did an admirable job against the example bots included in the package.&lt;br /&gt;&lt;br /&gt;Then I got to work on my own.  I had some grand plans for my AI.  First I was going to loop through the planets and calculate the available ships.  For each planet I started with the current number of ships, then I looped through the enemy fleets to see if any targeted the planet.  Then I calculated how many ships I would have by the time it reached me, subtracting the number of enemy ships.  I kept a running total in case more than one fleet was enroute.&lt;br /&gt;&lt;br /&gt;Unfortunately, I was behind on my word count and that was all I completed.  I was then going to see if I could save the planets that I would otherwise lose.  If I still had ships left, I would go for some neutral or enemy planets, starting with the largest that had the fewest ships (I already had a basic heuristic for calculating the best targets, which I would have tweaked).&lt;br /&gt;&lt;br /&gt;Oh, well, there were some really cool entries, so I'm not sure how I would have done.  Watch this funny battle in which neither side even attacks the other:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://ai-contest.com/visualizer.php?game_id=9559045"&gt;http://ai-contest.com/visualizer.php?game_id=9559045&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;It looks silly from our point of view, but you can tell what the bots are doing: they are protecting those two large planets from the other one.  If either side went to grab another planet, they would have lost the big ones.  The loser of that battle actually won the contest.&lt;br /&gt;&lt;br /&gt;I had a great deal of fun tinkering with the bot and watching it compete, and I was sad that I didn't get to finish my own bot from scratch.  However, I just checked out the latest Full Circle Magazine (for Ubuntu) and there is another AI contest going on right now!  I haven't had the opportunity to tinker yet, but I did download the example and I hope to give it a shot!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9106262640710456049-4550947391127478784?l=hobbygamedev.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hobbygamedev.blogspot.com/feeds/4550947391127478784/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hobbygamedev.blogspot.com/2010/12/programming-competitions.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9106262640710456049/posts/default/4550947391127478784'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9106262640710456049/posts/default/4550947391127478784'/><link rel='alternate' type='text/html' href='http://hobbygamedev.blogspot.com/2010/12/programming-competitions.html' title='Programming competitions'/><author><name>Luke</name><uri>http://www.blogger.com/profile/04360412476780185961</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-9106262640710456049.post-2766005450222292508</id><published>2010-09-17T14:11:00.000-07:00</published><updated>2010-09-17T14:11:24.720-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='nanowrimo'/><title type='text'>NaNoWriMo time is upon us!</title><content type='html'>Of course this is only tangentially related to game development, but one thing you'll find as my blog matures is that I love a game with a good story.  However, good storytelling in games is a different beast than good storytelling in books.  For one thing, only perfectly linear games have stories that translate reasonable well to books.  For another, you don't get to simply act out the battle scenes in books.&lt;br /&gt;&lt;br /&gt;Anyway, to get to the point, November is National Novel Writing Month, or NaNoWriMo for short.  You might think to yourself, why would anyone want to write a novel in a month?  Well, ask the more than 100,000 people that participate every year.  I suspect that a large number of game developers -- especially those interested in story-heavy genres -- have thought about it at one point in their lives.  Just like the time-limited game development competitions, NaNoWriMo challenges you to get those creative juices flowing.  Put your fingers to the keyboard and don't lift them up until you've reached your goal.&lt;br /&gt;&lt;br /&gt;That goal is 50,000 words.  In 30 days.  That's 1,667 words per day every day of the month.  A daunting goal to be sure, but over 20,000 people manage it.  Sometimes they are established authors, but mostly they are just normal people like yourselves.  Whether you start with a detailed outline or a blank file, there is fun to be had.&lt;br /&gt;&lt;br /&gt;The perpetrator of this month of debauchery, Chris Baty, provides this guide to success:&lt;br /&gt;&lt;a href="http://www.amazon.com/gp/product/0811845052?ie=UTF8&amp;tag=hobbgamedeve-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0811845052"&gt;No Plot? No Problem!: A Low-Stress, High-Velocity Guide to Writing a Novel in 30 Days&lt;/a&gt;&lt;img src="http://www.assoc-amazon.com/e/ir?t=hobbgamedeve-20&amp;l=as2&amp;o=1&amp;a=0811845052" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9106262640710456049-2766005450222292508?l=hobbygamedev.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hobbygamedev.blogspot.com/feeds/2766005450222292508/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hobbygamedev.blogspot.com/2010/09/nanowrimo-time-is-upon-us.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9106262640710456049/posts/default/2766005450222292508'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9106262640710456049/posts/default/2766005450222292508'/><link rel='alternate' type='text/html' href='http://hobbygamedev.blogspot.com/2010/09/nanowrimo-time-is-upon-us.html' title='NaNoWriMo time is upon us!'/><author><name>Luke</name><uri>http://www.blogger.com/profile/04360412476780185961</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-9106262640710456049.post-2757342848302528816</id><published>2010-09-03T13:59:00.000-07:00</published><updated>2010-09-03T14:11:52.952-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='vim'/><category scheme='http://www.blogger.com/atom/ns#' term='nedit'/><category scheme='http://www.blogger.com/atom/ns#' term='gvim'/><category scheme='http://www.blogger.com/atom/ns#' term='vimrc'/><title type='text'>Vimrc Time!</title><content type='html'>Uh oh, only four posts in and my allegiances come out!&lt;br /&gt;&lt;br /&gt;Since Vim 7.3 came out a couple weeks ago, it's about time for a celebration in the form of a vim post!  Over the past couple years I have become a vim user.  Although I had wanted to use either vim or emacs for some time, I had a lot of trouble getting into it.  Where I work, we had Red Hat Enterprise Linux 3 machines when I first started.  A lot of people used &lt;a href="http://www.nedit.org/"&gt;NEdit&lt;/a&gt;, a few (including my boss) used &lt;a href="http://www.vim.org/"&gt;gvim&lt;/a&gt;, and a few used &lt;a href="http://www.gnu.org/software/emacs/"&gt;emacs&lt;/a&gt;.  NEdit was intuitive and had syntax highlighting, so it was good enough for me at first.&lt;br /&gt;&lt;br /&gt;Then we upgraded to RHEL5.&lt;br /&gt;&lt;br /&gt;Oh NEdit was still there, but it had the really odd but entirely repeatable bug that caused the text on the screen to "get stuck" when scrolling.  It was annoying enough that I wanted to switch editors immediately.  Many NEdit users switched to &lt;a href="http://kate-editor.org/"&gt;Kate&lt;/a&gt;, which by all accounts is a fine upgrade from NEdit.  But if I was going to make the switch, there was hardly a better time.  I grabbed my boss' vimrc and jumped in head first.&lt;br /&gt;&lt;br /&gt;It was slow going at first -- I still wanted to use the arrow keys for a while, and even now, two years later, I still find myself using the mouse and the Escape button on occasion when I don't need to do so.  But even two years later I'm still learning things that boost my productivity.  For example, only last week I started making use of macros, which I knew about for a while but never saw reason to use them.&lt;br /&gt;&lt;br /&gt;Anyway, there's an important rite of passage for the vim user: putting together his very own .vimrc.  It wasn't long before I had become curious about the options available, and browsing examples around the internet.  Unfortunately I couldn't tell you the source of many of these settings, and a quick search shows many of them appear in many different examples.  But whether you're already a vim user or you're just looking to get started, hopefully my short but sweet .vimrc shows you something useful.&lt;br /&gt;&lt;br /&gt;Bonus: gvim can convert code into HTML, so I don't need to mess with raw HTML or tools like syntaxhighlighter to get (I hope) pretty code samples!  This also has the benefit of showing off the awesome color scheme I use: &lt;a href="http://www.vim.org/scripts/script.php?script_id=1778"&gt;wombat&lt;/a&gt;!&lt;br /&gt;&lt;br /&gt;&lt;font face="monospace"&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;&amp;nbsp;1 &lt;/font&gt;&lt;/span&gt;&lt;font color="#99968b"&gt;&lt;i&gt;&amp;quot; set color scheme&lt;/i&gt;&lt;/font&gt;&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;&amp;nbsp;2 &lt;/font&gt;&lt;/span&gt;&lt;font color="#8ac6f2"&gt;colors&lt;/font&gt;&amp;nbsp;wombat&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;&amp;nbsp;3 &lt;/font&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;&amp;nbsp;4 &lt;/font&gt;&lt;/span&gt;&lt;font color="#99968b"&gt;&lt;i&gt;&amp;quot; always have syntax highlighting&lt;/i&gt;&lt;/font&gt;&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;&amp;nbsp;5 &lt;/font&gt;&lt;/span&gt;&lt;font color="#8ac6f2"&gt;syntax&lt;/font&gt;&amp;nbsp;&lt;font color="#cae682"&gt;on&lt;/font&gt;&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;&amp;nbsp;6 &lt;/font&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;&amp;nbsp;7 &lt;/font&gt;&lt;/span&gt;&lt;font color="#99968b"&gt;&lt;i&gt;&amp;quot; always number lines&lt;/i&gt;&lt;/font&gt;&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;&amp;nbsp;8 &lt;/font&gt;&lt;/span&gt;&lt;font color="#8ac6f2"&gt;set&lt;/font&gt;&amp;nbsp;&lt;font color="#e5786d"&gt;number&lt;/font&gt;&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;&amp;nbsp;9 &lt;/font&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;10 &lt;/font&gt;&lt;/span&gt;&lt;font color="#99968b"&gt;&lt;i&gt;&amp;quot; don't wrap long lines&lt;/i&gt;&lt;/font&gt;&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;11 &lt;/font&gt;&lt;/span&gt;&lt;font color="#8ac6f2"&gt;set&lt;/font&gt;&amp;nbsp;&lt;font color="#e5786d"&gt;nowrap&lt;/font&gt;&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;12 &lt;/font&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;13 &lt;/font&gt;&lt;/span&gt;&lt;font color="#99968b"&gt;&lt;i&gt;&amp;quot; change tabs into 4 spaces&lt;/i&gt;&lt;/font&gt;&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;14 &lt;/font&gt;&lt;/span&gt;&lt;font color="#8ac6f2"&gt;set&lt;/font&gt;&amp;nbsp;&lt;font color="#e5786d"&gt;shiftwidth&lt;/font&gt;=4&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;15 &lt;/font&gt;&lt;/span&gt;&lt;font color="#8ac6f2"&gt;set&lt;/font&gt;&amp;nbsp;&lt;font color="#e5786d"&gt;expandtab&lt;/font&gt;&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;16 &lt;/font&gt;&lt;/span&gt;&lt;font color="#8ac6f2"&gt;set&lt;/font&gt;&amp;nbsp;&lt;font color="#e5786d"&gt;shiftround&lt;/font&gt;&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;17 &lt;/font&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;18 &lt;/font&gt;&lt;/span&gt;&lt;font color="#99968b"&gt;&lt;i&gt;&amp;quot; autoindent new lines&lt;/i&gt;&lt;/font&gt;&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;19 &lt;/font&gt;&lt;/span&gt;&lt;font color="#8ac6f2"&gt;set&lt;/font&gt;&amp;nbsp;&lt;font color="#e5786d"&gt;smartindent&lt;/font&gt;&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;20 &lt;/font&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;21 &lt;/font&gt;&lt;/span&gt;&lt;font color="#99968b"&gt;&lt;i&gt;&amp;quot; be quiet&lt;/i&gt;&lt;/font&gt;&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;22 &lt;/font&gt;&lt;/span&gt;&lt;font color="#8ac6f2"&gt;set&lt;/font&gt;&amp;nbsp;&lt;font color="#e5786d"&gt;noerrorbells&lt;/font&gt;&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;23 &lt;/font&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;24 &lt;/font&gt;&lt;/span&gt;&lt;font color="#99968b"&gt;&lt;i&gt;&amp;quot; show matching braces&lt;/i&gt;&lt;/font&gt;&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;25 &lt;/font&gt;&lt;/span&gt;&lt;font color="#8ac6f2"&gt;set&lt;/font&gt;&amp;nbsp;&lt;font color="#e5786d"&gt;showmatch&lt;/font&gt;&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;26 &lt;/font&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;27 &lt;/font&gt;&lt;/span&gt;&lt;font color="#99968b"&gt;&lt;i&gt;&amp;quot; highlight located search terms&lt;/i&gt;&lt;/font&gt;&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;28 &lt;/font&gt;&lt;/span&gt;&lt;font color="#8ac6f2"&gt;set&lt;/font&gt;&amp;nbsp;&lt;font color="#e5786d"&gt;hlsearch&lt;/font&gt;&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;29 &lt;/font&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;30 &lt;/font&gt;&lt;/span&gt;&lt;font color="#99968b"&gt;&lt;i&gt;&amp;quot; normally don't automatically format 'text' (code) as it is&lt;/i&gt;&lt;/font&gt;&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;31 &lt;/font&gt;&lt;/span&gt;&lt;font color="#99968b"&gt;&lt;i&gt;&amp;quot; typed, IE only do this with comments, at 79 characters:&lt;/i&gt;&lt;/font&gt;&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;32 &lt;/font&gt;&lt;/span&gt;&lt;font color="#8ac6f2"&gt;set&lt;/font&gt;&amp;nbsp;&lt;font color="#e5786d"&gt;formatoptions&lt;/font&gt;-=t&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;33 &lt;/font&gt;&lt;/span&gt;&lt;font color="#8ac6f2"&gt;set&lt;/font&gt;&amp;nbsp;&lt;font color="#e5786d"&gt;textwidth&lt;/font&gt;=79&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;34 &lt;/font&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;35 &lt;/font&gt;&lt;/span&gt;&lt;font color="#99968b"&gt;&lt;i&gt;&amp;quot; get rid of the default style of C comments, and define a&lt;/i&gt;&lt;/font&gt;&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;36 &lt;/font&gt;&lt;/span&gt;&lt;font color="#99968b"&gt;&lt;i&gt;&amp;quot; style with two stars at the start of `middle' rows which&lt;/i&gt;&lt;/font&gt;&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;37 &lt;/font&gt;&lt;/span&gt;&lt;font color="#99968b"&gt;&lt;i&gt;&amp;quot; (looks nicer and) avoids asterisks used for bullet lists&lt;/i&gt;&lt;/font&gt;&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;38 &lt;/font&gt;&lt;/span&gt;&lt;font color="#99968b"&gt;&lt;i&gt;&amp;quot; being treated like C comments; then define a bullet list&lt;/i&gt;&lt;/font&gt;&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;39 &lt;/font&gt;&lt;/span&gt;&lt;font color="#99968b"&gt;&lt;i&gt;&amp;quot; style for single stars (like already is for hyphens):&lt;/i&gt;&lt;/font&gt;&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;40 &lt;/font&gt;&lt;/span&gt;&lt;font color="#8ac6f2"&gt;set&lt;/font&gt;&amp;nbsp;&lt;font color="#e5786d"&gt;comments&lt;/font&gt;-=s1&lt;font color="#8ac6f2"&gt;:&lt;/font&gt;/*&lt;font color="#8ac6f2"&gt;,&lt;/font&gt;mb&lt;font color="#8ac6f2"&gt;:&lt;/font&gt;*&lt;font color="#8ac6f2"&gt;,&lt;/font&gt;ex&lt;font color="#8ac6f2"&gt;:&lt;/font&gt;*/&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;41 &lt;/font&gt;&lt;/span&gt;&lt;font color="#8ac6f2"&gt;set&lt;/font&gt;&amp;nbsp;&lt;font color="#e5786d"&gt;comments&lt;/font&gt;+=s&lt;font color="#8ac6f2"&gt;:&lt;/font&gt;/*&lt;font color="#8ac6f2"&gt;,&lt;/font&gt;mb&lt;font color="#8ac6f2"&gt;:&lt;/font&gt;**&lt;font color="#8ac6f2"&gt;,&lt;/font&gt;ex&lt;font color="#8ac6f2"&gt;:&lt;/font&gt;*/&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;42 &lt;/font&gt;&lt;/span&gt;&lt;font color="#8ac6f2"&gt;set&lt;/font&gt;&amp;nbsp;&lt;font color="#e5786d"&gt;comments&lt;/font&gt;+=fb&lt;font color="#8ac6f2"&gt;:&lt;/font&gt;*&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;43 &lt;/font&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;44 &lt;/font&gt;&lt;/span&gt;&lt;font color="#99968b"&gt;&lt;i&gt;&amp;quot; enable filetype detection:&lt;/i&gt;&lt;/font&gt;&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;45 &lt;/font&gt;&lt;/span&gt;&lt;font color="#8ac6f2"&gt;filetype&lt;/font&gt;&amp;nbsp;&lt;font color="#cae682"&gt;on&lt;/font&gt;&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;46 &lt;/font&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;47 &lt;/font&gt;&lt;/span&gt;&lt;font color="#99968b"&gt;&lt;i&gt;&amp;quot; let gvim know all of those *.cc* files are C++ files&lt;/i&gt;&lt;/font&gt;&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;48 &lt;/font&gt;&lt;/span&gt;&lt;font color="#8ac6f2"&gt;au&lt;/font&gt;&amp;nbsp;&lt;font color="#cae682"&gt;BufNewFile&lt;/font&gt;,&lt;font color="#cae682"&gt;BufRead&lt;/font&gt;&amp;nbsp;*.cc*&amp;nbsp;:&lt;font color="#8ac6f2"&gt;set&lt;/font&gt;&amp;nbsp;ft&lt;font color="#8ac6f2"&gt;=&lt;/font&gt;cpp&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;49 &lt;/font&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;50 &lt;/font&gt;&lt;/span&gt;&lt;font color="#99968b"&gt;&lt;i&gt;&amp;quot; let gvim know all of those *.m* files are Matlab files&lt;/i&gt;&lt;/font&gt;&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;51 &lt;/font&gt;&lt;/span&gt;&lt;font color="#8ac6f2"&gt;au&lt;/font&gt;&amp;nbsp;&lt;font color="#cae682"&gt;BufNewFile&lt;/font&gt;,&lt;font color="#cae682"&gt;BufRead&lt;/font&gt;&amp;nbsp;*.m*&amp;nbsp;:&lt;font color="#8ac6f2"&gt;set&lt;/font&gt;&amp;nbsp;ft&lt;font color="#8ac6f2"&gt;=&lt;/font&gt;matlab&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;52 &lt;/font&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;53 &lt;/font&gt;&lt;/span&gt;&lt;font color="#99968b"&gt;&lt;i&gt;&amp;quot; for C-like programming, have better automatic indentation&lt;/i&gt;&lt;/font&gt;&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;54 &lt;/font&gt;&lt;/span&gt;&lt;font color="#99968b"&gt;&lt;i&gt;&amp;quot; and if starting a newline in the middle of a comment&lt;/i&gt;&lt;/font&gt;&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;55 &lt;/font&gt;&lt;/span&gt;&lt;font color="#99968b"&gt;&lt;i&gt;&amp;quot; automatically insert the comment leader characters:&lt;/i&gt;&lt;/font&gt;&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;56 &lt;/font&gt;&lt;/span&gt;&lt;font color="#8ac6f2"&gt;autocmd&lt;/font&gt;&amp;nbsp;&lt;font color="#cae682"&gt;FileType&lt;/font&gt;&amp;nbsp;c,cpp&amp;nbsp;&lt;font color="#8ac6f2"&gt;set&lt;/font&gt;&amp;nbsp;&lt;font color="#e5786d"&gt;cindent&lt;/font&gt;&amp;nbsp;&lt;font color="#e5786d"&gt;formatoptions&lt;/font&gt;+=ro&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;57 &lt;/font&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;58 &lt;/font&gt;&lt;/span&gt;&lt;font color="#99968b"&gt;&lt;i&gt;&amp;quot; in makefiles, don't expand tabs to spaces, since actual&lt;/i&gt;&lt;/font&gt;&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;59 &lt;/font&gt;&lt;/span&gt;&lt;font color="#99968b"&gt;&lt;i&gt;&amp;quot; tab characters are needed, and have indentation at 8&lt;/i&gt;&lt;/font&gt;&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;60 &lt;/font&gt;&lt;/span&gt;&lt;font color="#99968b"&gt;&lt;i&gt;&amp;quot; chars to be sure that all indents are tabs:&lt;/i&gt;&lt;/font&gt;&lt;br /&gt;&lt;span style="background-color: #000000"&gt;&lt;font color="#857b6f"&gt;61 &lt;/font&gt;&lt;/span&gt;&lt;font color="#8ac6f2"&gt;autocmd&lt;/font&gt;&amp;nbsp;&lt;font color="#cae682"&gt;FileType&lt;/font&gt;&amp;nbsp;make&amp;nbsp;&lt;font color="#8ac6f2"&gt;set&lt;/font&gt;&amp;nbsp;&lt;font color="#e5786d"&gt;noexpandtab&lt;/font&gt;&amp;nbsp;&lt;font color="#e5786d"&gt;shiftwidth&lt;/font&gt;=8&lt;/font&gt;&lt;br /&gt;&lt;br /&gt;I believe it's well commented so nothing should need explanation.  But if you do, or if you're proud of yours, feel free to comment.  For more info, here is a highly rated book about vim:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.amazon.com/gp/product/059652983X?ie=UTF8&amp;tag=hobbgamedeve-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=059652983X"&gt;Learning the vi and Vim Editors&lt;/a&gt;&lt;img src="http://www.assoc-amazon.com/e/ir?t=hobbgamedeve-20&amp;l=as2&amp;o=1&amp;a=059652983X" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9106262640710456049-2757342848302528816?l=hobbygamedev.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hobbygamedev.blogspot.com/feeds/2757342848302528816/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hobbygamedev.blogspot.com/2010/09/vimrc-time.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9106262640710456049/posts/default/2757342848302528816'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9106262640710456049/posts/default/2757342848302528816'/><link rel='alternate' type='text/html' href='http://hobbygamedev.blogspot.com/2010/09/vimrc-time.html' title='Vimrc Time!'/><author><name>Luke</name><uri>http://www.blogger.com/profile/04360412476780185961</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><entry><id>tag:blogger.com,1999:blog-9106262640710456049.post-6681063523369197673</id><published>2010-08-31T06:44:00.000-07:00</published><updated>2010-09-01T19:00:57.467-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='pygame'/><category scheme='http://www.blogger.com/atom/ns#' term='ludum dare'/><category scheme='http://www.blogger.com/atom/ns#' term='gamedev'/><category scheme='http://www.blogger.com/atom/ns#' term='ld18'/><category scheme='http://www.blogger.com/atom/ns#' term='python'/><category scheme='http://www.blogger.com/atom/ns#' term='pyweek'/><title type='text'>Ludum Dare 18 and PyWeek 11</title><content type='html'>Well, &lt;a href="http://www.ludumdare.com/compo/"&gt;Ludum Dare 18&lt;/a&gt; and &lt;a href="http://www.pyweek.org/"&gt;PyWeek 11&lt;/a&gt; both went down last week.  That's a great deal of speed development!  I attempted to participate in Ludum Dare, as it was over the weekend, and I thought maybe I'd try something small for PyWeek despite the fact that the development window is much larger.  Of course, things didn't go as planned.&lt;br /&gt;&lt;br /&gt;Everything started out reasonably well on Friday night.  I saw the theme - Enemies as weapons - and brainstormed.  I sat on the floor with my toddler and drew up some prototypes in crayon on his very large drawing pad.  Being a huge fan of strategy RPGs, my mind jumped straight to &lt;a href="http://www.amazon.com/gp/product/B00009YEJY?ie=UTF8&amp;tag=hobbgamedeve-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B00009YEJY"&gt;Disgaea&lt;/a&gt;&lt;img src="http://www.assoc-amazon.com/e/ir?t=hobbgamedeve-20&amp;l=as2&amp;o=1&amp;a=B00009YEJY" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /&gt;.  So my first prototype was simply a strategy RPG where you don't have any weapons, but you can pick up your enemies and smack other enemies with them.  The enemies, I thought, could have a rock-paper-scissors-like relationship.  But alas, I figured it would take too much time, and I'm not sure how enjoyable it would be.&lt;br /&gt;&lt;br /&gt;&lt;a target='_blank' href='http://img690.imageshack.us/i/ludumart.png/'&gt;&lt;img src='http://a.imageshack.us/img690/4845/ludumart.th.png' border='0'/&gt;&lt;/a&gt;&lt;br /&gt;Brainstorming with the whole family!&lt;br /&gt;&lt;br /&gt;My second idea came from the lament of one of my fellow participants.  He said the theme dictated the necessity of enemies, severely restricting the type of game that could be made.  So I started to think of ways to make a game without enemies in the traditional sense.  It occurred to me that enemies don't necessarily have to be biological, or even physical.  A claustrophobic person (my first thought since claustrophobia was a finalist theme), for example, would see tight, enclosed spaces as an enemy.  From there I figured that I could consider various afflictions as enemies, and think of ways to use them as weapons.  Weaknesses and strengths, in effect.  So developed my idea: a puzzle game where the player would guide four characters to the goal.  One character was red-green colorblind, another was yellow-blue colorblind, one was anorexic, and the last was obese.  The first two could pass through obstacles or activate switches corresponding to their colorblindness, while the light character could do things like pass over thin ice, and the heavy character could do things like depress stuck switches.&lt;br /&gt;&lt;br /&gt;The idea seems kind of contrived looking back, but I ran with it.  I managed to get a few hundred lines of &lt;a href="http://www.amazon.com/gp/product/1590598725?ie=UTF8&amp;tag=hobbgamedeve-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1590598725"&gt;Python and Pygame&lt;/a&gt;&lt;img src="http://www.assoc-amazon.com/e/ir?t=hobbgamedeve-20&amp;l=as2&amp;o=1&amp;a=1590598725" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /&gt; code in and a bit of rudimentary art, but alas, it was not to be.  Turns out having a toddler and an infant to take care of is pretty time consuming.  I think next time I will choose a much simpler game idea just to get something out there.  The puzzle game would've taken all my time just to get a playable first level, and I'd have had to wait until afterwards to add more.  It certainly didn't help that I was learning Pygame along the way, and I hadn't actually made a game for years.  So it was really nice getting some practice in.  My PyWeek project never really got off the ground, as my toddler got sick (double ear infection - ugh) and then I got sick.  Oh well.  I'm not too attached to my Ludum Dare game idea so I won't finish it, but I do look forward to getting back to work on those game ideas that have been kicking around in my head for ages.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9106262640710456049-6681063523369197673?l=hobbygamedev.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hobbygamedev.blogspot.com/feeds/6681063523369197673/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hobbygamedev.blogspot.com/2010/08/ludum-dare-18-and-pyweek-11.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9106262640710456049/posts/default/6681063523369197673'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9106262640710456049/posts/default/6681063523369197673'/><link rel='alternate' type='text/html' href='http://hobbygamedev.blogspot.com/2010/08/ludum-dare-18-and-pyweek-11.html' title='Ludum Dare 18 and PyWeek 11'/><author><name>Luke</name><uri>http://www.blogger.com/profile/04360412476780185961</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-9106262640710456049.post-2411951024626975011</id><published>2010-08-27T10:51:00.000-07:00</published><updated>2010-08-27T12:26:22.733-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='c++'/><category scheme='http://www.blogger.com/atom/ns#' term='gamedev'/><category scheme='http://www.blogger.com/atom/ns#' term='books'/><category scheme='http://www.blogger.com/atom/ns#' term='SDL'/><title type='text'>Getting started with C++ game development</title><content type='html'>There is considerable debate among indie game developers about whether C++ is ideal for beginner game development.  There are quirks to using C++ that make it more difficult for the beginner to learn to program, issues related to compilation, syntax, and style.  However, it remains an extremely popular choice due to the amount of libraries and support available.&lt;br /&gt;&lt;br /&gt;If you're just starting out in programming and you've chosen to use C++, then you almost certainly need a book, and preferably even a class if you aren't particularly self-disciplined.  For an introduction to C++, I'm not sure you can top the most recent book by the man himself, Bjarne Stroustrup, the creator of C++:&lt;br /&gt;&lt;a href="http://www.amazon.com/gp/product/0321543726?ie=UTF8&amp;tag=hobbgamedeve-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0321543726"&gt;Programming: Principles and Practice Using C++&lt;/a&gt;&lt;img src="http://www.assoc-amazon.com/e/ir?t=hobbgamedeve-20&amp;l=as2&amp;o=1&amp;a=0321543726" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /&gt;&lt;br /&gt;&lt;br /&gt;Alternatively, if you already know how to program and want to get acquainted with C++, then the following book is always highly recommended:&lt;br /&gt;&lt;a href="http://www.amazon.com/gp/product/020170353X?ie=UTF8&amp;tag=hobbgamedeve-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=020170353X"&gt;Accelerated C++: Practical Programming by Example&lt;/a&gt;&lt;img src="http://www.assoc-amazon.com/e/ir?t=hobbgamedeve-20&amp;l=as2&amp;o=1&amp;a=020170353X" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /&gt;&lt;br /&gt;&lt;br /&gt;You aren't exactly required to be an expert in C++ before you begin developing games, but generally the more you know, the better.  Some very useful libraries may be beyond your comprehension, and you'll end up reinventing the wheel several times over -- usually very poorly.  Speaking of libraries, let's move on to those.  To get started with PC game development, there aren't any better places to start than SDL, the cross-platform library that can handle graphics, sound, networking; if it's useful for game development, SDL (and family) can do it.  One developer that goes by the name lazyfoo has developed an extensive set of tutorials on setting up and using SDL.  I can't recommend these enough:&lt;br /&gt;&lt;a href="http://lazyfoo.net/SDL_tutorials/index.php"&gt;Lazyfoo tutorials&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;He hasn't added any new ones for a long time, but he does keep them up to date.  Also be sure to check out his articles for additional info.  The alternatives for SDL include &lt;a href="http://www.sfml-dev.org/"&gt;SFML&lt;/a&gt; and &lt;a href="http://alleg.sourceforge.net/"&gt;Allegro&lt;/a&gt;.  SFML is newer, and while it is not as mature, it is gaining popularity among those who heavily prefer object-oriented programming.  Allegro, like SDL, is mature and has an active community of users.  One point to consider is that its use is largely focused on games, whereas SDL is commonly used for all sorts of applications.&lt;br /&gt;&lt;br /&gt;That should be enough to get anyone started with 2D game development.  Displaying a bunch of images on screen and getting them to move how you want is quite literally all the technology involved in just about every 2D game there is.  Future posts will go more in depth, show off some code, and delve into 3D programming as well.  Best of luck to you!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9106262640710456049-2411951024626975011?l=hobbygamedev.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hobbygamedev.blogspot.com/feeds/2411951024626975011/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hobbygamedev.blogspot.com/2010/08/getting-started-with-c-game-development.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9106262640710456049/posts/default/2411951024626975011'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9106262640710456049/posts/default/2411951024626975011'/><link rel='alternate' type='text/html' href='http://hobbygamedev.blogspot.com/2010/08/getting-started-with-c-game-development.html' title='Getting started with C++ game development'/><author><name>Luke</name><uri>http://www.blogger.com/profile/04360412476780185961</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-9106262640710456049.post-6068883245439565216</id><published>2010-08-27T10:45:00.000-07:00</published><updated>2010-08-27T10:51:33.463-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='gamedev'/><category scheme='http://www.blogger.com/atom/ns#' term='welcome'/><category scheme='http://www.blogger.com/atom/ns#' term='intro'/><title type='text'>Obligatory Welcome Post</title><content type='html'>Hello fellow hobby game developers!&lt;br /&gt;&lt;br /&gt;This is your friendly, neighborhood welcome post on a new blog that will hopefully have some useful content at some point.  We shall see about that though.  For the record, at my day job I frequently use C++, with the occasional Python and Bash.  In my spare time I've written a few PSP games in Lua and less than that in C, and on the PC side a few toy games and applications in C++ and Python.  Nothing major so far.&lt;br /&gt;&lt;br /&gt;I frequent &lt;a href="http://www.gamedev.net/"&gt;gamedev.net&lt;/a&gt;, and here I hope to post my thoughts, comments, and impressions on various indie game development news, events, and competitions and the indie game scene in general.  Wish me luck!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9106262640710456049-6068883245439565216?l=hobbygamedev.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hobbygamedev.blogspot.com/feeds/6068883245439565216/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hobbygamedev.blogspot.com/2010/08/obligatory-welcome-post.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9106262640710456049/posts/default/6068883245439565216'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9106262640710456049/posts/default/6068883245439565216'/><link rel='alternate' type='text/html' href='http://hobbygamedev.blogspot.com/2010/08/obligatory-welcome-post.html' title='Obligatory Welcome Post'/><author><name>Luke</name><uri>http://www.blogger.com/profile/04360412476780185961</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></feed>
