2018-11-22|2018-11-22 游戏平台(二)
代码
int count = 0;
string answer = "";
int i = 0;
for (i = 1;
i <= 5;
i++)
{
Console.Write("继续玩下一局吗?(y/n)");
answer = Console.ReadLine();
if (answer == "n")
{
Console.Write("您已经中途退出程序了");
i--;
}
else if (answer == "y")
{
Console.Write("您正在玩第{0}局,成绩为:", i);
int score = Convert.ToInt32(Console.ReadLine());
if (score > 80)
{
count++;
}}
else
{
Console.WriteLine("输入有误,请重新输入!");
}
}
if (i >= 5)
{
double rate = count / 5;
if (rate > 0.8)
{
Console.WriteLine("恭喜,通过一级");
}
else if (rate > 0.6)
{
Console.WriteLine("恭喜,通过二级");
}
else
{
Console.WriteLine("\n对不起,你未能晋级,继续加油吧~");
}
}
else
{
Console.WriteLine("对不起,你没有完成游戏,不能晋级,继续加油努力");
}
Console.WriteLine("游戏结束!");
【2018-11-22|2018-11-22 游戏平台(二)】效果
文章图片
image.png
推荐阅读
- 游戏IP(立足于玩家情感的粉丝经济)
- 基于微信小程序带后端ssm接口小区物业管理平台设计
- 人生游戏--是游戏,还是人生()
- 「按键精灵安卓版」关于全分辨率脚本的一些理解(非游戏app)
- (小说)月流水几亿的火爆游戏养成记
- 游戏治愈了我无聊之症
- 生活与游戏日记(第182篇)(〔成长瞬间〕关注解决问题2019.10)
- 内容平台做电商的三个优势
- 我妈让我不要玩游戏多做点事
- 区块链开发平台(以太坊)