Run Man Run is a simple 2D game developed using JavaScript, HTML, and CSS. In this game, players control a character to jump and avoid obstacles while trying to achieve the highest score possible.
- Responsive Controls: Use arrow keys for movement and special keys for invincibility.
- Collision Detection: Real-time checks to determine collisions with obstacles.
- Score Tracking: Incremental scoring system with dynamic difficulty.
Game link:- https://aniket-gupta31.github.io/RunManRun/
Special thanks to Code with Harry for providing excellent tutorials that guided me through the game development process!