Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joalbright/Gameboard
Gameboards built in a playground
https://github.com/joalbright/Gameboard
Last synced: 2 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-05-24T17:21:35.000Z (over 2 years ago)
- Last Synced: 2024-08-04T00:06:10.936Z (6 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
[![Checkers](./images/checkers_sm.png?raw=true)](RM_Checkers.md)
[![Chess](./images/chess_sm.png?raw=true)](RM_Chess.md)
[![Go](./images/go_sm.png?raw=true)](RM_Go.md)
[![Minesweeper](./images/minesweeper_sm.png?raw=true)](RM_Minesweeper.md)
[![Sudoku](./images/sudoku_sm.png?raw=true)](RM_Sudoku.md)
[![TicTacToe](./images/tictactoe_sm.png?raw=true)](RM_TicTacToe.md)