Status
- Core
- All the main game components are in place, board, players, admin, etc.
- Unit Tests
- I don't really remember how many tests there are. I guess I'll find out when I run them again. I think there was about 100 or so.
- UI
- I have a mock testing UI for all the unit tests
- I also started a GTK UI, but it's still in its infancy
- I'm not sure where I want to go with the UI.
- I could use JRuby and write it in Swing. I know swing really well and that wouldn't take me long. Who knows, maybe I could throw it in an applet.
- Or for windows, I could make one with .NET. There are some decent .NET libraries out there for Ruby.
- AI
- I made a really stupid computer player. It's basically 2 steps ahead of being completely random.
No comments:
Post a Comment