-
Notifications
You must be signed in to change notification settings - Fork 15
Feature/integrate #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
The validation still has a few bugs but my PyCharm is having trouble importing libraries for the program so I haven't actually run it to test it. I've modified some of the import statements to try to get around it but it hasn't worked. There's also a test class to test out functionality of the board class |
have you try installing the package that is listed inside of requirement inside server folder server --> requirement.txt in there you will see the list of package you need |
I added a |
It would be nice to not change the reference implementation unless it really improves it. It shouldn't be changed to accommodate for your own client. :) |
Ooh right. So just create our own folder where we do all our own implementation in the clients directory? |
Oh cool thanks I added that and installed all the packages. For some reason it won't recognize the log.py file to be imported into other files though. I tried renaming the path but that didn't really help. |
Yes. 👍 |
Attempted to put board class into main for player to use.