Code Monkey home page Code Monkey logo

Comments (7)

dmoneyballer avatar dmoneyballer commented on July 24, 2024 1

I'll work on this. I've forked and have made some modifications. now I'll test them

from monkeyjump.

xyproto avatar xyproto commented on July 24, 2024

Great. 🙂

from monkeyjump.

dmoneyballer avatar dmoneyballer commented on July 24, 2024

What does running gnugo --mode gtp do? I can't figure out why it's raising this error.

image

from monkeyjump.

xyproto avatar xyproto commented on July 24, 2024

It runs the gnugo executable, that is expected to be in the path. It is the "AI" program that can play Go. One of many a available Go engines.

I assume that gnugo isn't installed?

from monkeyjump.

dmoneyballer avatar dmoneyballer commented on July 24, 2024

I installed it and it started working. I've got it up and It's not erroring out but is stuck on the loading screen. I added lots of print statements to make sure it was running properly through image engine.py but I've never used pygame before and I don't really know how to proceed from here.
Screenshot from 2019-10-09 17-50-43

from monkeyjump.

xyproto avatar xyproto commented on July 24, 2024

I think a call to the .communicate() method is missing, which makes the program stop at status = self.from_gnugo.read(1). Not quite sure how to best fix it in Python 3, though. Python 3 has different quirks than Python 2 when it comes to communicating with processes using stdout and stdin.

from monkeyjump.

xyproto avatar xyproto commented on July 24, 2024

Right now, I would rather rewrite Monkeyjump in a completely different language than port it to Python 3, since it appeared to be more trouble than expected.

from monkeyjump.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.