Skip to content
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

Manual Play GUI #18

Open
JOST777 opened this issue Nov 8, 2020 · 2 comments
Open

Manual Play GUI #18

JOST777 opened this issue Nov 8, 2020 · 2 comments

Comments

@JOST777
Copy link

JOST777 commented Nov 8, 2020

The paper mentions a C++ GUI that enables manual play of DeepRTS. Is there still such a thing in the project?

I built and ran DeepRTSGame from Cmake, but the GUI only shows the game map and I can not interact with it.

@perara
Copy link
Member

perara commented Nov 8, 2020

Hi,
Yes. There are two frontends, one in pure C++ and one in python wereas the python one supports input (https://github.com/cair/deep-rts/blob/master/DeepRTS/python/_py_deeprts.py)

To run this you would have to build the python bindings and run the game engine via python

@JOST777
Copy link
Author

JOST777 commented Nov 8, 2020

Thanks perara. I got the example in coding working. It looks like I will need to do some work to plug in the python interface?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants