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

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

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)