Dodgy Walls is a simple endless hypercasual arcade game made with pygame.
Download this project from here Download Dodgy Walls
Use the package manager pip to install following packages :-
- Pygame
pip install pygame
pygame is already installed in pydroid3, no installation required.
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
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.