计算机游戏编程的一些知识 #give ammo 3 "Here's your ammo... Happy hunting!" #end :bt 选择第二项:购买火把 #take gems 1 ca #give torches 1 "Here's your torch..." #end :bx 选择第三项:提出忠告 "It is whispered that soon if we all call the tune, then the piper will lead us to reason.
package caiquan; import java.util.Scanner; public class Person { String name; int score; /** * @param args */ public int showFist(){ System.out.println("请猜拳 (1-剪刀,2-石头,3-布(请选择:))"); Scanner in=new Scanner(System.in); int show=in.nextInt(); switch(sh