https://github.com/sleekpanther/sorry-game
https://github.com/sleekpanther/sorry-game
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sleekpanther/sorry-game
- Owner: SleekPanther
- Created: 2018-03-01T19:52:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-26T14:03:19.000Z (over 7 years ago)
- Last Synced: 2025-01-15T13:08:04.772Z (9 months ago)
- Language: Java
- Size: 205 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sorry
This was a group project for a software engineering class with the goal of replicating the board game [Sorry](https://en.wikipedia.org/wiki/Sorry!_(game)). But we weren't able to complete everything we wanted on time. There are some parts of the rules that we didn't enforce but overall the game is playable and shouldn't have many major bugs.
Omitted due to time constraints:
- Cards with choices, 7 card splitting moves, or the 10 card (forward 10 back 1), 11 card, sorry card for computers
- Saving/resuming games
- Animations for computer moves would not work (hence the presence of "Previous move" since all move at once)
- Sometimes Yellow as a Human player can't move onto the last square before home (don't know why so don't choose yellow)If you need help with gameplay, refer to the help screen.