blah_blah_blog 2.0

Adam Adair's lousy blog and other assorted blather

  • Some thoughts about Tetris

    Making an AI to play a game of Tetris competitively means having to watch it play many games to find out what is working and what is not working. I’ve watched more games of Tetris in the past week than I can count or remember, and not just my own...

  • Go Go GoBots!

    Riddles.io is codesports platform where you write bots in a language of your choice to play games in one of their hosted competitions. I’ve written bots that play Texas Hold’em poker, Ultimate Tic Tac Toe, and other games. I was recently on vacation in Arizona where I wrote down some...

  • Hooray for Goroutines!

    This post is more to test whether I high highlight source code for Go or not. I’ve really been enjoying learning and programming in Go recently. As I had mentioned in a previous Post I had worked through the “The Go Programming Language” book, and Chapter 8 is about Goroutines...