/MemoryGame

Memory game for applying the object-oriented programming paradigm

Primary LanguageJava

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