-
Notifications
You must be signed in to change notification settings - Fork 0
Project structure
Dias edited this page Feb 22, 2023
·
3 revisions
In this wiki we will simple explain the structure of this project. I am following a MVC structure.
This folder is to store the databases we will use. For now we only can store on:
- csv files
- json files
This is where all our games are, each of them independent but all inherited from a Game class

This is our controller, where we gonna use the basic logic to make our program to function. We will use a settings file so we can store constant variables where it will be easier for a later use change different settings from our program, for example our Database.