当前位置:  开发笔记 > 编程语言 > 正文

我正在尝试制作基于控制台的战舰游戏,但我不知道如何设置船只

如何解决《我正在尝试制作基于控制台的战舰游戏,但我不知道如何设置船只》经验,为你挑选了1个好方法。



1> Aseem Bansal..:

基本上你不知道如何再次生成随机数.只需使用下面的内容

while(true) {
     //generate random number here
     if (can place battleship) {
          place battleship
          break //placed battleship so no need to retry. stop retrying
     }
     //else we will loop till we can place the battleship
}

推荐阅读
重庆制造漫画社
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有