An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Chess3D

Work In Progress, game features still in development.

Screenshot

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