Skip to content

wouterrvdb/ForcePush

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ForcePush

Entry for Github Game Off 2018

Development

Windows

Getting started

  • clone this repo
  • install Anaconda https://www.anaconda.com/download/ for Python 3.7 version
  • open an Anaconda Prompt
  • cd to this repo's directory
  • create a new virtual environment: conda create -n ForcePush python=3.7.1 anaconda
  • activate the virtual environment: conda activate ForcePush
  • install requirements: pip install -r requirements.txt
  • setup this module: python setup.py install

Running the code

run: python forcepush/core.py

About

Game for Game Off 2018

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5