Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 819 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 819 Bytes

Phantoms

forthebadge

Phantoms is my small platformer game made with pygame. The game uses tile-based physics, along with side-scrolling and parallax animations.

image

Quick Start

cd Phantoms
python main.py

Requirements

  • Pygame
pip install pygame

Usage

Controls:

  • Left arrow key to go left
  • Right arrow key to go right
  • Up arrow key to jump
  • G to throw grenade
  • press ESC to escape the game

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.