Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

HyperTiles Dash

forthebadge forthebadge forthebadge

HyperTiles Dash is a simple endless target based hypercasual arcade game made with pygame.

Alt text

How to Download

Download this project from here Download HyperTiles Dash

Requirements

Use the package manager pip to install following packages :-

  • Pygame
pip install pygame

Usage

Navigate and click main.py to open the game, tap anywhere to start the game. The objective of the game is to earn scores by reaching the target tiles. There are 3 types of tiles in the game
1> Target Tiles : you have to go to these tiles in order to get scores
2> Deadly tiles : go here & die
3> Normal Tiles : go here & create a new deadly tile

Don't collide with rotating circles

Controls:

  • Tap anywhere to go for the tile.
  • 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.