Skip to content

Memory game for applying the object-oriented programming paradigm

Notifications You must be signed in to change notification settings

lucianobajr/MemoryGame

 
 

Repository files navigation

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

About

Memory game for applying the object-oriented programming paradigm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%