https://github.com/formtrix/cs-230_portfolio
Backend prototype: using singleton design pattern
https://github.com/formtrix/cs-230_portfolio
java
Last synced: 3 months ago
JSON representation
Backend prototype: using singleton design pattern
- Host: GitHub
- URL: https://github.com/formtrix/cs-230_portfolio
- Owner: Formtrix
- Created: 2021-12-20T01:15:56.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-27T14:07:05.000Z (about 1 year ago)
- Last Synced: 2025-02-16T06:23:52.929Z (3 months ago)
- Topics: java
- Language: Java
- Homepage:
- Size: 932 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CS-230-Portfolio
Projects from CS-230 Programming Languages.
## [Project - Draw It or Lose It](https://github.com/kennedy-u/CS-230_Portfolio/tree/master/Project%20-%20Draw%20It%20or%20Lose%20It/src/com/gamingroom)
The application is a backend prototype for storing unique instances for a guessing game written in Java.
The singleton design pattern, iterator pattern, and inheritance was used building this project.
- [Software Design Document](https://github.com/kennedy-u/CS-230_Portfolio/blob/master/docs/CS%20230%20Project%20Software%20Design.pdf)