Skip to content

ZZY2357/bandship

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

bandship

介绍

军舰游戏

由Python编写

软件架构

bandship
├── LICENSE		        协议
├── README.md	        自述文件
└── src	                源代码
    ├── game.py		    游戏主流程控制
    ├── is_win.py	    判断输赢
    ├── __main__.py	    程序主入口
    ├── make_grid.py	操作二维数组及游戏地图
    ├── render.py	    渲染二维数组
    └── think_user.py	操作用户输入

安装

git clone https://github.com/ZZY2357/bandship.git && cd bandship
cd src
python3 __main__.py

待办

  • 添加颜色标记
  • 完善字符画

参与贡献