Skip to content

Project structure

Dias edited this page Feb 22, 2023 · 3 revisions

Folders

In this wiki we will simple explain the structure of this project. I am following a MVC structure.

Model

This folder is to store the databases we will use. For now we only can store on:

  • csv files
  • json files

Games

This is where all our games are, each of them independent but all inherited from a Game class

Main

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.

Clone this wiki locally