mvc
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 14 public repositories matching this topic...
A fast and lightweight php mvc framework written in C, built in php extension. ⚡
- Updated
Jul 24, 2022 - C
Sales Management Service - C/Java (University Project)
- Updated
Jul 27, 2020 - C
Videojuego creado para la materia Taller de Programación I
- Updated
Aug 23, 2015 - C
Trabalho final de algorítimo | verificador de símios
- Updated
Jul 21, 2022 - C
Server-side functionalities repository
- Updated
Apr 10, 2024 - C
Implementation of games from Brickgame using MVC pattern
- Updated
Dec 12, 2024 - C
A domino game made in C for two players on the same computer
- Updated
Oct 11, 2021 - C
Game Framework MVC architecture
- Updated
Mar 20, 2017 - C
A tiny game about remembering the positition of a same letter in a board
- Updated
Oct 7, 2021 - C
- Followers
- 240 followers
- Website
- github.com/topics/mvc
- Wikipedia
- Wikipedia