Ancient code

Today I dug up the ancient sample code I wrote for Developing Games in Java back in 2003 and pushed it to Github

While still functional and a decent example of directly using Java NIO libraries, it’s quite dated. These days, if even choosing Java for such a task, one would most certainly start with an existing well-established framework such as Apache Mina or Netty.  Maybe if I’m bored I’ll make a revised version on top of one of those libs, or rewrite in Node.js or some other new-hotness.