added pre-game text blobs

This commit is contained in:
Christopher
2023-03-04 21:36:29 +13:00
parent f5bcacb399
commit 217e76071b

View File

@@ -1,6 +1,7 @@
use crate::model::{Galaxy, Pos, SectorStatus, Enterprise, systems};
pub mod prompts {
pub const INSTRUCTIONS: &str = "Do you need instructions";
pub const COURSE: &str = "Course (1-9)?";
pub const TORPEDO_COURSE: &str = "Photon torpedo course (1-9)?";
pub const SHIELDS: &str = "Number of units to shields";
@@ -15,6 +16,38 @@ pub mod prompts {
}
}
pub fn title() {
println!("
*************************************
* *
* *
* * * SUPER STAR TREK * * *
* *
* *
*************************************
");
}
pub fn full_instructions() {
println!(
" INSTRUCTIONS FOR 'SUPER STAR TREK'