https://github.com/joalbright/Gameboard
Gameboards built in a playground
https://github.com/joalbright/Gameboard
Last synced: 5 months ago
JSON representation
Gameboards built in a playground
- Host: GitHub
- URL: https://github.com/joalbright/Gameboard
- Owner: joalbright
- License: apache-2.0
- Created: 2016-01-30T16:07:56.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-05-24T17:21:35.000Z (almost 3 years ago)
- Last Synced: 2024-08-04T00:06:10.936Z (8 months ago)
- Language: Swift
- Size: 1.14 MB
- Stars: 183
- Watchers: 9
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-Swift-Playgrounds - Game Boards - Chess, checkers, tic-tac-toe, sudoku and many others in playground. 🌟 ⏳ (Miscellaneous / SpriteKit)
README
# Gameboard
Gameboards built in a playground
### Games
*Links send you to the readme for each game.*
- [x] [Checkers](RM_Checkers.md)
- [x] [Chess](RM_Chess.md)
- [x] [Go](RM_Go.md)
- [ ] Mancala
- [x] [MineSweeper](RM_Minesweeper.md)
- [x] [Sudoku](RM_Sudoku.md)
- [x] [TicTacToe](RM_TicTacToe.md)### Features
- [x] Switch Player Per Turn
- [x] Coordinate System
- [x] Ability to Reset
- [x] Available Moves : *hint system*
- [x] Custom Colors
- [ ] Piece Collection
- [ ] Time Control : *timer for moves*
- [ ] Simple Move AI : *need a friend?*### Overall Validation
- [x] Stop friendly fire : *checks if target piece is yours*
- [x] Only play on your turn : *checks against pieces for player*
- [x] No piece available : *checks for no piece*
- [x] Off the board : *checks if target square is on board*### Images
[](RM_Checkers.md)
[](RM_Chess.md)
[](RM_Go.md)
[](RM_Minesweeper.md)
[](RM_Sudoku.md)
[](RM_TicTacToe.md)