# Minesweeper **Repository Path**: yseternal/Minesweeper ## Basic Information - **Project Name**: Minesweeper - **Description**: Minesweeper game for IOS. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2014-08-07 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1. How to clone the project ? git init git clone https://github.com/dongxuan/Freecell git remote add freecell https://github.com/dongxuan/Freecell git fetch freecell 2. How to work ? step1: update your code git fetch freecell git merge freecell/master step2: modfiy your code step3: commit your code git add . git commit -m "commit message" step4: push your commit to github. git push origin master 3. This modified by tangb 4.t update bu zhouzzo