Skip to content

Commit

Permalink
impliments hustlers app, version 1
Browse files Browse the repository at this point in the history
  • Loading branch information
peretr committed May 15, 2026
1 parent 506916c commit 10236cd
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 10236cd

Please sign in to comment.