MATLAB code of game mine clearance / 扫雷
File | Usage |
---|---|
mine_clearance.m | main function of game |
mine_clearance.fig | GUI |
mine_clearance_assistan.m | find neighbour |
mine_clearance_export.m | export file |
Open and run mine_clearance.m
- Typing
GUIDE
in the matlab command line, to open matlab GUI editor. - Edit callback functions on
mine_clearance.m
- Export to united file using
GUIDE