This is a Rust-based game using the Tetra engine, simulating an old MS-DOS environment.
- BIOS Boot Screen: Simulates an old Award BIOS boot sequence with memory check and drive detection.
- MS-DOS Boot: Simulates the MS-DOS startup sequence with
AUTOEXEC.BATcommands. - Menu: A classic MS-DOS style blue menu.
- Rust (latest stable)
- SDL2 libraries (Tetra dependency)
cargo run- Menu: Use Up/Down arrow keys to navigate.
- The game uses a system font copied to
resources/DOS_font.ttf. If the text looks weird or doesn't load, you might need to provide a proper DOS VGA font file at that location.