https://github.com/thbaylson/chessmeister
The game Chess. Supports CLI and GUI.
https://github.com/thbaylson/chessmeister
abstraction chess-game command-line-interface design-patterns graphical-user-interface interface-design java momento-pattern observer-pattern
Last synced: 12 months ago
JSON representation
The game Chess. Supports CLI and GUI.
- Host: GitHub
- URL: https://github.com/thbaylson/chessmeister
- Owner: thbaylson
- Created: 2020-12-03T17:29:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-03T18:34:33.000Z (over 5 years ago)
- Last Synced: 2025-01-28T18:19:10.830Z (about 1 year ago)
- Topics: abstraction, chess-game, command-line-interface, design-patterns, graphical-user-interface, interface-design, java, momento-pattern, observer-pattern
- Language: Java
- Homepage:
- Size: 876 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chess-Meister
Author: Tyler Baylson
Author: Caleb Tupone
Author: Dillon Ramsey
# Description
A working chess software. Supports CLI as well as GUI implementations. Design features include abstraction with interfaces, observer design pattern, and momento design pattern.
# Usage
java src.Driver
Program will prompt at start if you wish to continue in command line or switch to GUI