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

Create MVC folder structure

parent bbdc5352
No related branches found
No related tags found
1 merge request!6Create MVC folder structure
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