Skip to content

juyoungkorea/autofpop

 
 

Repository files navigation

Build Status

Auto solver for friends pop

Prerequisites

  • adb
  • python 2.7 and related libraries (See requirements.txt)
  • keras (edge version for this commit)
  • tensorflow

Setup (on Mac)

Install adb

$ brew install android-platform-tools

Install conda with python 2.7

$ wget https://repo.continuum.io/miniconda/Miniconda-latest-MacOSX-x86_64.sh
$ bash Miniconda-latest-MacOSX-x86_64.sh
$ rm Miniconda-latest-MacOSX-x86_64.sh

Install requirements with conda

$ conda install -y --file requirements.txt

Install TensorFlow

TODO: description

Install Keras

edge version for this commit

TODO: description

TODO: description for setting ~/.keras/keras.json

Usage

  • Make model
$ python -m autofpop.make_model # Models are stored at model/
  • Run Friends pop
  • Start the target stage
  • Execute the program like blow
$ python test_friendspop.py
  • Repeat
    • Wait for the result
    • Do just like the result
    • Close the result window

Test

$ nosetests

Files to check

  • autofpop/andlib.py
  • autofpop/ScreenReader.py
  • autofpop/recognition.py
  • autofpop/friendspop.py
  • tests/test_friendspop.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 85.8%
  • Python 14.1%
  • Other 0.1%