Memory game for applying the object-oriented programming paradigm
├── 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
│
Options | Init Game | Finish Game |
---|---|---|