Skip to content

Commit

Permalink
Extend game duration to 90 secs
Browse files Browse the repository at this point in the history
  • Loading branch information
instantfred committed Aug 20, 2024
1 parent 03e0297 commit 7e299d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SounddittoGame.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import localization from './lib/localization';
import Footer from './components/ui/Footer';
import InstructionsModal from './components/modals/InstructionsModal';

const GAME_DURATION = 60; // Game duration in seconds
const GAME_DURATION = 90; // Game duration in seconds
const SKIP_PENALTY = 5; // Time penalty for skipping in seconds

const SounddittoGame = () => {
Expand Down

0 comments on commit 7e299d7

Please sign in to comment.