Skip to content

conzikool10/python-libsnake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

python-libsnake

A small snake game library for Python x Pygame.

requirements:

pygame module.

usage

place snake.py and food.py in the same directory as your insertnameofyourmainpyfilehere.py then add these three lines to the top of your file:

import pygame
from snake import *
from food import *

Documentation

Go to the Wiki page.

About

A small snake library for Python x Pygame

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages