Skip to content

kissdata/monopoly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

monopoly

大富翁(大二C++课程改)

introduce go version

项目结构

├── build
├── cmd
│   └── monopoly     # 程序main
├── configs          # 配置
│   ├── player.txt      # 玩家信息
│   └── config.json     # 图形界面配置
├── internal
│   ├── assets       # 图片和音频资源
│   ...
│   └── main.go      # 正式代码
├── go.mod
...
└── README.md

安装和使用

Reference

[1] SDL第4讲 Renderer 2017.4

Releases

No releases published

Languages