Skip to content
Snippets Groups Projects
Commit 2e17789e authored by Kim Hejer's avatar Kim Hejer
Browse files

Merge branch 'wip' into 'master'

Refactored folder and renamed artifactID.

See merge request !2
parents 109708b3 d0833ba1
Branches master
No related tags found
1 merge request!2Refactored folder and renamed artifactID.
......@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>no.ntnu.idatg2003.oblig3.kimhej</groupId>
<artifactId>idatg2003-2024-oblig3</artifactId>
<artifactId>cardGame</artifactId>
<version>1.0-SNAPSHOT</version>
<properties>
......
package no.ntnu.idatx2003.oblig3.cardgame;
package no.ntnu.idatg2003.oblig3.cardgame;
public class CardGame {
......
package no.ntnu.idatx2003.oblig3.cardgame;
package no.ntnu.idatg2003.oblig3.cardgame;
/**
* Represents a deck of playing cards. A deck of playing cards has 52 cards, with
......
package no.ntnu.idatx2003.oblig3.cardgame;
package no.ntnu.idatg2003.oblig3.cardgame;
import javafx.application.Application;
import javafx.geometry.Insets;
......
package no.ntnu.idatx2003.oblig3.cardgame;
package no.ntnu.idatg2003.oblig3.cardgame;
/**
* Represents a playing card. A playing card has a number (face) between
......
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