Skip to content

LauKr/TabbyBirds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vulnerabilities Codacy Badge

Tabby Birds

Description

A small flappy bird game written in python.

Requirements

The needed modules can be installed with python -m pip install -r requirements.txt.

For detailed requirements see requirements.txt.

To run the script python 3.6 as well as the following modules are needed:

  • pygame
  • pygame_menu
  • neat

and the standard modules

  • time
  • os
  • random
  • configparser
  • datetime
  • sqlite3

Running the game

To run the game simply use the tabby_birds.py script: python tabby_birds.py

About

Small flappy bird implementation in python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages