项目作者: rexhanh

项目描述 :
Mine sweeper game
高级语言: Swift
项目地址: git://github.com/rexhanh/MineSweeper.git
创建时间: 2020-10-20T23:10:30Z
项目社区:https://github.com/rexhanh/MineSweeper

开源协议:

下载


MineSweeper

My class inspired me to make this game! I wanted to implement this without looking up the game logic and just make this game by observing how the game actually works. I still need Google for some functions for Swift 🤔

Progress

Week 0

I have implemented the grid, and revealing algorithm for the grid correctly (using DFS), but I have not implemented the other functions yet, such as flagging and main game loop.