X Tutup
The Wayback Machine - https://web.archive.org/web/20201201165159/https://github.com/topics/model-view-controller
Skip to content
#

model-view-controller

The term MVC stands for Model-View-Controller. MVC is a software design pattern that separates an application's logic according to responsibilities: the model manages the application's data structure, the view manages how information is represented in the user interface, and the controller accepts input and dispatches commands to the model and the view.

Here are 178 public repositories matching this topic...

💣 An object-oriented clone of the famous Windows game Minesweeper made in Java-Swing Framework following the Model View Controller (MVC) Architecture. Its a stand-alone desktop game which also provides save and load game functionalities.

  • Updated Sep 14, 2020
  • Java
Wikipedia
Wikipedia
You can’t perform that action at this time.
X Tutup