Skip to content

Latest commit

 

History

History

Dodgy Walls

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Dodgy Walls

forthebadge forthebadge forthebadge

Dodgy Walls is a simple endless hypercasual arcade game made with pygame.

Alt text

How to Download

Download this project from here Download Dodgy Walls

Requirements

Use the package manager pip to install following packages :-

  • Pygame
pip install pygame

pygame is already installed in pydroid3, no installation required.

Usage

Navigate and click main.py to open the game, click anywhere to start the game. The objective of the game is to create high score by collecting white balls without touching the incoming bars/walls.

Controls:

  • Tap anywhere to change the direction.
  • 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.