Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.47 KB

File metadata and controls

24 lines (17 loc) · 1.47 KB

MemoryGame

Memory game for applying the object-oriented programming paradigm

Structure Foulder:

├── dist                       # contains the minimized version of the source code
│   ├── MemoryGame.jar           # executable file
├── doc                        # documentation on the use of the project
├── src                        # source
│   ├── assets                   # all imagens used    
│   ├── Controller               # game controllers 
│   ├── model                    # game models
│   ├── view                     # game screens
│   ├── MemoryGame.java          # main java file to run game 
│   

Screenshots

Options Init Game Finish Game
options init ended