Skip to content
Snippets Groups Projects
Commit 10695731 authored by Magnus Segtnan Skjølberg's avatar Magnus Segtnan Skjølberg
Browse files

Merge branch 'folders_mvc' into 'main'

Create MVC folder structure

See merge request !6
parents bbdc5352 4994cd6a
No related branches found
No related tags found
1 merge request!6Create MVC folder structure
Pipeline #203406 passed
package com.game.tankwars.controller;
public class GameController {
}
package com.game.tankwars.model;
public class Tank {
}
package com.game.tankwars.view;
public class GameView {
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment