Skip to content

Filipedls/Snake_PyData

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Palacing Apples in Snake

Game From

Alexander (Arekkusu304) - http://www.pygame.org/project/3314

Packages

pip install jupyter
pip install pipenv

python3.7

Create a virtual environment

With pipenv

pipenv install
pipenv shell

Without pipenv

virtualenv -p python3.6 venv/
source venv/bin/activate
pip install -r requirements.txt

Setting a jupyter kernel from the virtual env

ipython kernel install --user --name=snake_pydata

Starting the game

python start_snake.py

Exiting the virtual environment

deactivate

About

Palacing Apples in Snake - PyData tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published