A retro-styled game built with Rust and Tetra, featuring a MacOS-inspired verbose boot sequence and a MacOS 9 style login screen.
- Verbose Boot Screen: Simulates a scrolling text boot sequence.
- MacOS 9 Login: A login screen styled after the classic Mac OS 9 interface.
- Functional username and password fields.
- Tab navigation between fields.
- "Log in" button (press Enter or click).
- Desktop: A placeholder desktop environment after login.
- Typing: Enter text in the active field.
- Tab: Switch between Username and Password fields.
- Enter: Submit login.
- Escape: Quit the game.
Ensure you have Rust installed.
cargo run- Tetra - A simple 2D game engine for Rust.