Closed matthew-parlette closed 11 years ago
I just went to test this, but it complained that numpy isn't on here, I'll have to get that package. We'll want to note that numpy is needed, or package it with the game?
Ah yes, that would be a dependency now. I'm not sure how to package at this point, so I'll put it in the readme for prerequisites.
I'm getting this traceback:
Traceback (most recent call last):
File "bitfl.py", line 2, in
I don't think we have a turn, not sure if anything else references that module or not.
I still had turn.pyc in my directory, so it still found that when I was doing my tests. I removed it from my folder and re-tested, looks good now
Looks good to me, great start to adding players and having a map.
This is a larger merge, but it lays the groundwork for performing actions in the game, which will be handled in future branches.
I'll make issues for things that need to be done, but make sure there are no glaring problems with this merge.