Skip to content

irulenot/Blob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blob

Local Installation

For this project you must have python3 and pip3 installed. For OSX this means

brew install python3

Then, install project dependencies

pip3 install -r requirements.txt

Finally, run with

python3 game/Blob.py

Virtual Environment

Create my conda environment Blob

conda env create -f venv.yaml

Then, activate Blob in order to use it

source activate Blob

Finally, run with

python game/Blob.py

About

Simple game using ML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages