In order to update an existing Git submodule execute: (You might need permissions from Owner to get submodules)
git submodule update --remote --merge
Word guessing game.
Notes | Code | Diagrams | xcodeproj |
---|---|---|---|
- 1. Build the Interface
- 2. Layout in Storyboard
- 3. Create Outlets and Actions
- 4. Beginning a Game
- 5. Define Words and Turns
- 6. Define Number of Winds and Losses
- 7. Begin first round
- 8. Update Game State
- 9. Extract Button Title
- 10. Guess Letter
- 11. Create Revealed Word
- 12. Handle a Win Or Loss
- 13. Re-enable Buttons and Fix Crash
- 14. Wrapup
- 15. Streth Goals