Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 542 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 542 Bytes

PyBubbleShooter

A python implementation of BubbleShooter Game

Demo

pybubbleshooter_demo

Requirements

  • Python 3.8
  • pygame 1.19.2

Environment

  • Windows10

Usage

  • Execute a command below on the command line.
>>>python pybubble_shooter.py 

Controls:

  • Press right arrow key to move a bullet course line to the right.
  • Press left arrow key to move a bullet course line to the left.
  • Press space key to shoot.