https://github.com/danijelloc/chess3d
Unity3D Chess Game
https://github.com/danijelloc/chess3d
chess-game command-pattern unity unity3d
Last synced: about 6 hours ago
JSON representation
Unity3D Chess Game
- Host: GitHub
- URL: https://github.com/danijelloc/chess3d
- Owner: danijelLoc
- License: mit
- Created: 2022-05-08T16:37:36.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-22T22:14:47.000Z (almost 2 years ago)
- Last Synced: 2025-10-25T08:27:58.036Z (9 months ago)
- Topics: chess-game, command-pattern, unity, unity3d
- Language: C#
- Homepage:
- Size: 4.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chess3D
Work In Progress, game features still in development.

Unity3D chess board game implemented using the following design patterns:
- Command Design Pattern => Undo and redo functionality
- Model-View-Controller Architecture => Modularity of layers
- SOLID Principles
- - Single Responsibility
- - Open Closed Principle
- - Liskov Substitution
- - Interface Segregation
- - Dependency Inversion