Some of the projects I have plans for right now are:
- A minecraft picture maker: You would input an image file, then it will place that picture in a minecraft map using colored wool.
- A chess AI Competition at my college: AI competitions are fun and educational. This would be modeled similarly to the Google/Waterloo AI Challenge. Their set-up is open source so it should be easy to get something similar running.
- Learn Haskell, possibly lisp: I've been looking at Haskell and it's a really interesting language. Lisp is similar and probably more useful, but I haven't looked at it as much. Functional programming is really neat, and I like a lot of the ideas from Haskell such as "pure code" (separating the main logic from messier bits such as input and output). I want to tell the computer what to do, not how to do it.
- Learn openGL: OpenGL is really cool and useful. Unfortunately, it's horribly difficult to get started with. I've done a few very simple things in openGL, but I really want to learn about making better things.
No comments:
Post a Comment