Attaxx



Attaxx games have a history of lingering unfinished on my machine and this one was no exception. I got about 90% done with a network playable version before running out of interest. This one has the multiplayer stripped out - but you can still play the computer or another person in front of the same machine.

Geek Addendum: To begin with, I did have a working brute minimax algorithim but realized it wouldn't work if more than two players were involved. So, I took it out and replaced it with a simple, stupid greedy best move algorithim. It's disappointingly stupid, but still fun to set all 4 players to 'computer' and watch them have at it.

Download Install
  • Unzip to any directory (make sure to 'use folder names' so /img gets created)
  • Double-Click attaxx.exe to run
Source
  • source.zip [MSVC++ 6 Workspace]
  • I used clanlib 6.0.2, so you'll need that if you want to compile