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

Deployment instructions #394

Open
lachiemurray opened this issue Mar 18, 2016 · 4 comments
Open

Deployment instructions #394

lachiemurray opened this issue Mar 18, 2016 · 4 comments

Comments

@lachiemurray
Copy link

Would love to be able to deploy a local version of the ants AI challenge (http://ants.aichallenge.org/) for a private competition. Would this be possible? And are there any instructions (further to INSTALL.md) on how to do so?

Thanks!

@smiley1983
Copy link
Contributor

Hi!

Getting this code to run on current linux systems would require quite a bit of effort. I was looking at this problem a few months ago and put together a basic Django site with enough "glue" to get the aichallenge games running again:

https://github.com/smiley1983/aiweb

You can see a live version of the site here:

http://frogherd.com/aiweb/

If you have any questions, I would be happy to help if I can.

@lachiemurray
Copy link
Author

Cool thanks for the tip @smiley1983 I'll take a look!

@npthao1312
Copy link

@smiley1983 Hello there, I am very interested in your work. Can you instruct me how to deploy your work manually, please? Thank you.

@smiley1983
Copy link
Contributor

@dracarys1312 Hello, thank you for your interest. :)

The instructions in the readme should work on current Ubuntu systems, starting with setup.sh - it requires python3 and pip3 to be installed already. Possibly some other things as well.

https://github.com/smiley1983/aiweb/blob/master/README.md

I should mention that I stopped work on this when it reached a basic level of functionalty, and many planned features have not been implemented yet. For example, matchmaking is completely random at the moment. If you encounter any problems, please feel free to open issues on that repo, though it might be a while before I'm able to look at working on it again.

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

3 participants