Newton's Lab Escape is a fun physics-based platformer game built with Python and Pygame.
Guide the mouse through multiple lab levels, collect items, and avoid falling hazards!
- Multiple levels with increasing difficulty
- Unique hazards for each level (bulbs, beakers, death beakers)
- Collectibles change each level (cheese, newspapers, bags)
- Pixel-style fonts for retro game feel
- Replayable with varied challenges
- All the sprites and UI elements were hand-drawn by me. All 3 level backgrounds were generated using AI for prototyping purposes. All assets are used for educational and non-commercial purposes.
- Font: Minecraft.ttf (used for in-game text), Author/Source: Unknown / Minecraft Font, License: Not provided with the file.
- Install Python 3.12+
- Install Pygame:
pip install pygame - Run the game:
python main.py
Wajiha Tasaduq (GitHub: codeWace)