A beautiful 2D platformer game built with Pygame, telling the story of Ishani and Ritvik.
You can play the game directly in your browser at: [Game URL will be here after deployment]
- Left/Right Arrow Keys: Move
- Space: Jump
- Reset Button: Start over
- Install dependencies:
pip install -r requirements.txt- Run the game locally:
python main.pyTo build for web deployment:
pip install pygbag
pygbag main.pyThe game is automatically deployed to GitHub Pages when changes are pushed to the main branch.