A retro 80s-themed space shuttle landing game. Originally a terminal-based Python script, now migrated to a smooth, high-performance web application.
- FastAPI Backend: Serves the application and assets.
- 60FPS Web Engine: High-performance physics ported to JavaScript.
- Retro CRT Aesthetic: Scanlines, screen flicker, and phosphor glow effects.
- MIT Licensed: Open source and free to use.
-
Install Dependencies:
pip install -r requirements.txt
-
Run the Game:
./run.sh
-
Play: Open http://localhost:8000 in your browser.
- Arrow Up/Down: Adjust vertical thrust.
- Arrow Left/Right: Adjust horizontal thrust.
- R: Restart game (after a crash or landing).
This project is licensed under the MIT License - see the LICENSE file for details.