Skip to content

Commit

Permalink
Merge pull request #112 from einaskoi/per/hustlers
Browse files Browse the repository at this point in the history
impliments hustlers app, version 1
  • Loading branch information
einaskoi authored May 15, 2026
2 parents 506916c + 10236cd commit 4b5a3d6
Show file tree
Hide file tree
Showing 4 changed files with 425 additions and 23 deletions.
7 changes: 0 additions & 7 deletions .claude/settings.local.json
Original file line number Diff line number Diff line change
@@ -1,7 +0,0 @@
{
"permissions": {
"allow": [
"Bash(del \"C:\\\\Users\\\\perer\\\\Documents\\\\GitHub\\\\Millions\\\\src\\\\main\\\\java\\\\edu\\\\ntnu\\\\idi\\\\idatt2003\\\\gruppe42\\\\View\\\\Apps\\\\DebtWarningApp.java\")"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public void setGameState(GameState gameState) {
public void startGame() {
timer = new Timer(true);
final int delay = 0;
final int period = 1000; //TODO: This has to be 1000 (1 second) on release
final int period = 10; //TODO: This has to be 1000 (1 second) on release

timer.scheduleAtFixedRate(
new TimerTask() {
Expand Down
Loading

0 comments on commit 4b5a3d6

Please sign in to comment.