Skip to content

wmai/game_of_sperm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Game of Sperm

Population reproduction simulator inspired by the Paper.js “tadpoles” example.

Bootstrapping

# Clone the repository
git clone https://github.com/wmai/game_of_sperm.git
cd game_of_sperm

# Install JavaScript dependencies
cd app/static/js
npm install

# Setup virtualenv (for Mac OS X. For other systems, see : http://flask.pocoo.org/docs/0.12/installation/)
cd ../../../
sudo pip install virtualenv
virtualenv venv
. venv/bin/activate

# Install Flask
pip install Flask

# Run the flask server
FLASK_APP=app/app.py FLASK_DEBUG=1 flask run

Screenshots

capture 0 capture 1 capture 2

About

Population reproduction simulator inspired by the Paper.js “tadpoles” example.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published