Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuangcp committed Jul 7, 2024
1 parent d259e35 commit 7d08ead
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 15 deletions.
14 changes: 9 additions & 5 deletions gui/Readme.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# GUI

gradle tank run -x test 直接运行
## [Tank](/gui/src/main/java/com/github/kuangcp/tank)

gradle tank -x test 打包坦克游戏
gradle note -x test 打包记事本
gradle virus -x test 打包病毒模拟
gradle calc -x test 打包计算器
> like `Tank 1990`
mvn clean package -P tank

![](/gui/src/doc/tank/main.png)

![](/gui/src/doc/tank/phone.png)

## GTK

> [java-gnome](http://java-gnome.sourceforge.net/README.html)
[idea ui designer](https://www.youtube.com/watch?v=whF_Qm1epQ8)`javafx ui-designer`
10 changes: 0 additions & 10 deletions gui/src/main/java/com/github/kuangcp/tank/Readme.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
# Tank

> like `Tank 1990`
1. build: `mvn clean package -P tank`

![](/gui/src/doc/tank/main.png)

![](/gui/src/doc/tank/phone.png)

## 2024-07-07 17:30:30

- 新增:网页Ws协议控制玩家坦克,模拟手柄交互
Expand Down

0 comments on commit 7d08ead

Please sign in to comment.