Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 959 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 959 Bytes

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