Skip to content

Commit 539ff3a

Browse files
committed
docs: add singleplayer info
1 parent 8af3b27 commit 539ff3a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

src/pages/game/singleplayer.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ import { GameWithPlayers } from '@utils/prisma';
2828
import { getStyles } from '@utils/theme';
2929
import { generateSlug } from 'random-word-slugs';
3030

31+
// TODO: Add exported identifier & condition to identify bot players
3132
export const SOLO_GAME_ID = 'singleplayer';
3233

3334
interface BaseProps {

0 commit comments

Comments
 (0)