-
Notifications
You must be signed in to change notification settings - Fork 0
Project Struture
aniketchavan2211 edited this page Jan 14, 2026
·
1 revision
The project is organized into modular Rust source files:
-
main.rsβ entry point -
app.rsβ main loop + terminal handling -
game.rsβ game rules + state -
ui.rsβ UI rendering -
config.rsβ constants
This modular layout makes it easier to: β add features β fix bugs β collaborate cleanly β test game logic independently
π¦ Built with Rust Β· π« Russian Roulette (TUI) Β· MIT License