A "Flappy Bird" clone with a political twist, where the player (a Democrat) has to avoid Republican-themed obstacles.
- Simply open
index.html
in any modern web browser to start the game. - Press the Space key or tap the screen (on mobile devices) to make the character flap.
- Avoid hitting the politically-themed obstacles.
- Try to achieve the highest score possible!
The game works without any external assets, using fallback colored rectangles for all game elements. However, for a more personalized experience, you can add the following images to the assets
folder:
player-normal.png
- Default face/character imageplayer-flap.png
- Face/character when flappingplayer-hit.png
- Face/character when hitting an obstacleobstacle-maga.png
- MAGA-themed obstacleobstacle-trump.png
- Trump-themed obstacleobstacle-republican.png
- Republican-themed obstacle
You can use any images you like for these, just make sure they're named correctly and placed in the assets
folder.
The game is built with pure HTML, CSS, and JavaScript - no external libraries or frameworks required.
To modify the game:
- Edit
game.js
to change game logic - Edit
styles.css
to change the appearance - Edit
index.html
to change the structure
This project is created for fun and educational purposes.