Code Monkey home page Code Monkey logo

keyword-captain's Introduction

Keyword Captain

Bot to play Boggle-style word games. This currently includes:

  • Scrabble Boggle (worldwinner.com)

Scrabble Boggle demo video

And could be extended to also include:

  • Keyword (royalgames.com)

Disclaimer

  1. The developer(s) are not in any way associated with the games this bot is suggested to be an application for.

  2. This software is intended for entertainment purposes only. Using it may violate terms of service on various game sites.

  3. Those who have developed this software are not responsible for how you use it. Use at your own risk.

Setup

This was developed with the Python 3 variant of Anaconda. That can be obtained and installed from here.

After that, from the command line you should be able to...

# Go into the main directory of the repo
cd /keyword-captain

# Install the requirements using the conda package manager
# (Here they'd be installed to an environment called 'myenv')
conda create -n myenv --file package-list.txt

# Switch to 'myenv'... below is Linux and MacOS/OS X
source activate myenv
# Or Windows...
activate myenv

# Now you can pull up a Scrabble Boggle window, run this alongside
python src/runScrabbleBoggle.py

# When you want to halt the bot, get your cursor into the upper
# left hand corner of the screen and it'll throw an exception

# When you're done, deactivate to get out of that env
source deactivate
# Or on Windows just
deactivate

keyword-captain's People

Contributors

gingeleski avatar

Watchers

 avatar  avatar  avatar

keyword-captain's Issues

I believe my Windows 10 version doesn't have group policy options

So, I've been doing some experimenting, and I decided I would put my old laptop with windows 7 back together again. I followed all the steps, ran the tests, run scrabbleboggle and voila! Everything worked, the only thing is the processor on my laptop is so slow that the program will only find 10 words and then freeze. That's 1000% progress in my opinion so I'm very happy to know that the program still works!

So I did some more research and when I use the command gpedit.msc on my laptop with Windows 10 there is nothing there. Only thing I can find is Local Group Policy. I keep hearing that group policy editor is only available in the pro version. I think it's the issue because I have windows 7 ultimate on the not so good laptop and I can run the program with no problem except the freezing issue. Any thoughts?

I forgot to mention that the pyatugui wouldn't install and the test files kept getting 'file not found error'.

I know you are a busy man so I don't expect you to respond, just wanted to inform you. I also provided a screenshot of everything I did. Be blessed and thanks for resurrecting an old post for me :)
screenshot 2017-04-12 23 05 03

I keep getting a 'PackageNotFoundError' error.

I open up powershell, I use the cd command to get to the folder that keyword captain master is located, which is on my desktop. Once I get to the "conda create..." step, all I receive is a 'PackageNotFoundError...', message. I've tried running Powershell as adminastrator, I tried to "Unblock" each file individually, as I figure windows was blocking the files since it keeps saying "these files came from another computer" or something like that.

I am posting a screenshot so you can see what it going on. Any help is appreciated, thanks.

screenshot 2017-03-27 22 33 53

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.