From c161eb040cb0e45b53dbcdef75258b1c48cf3fba Mon Sep 17 00:00:00 2001 From: struct_cym Date: Sat, 11 Sep 2021 13:50:38 +0800 Subject: [PATCH] Update game.cpp --- game.cpp | 195 ++++++++++++++++++++----------------------------------- 1 file changed, 72 insertions(+), 123 deletions(-) diff --git a/game.cpp b/game.cpp index 88105e0..0c1a03e 100644 --- a/game.cpp +++ b/game.cpp @@ -9,6 +9,16 @@ board: 一些选项 有重要的变量 option:通用选择 + +游戏说明: + +此游戏包含很多玩法 +有迷宫,技能,等级制,战斗等等 + +可以自由去探索 + + + */ #include @@ -475,7 +485,7 @@ void huo(){ cout<<"恭喜你获得了 炎溶石 "<> n; - if(n == 1) - { + if(n == 1){ ten(); } - else if(n == 2) - { + else if(n == 2){ eleven(); } - else if(n == 3) - { + else if(n == 3){ twelve(); } - else if(n == 4) - { + else if(n == 4){ thirteen(); } - else if(n == 5) - { + else if(n == 5){ forteen(); } } -- GitLab