File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010### Added
1111
1212- Add feature for majority vote to end game and return to lobby
13- - Offline singleplayer mode against bot players
13+ - Add bot players option for multiplayer games
14+ - Improved bot skill
1415- More to come soon!
1516
1617## [ 1.2.0] - 2025-05-31
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ import { GameWithPlayers } from '@utils/prisma';
2828import { getStyles } from '@utils/theme' ;
2929import { generateSlug } from 'random-word-slugs' ;
3030
31+ // TODO: Add exported identifier & condition to identify bot players
3132export const SOLO_GAME_ID = 'singleplayer' ;
3233
3334interface BaseProps {
You can’t perform that action at this time.
0 commit comments