Java斗地主--index1 (0801)
创始人
2024-11-11 13:39:24
0

今天遇到一个很有意思的游戏–斗地主,那么下面就开始实现斗地主啦!!!

package Demo_YY;  public class PockerIndex {   public static void main(String[] args) {     start();   }    public static void start(){     String pocker[] = new String[54];     String colors[] = {"♠","♣","♥","♦"};     String nums[] = {"3","4","5","6","7","8","9","10","J","Q","K","A","2"};      int index = 0;     for (int i = 0; i < nums.length; i++){       for (int j = 0; j < colors.length; j++){         pocker[index++] = colors[j] + nums[i];       }     }  //    大小王🃏🂿     pocker[index++] ="\uD83C\uDCCF";     pocker[index] ="\uD83C\uDCBF"; //    看牌     for (int i = 0; i < pocker.length; i++){       System.out.print(pocker[i]+"\t");       if((i+1) % 4 == 0 )       {         System.out.println();       }     }    } } 

请添加图片描述

  int index = 0;     for (int i = 0; i < colors.length; i++){       for (int j = 0; j < nums.length; j++){         pocker[index++] = colors[i] + nums[j];       }     } 

修改了这里之后发现什么了呢?就是顺序不一样而已啦!
请添加图片描述
这里只是存储了54张牌,下面我们开始洗牌啦!

package Demo_YY;  public class PockerIndex {  public static void main(String[] args) {    start();  }   public static void start(){    String pocker[] = new String[54];    String colors[] = {"♠","♣","♥","♦"};    String nums[] = {"3","4","5","6","7","8","9","10","J","Q","K","A","2"};     int index = 0;    for (int i = 0; i < nums.length; i++){      for (int j = 0; j < colors.length; j++){        pocker[index++] = colors[j] + nums[i];      }    }  //    大小王🃏🂿    pocker[index++] ="\uD83C\uDCCF";    pocker[index] ="\uD83C\uDCBF";    System.out.println("\t\t\t看牌"); //    看牌    for (int i = 0; i < pocker.length; i++){      System.out.print(pocker[i]+"\t");      if((i+1) % 8 == 0 )      {        System.out.println();      }    }    System.out.println();    System.out.println(); //    洗牌    for(int i = 0; i < pocker.length; i++){      int index1 = (int)(Math.random()*pocker.length);      int index2 = (int)(Math.random()*pocker.length);      String temp = pocker[index1];      pocker[index1] = pocker[index2];      pocker[index2] = temp;    }    System.out.println("\t\t\t洗牌后\t\t");    for (int i = 0; i < pocker.length; i++){      System.out.print(pocker[i]+"\t");      if((i+1) % 8 == 0 )      {        System.out.println();      }    }    }   }  

请添加图片描述
完结,moyu_ing

相关内容

热门资讯

专业辅助!微乐小程序自建房插件... 《专业辅助!微乐小程序自建房插件免费,微信边锋辅助工具(起初是真的有挂)》 微乐小程序自建房插件免费...
玩家必看教程!微乐陕西小程序破... 玩家必看教程!微乐陕西小程序破解器下载(开挂辅助教程)一直有透视经验1、每一步都需要思考,不同水平的...
推荐辅助!2025微乐小程序黑... 推荐辅助!2025微乐小程序黑科技,微信多乐辅助(一向有挂);推荐辅助!2025微乐小程序黑科技,微...
实测揭晓!潮汕潮汕娱脚本(揭露... 实测揭晓!潮汕潮汕娱脚本(揭露辅助神器)切实有透视教材1、打开软件启动之后找到中间准星的标志长按。2...
专业辅助!微乐小程序黑科技下载... 专业辅助!微乐小程序黑科技下载ios,蜀山四川破解版安卓版(一贯是真的有挂);1、很好的微乐小程序黑...
分享开挂内幕!微信广东雀神挂件... 分享开挂内幕!微信广东雀神挂件辅助(解迷辅助软件)总是有透视窍门1、下载好微信广东雀神挂件辅助脚本下...
发现辅助!微乐小程序辅助脚本,... 发现辅助!微乐小程序辅助脚本,广西老友麻将有挂吗(确实有挂),微乐小程序辅助脚本是用手机号来登录游戏...
揭秘真相!凑一桌游戏关春天辅助... 揭秘真相!凑一桌游戏关春天辅助(解谜辅助app)果然有透视窍门1、凑一桌游戏关春天辅助模拟器是什么优...
专业辅助!微乐小程序黑科技下载... 专业辅助!微乐小程序黑科技下载ios,微信牵手跑辅助下载(确实存在有挂);最新版2026是一款经典耐...
今日头条!卡农血拼辅助(必备辅... 今日头条!卡农血拼辅助(必备辅助攻略)原来有透视手筋亲,关键说明,卡农血拼辅助透视脚本安卓赛季回归,...