java好玩的简单代码
何润东和张钧甯演过的电视剧有哪些Java是一种非常流行的编程语言,它有着广泛的应用领域,从企业级应用到移动应用都有它的身影。Java的代码不仅能够实现复杂的功能,还能够带来很多乐趣。在这篇文章中,我将为大家介绍一些好玩的简单Java代码。
1. 猜数字游戏
这是一个简单的猜数字游戏,让玩家猜一个1到100之间的随机数。代码如下:
```
514情人节import java.util.Random;
import java.util.Scanner;
public class GuessNumber {
public static void main(String[] args) {
Random rand = new Random();
int number = Int(100) + 1;
Scanner input = new Scanner(System.in);
System.out.print("猜一个1到100之间的数字:");
int guess = Int();
int count = 1;
while (guess != number) {
if (guess < number) {
System.out.print("猜小了!再试一次:");
} else {
System.out.print("猜大了!再试一次:");
}
guess = Int();
count++;
}
System.out.println("恭喜你,猜对了!你一共猜了" + count + "次。");
}
}
```
2. 黑白棋游戏
这是一个简单的黑白棋游戏,让玩家和电脑对战。代码如下:
```
import java.util.Scanner;
public class Othello {
梵高 星空 public static void main(String[] args) {
char[][] board = new char[8][8];
board[3][3] = 'O';
board[3][4] = 'X';
board[4][3] = 'X';
board[4][4] = 'O';
Scanner input = new Scanner(System.in);
while (true) {
// 打印棋盘
郑州西餐店 for (int i = 0; i < 8; i++) {
for (int j = 0; j < 8; j++) {
System.out.print("|" + board[i][j]);
}
System.out.println("|");
}
// 玩家下棋
System.out.print("请输入你要下的位置(x,y):");
int x = Int();
int y = Int();
board[x][y] = 'X';
// 电脑下棋
System.out.println("轮到电脑下棋了。");
int computerX = (int) (Math.random() * 8);
int computerY = (int) (Math.random() * 8);
board[computerX][computerY] = 'O';
}
}
}
```
3. 迷宫游戏笔记本散热哪个好
这是一个简单的迷宫游戏,让玩家到出口。代码如下:
```
import java.util.Scanner;
public class Maze {
public static void main(String[] args) {
int[][] maze = {
{1, 1, 1, 1, 1},
{1, 0, 0, 0, 1},
{1, 0, 1, 0, 1},
{1, 0, 0, 0, 1},外国人吃中餐
{1, 1, 1, 1, 1}
};
int x = 1, y = 1;
Scanner input = new Scanner(System.in);
while (maze[x][y] != 2) {
// 打印迷宫
for (int i = 0; i < 5; i++) {
for (int j = 0; j < 5; j++) {
if (maze[i][j] == 1) {
System.out.print("# ");
} else if (maze[i][j] == 2) {
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论