Pinned issues
Issues
- 0
Dependency Dashboard
#4 opened by renovate - 0
Fix 'Parentheses in ((itemMargin.value * (gameSize - 1))) are unnecessary and can be replaced with: itemMargin.value * (gameSize - 1)' issue in app\src\main\java\io\github\yamin8000\dooz\content\game\GameContent.kt
#238 opened by yamin8000 - 0
Fix 'Parentheses in ((winOrWinBlockPlay() ?: forkOrForkBlockPlayHandler() ?: centerPlay() ?: cornerPlay()).getReadyToPlayCell() ?: easyPlay()) are unnecessary and can be replaced with: (winOrWinBlockPlay() ?: forkOrForkBlockPlayHandler() ?: centerPlay() ?: cornerPlay()).getReadyToPlayCell() ?: easyPlay()' issue in app\src\main\java\io\github\yamin8000\dooz\game\ai\SimpleGameAi.kt
#239 opened by yamin8000 - 0
Fix 'Parentheses in (option == currentOption) are unnecessary and can be replaced with: option == currentOption.' issue in app\src\main\java\io\github\yamin8000\dooz\ui\composables\Composables.kt
#237 opened by yamin8000 - 0
Fix 'Parentheses in (option == currentOption) are unnecessary and can be replaced with: option == currentOption.' issue in app\src\main\java\io\github\yamin8000\dooz\ui\composables\Composables.kt
#236 opened by yamin8000 - 0
Fix 'Parentheses in (theme == currentTheme) are unnecessary and can be replaced with: theme == currentTheme.' issue in app\src\main\java\io\github\yamin8000\dooz\content\settings\content\GeneralSettings.kt
#241 opened by yamin8000 - 0
Fix 'Parentheses in (theme == currentTheme) are unnecessary and can be replaced with: theme == currentTheme.' issue in app\src\main\java\io\github\yamin8000\dooz\content\settings\content\GeneralSettings.kt
#242 opened by yamin8000 - 0
Fix 'Parentheses in (item == currentItem) are unnecessary and can be replaced with: item == currentItem.' issue in app\src\main\java\io\github\yamin8000\dooz\content\settings\SettingsComposables.kt
#243 opened by yamin8000 - 0
Fix 'Parentheses in (item == currentItem) are unnecessary and can be replaced with: item == currentItem.' issue in app\src\main\java\io\github\yamin8000\dooz\content\settings\SettingsComposables.kt
#244 opened by yamin8000 - 0
Fix 'Complex Method' issue in app\src\main\java\io\github\yamin8000\dooz\game\logic\SimpleGameLogic.kt
#245 opened by yamin8000 - 0
Fix 'Complex Method' issue in app\src\main\java\io\github\yamin8000\dooz\game\ai\SimpleGameAi.kt
#240 opened by yamin8000 - 1
Rename default branch to `main`
#224 opened by nya-elimu - 0
Create a GIF screenshot
#79 opened by yamin8000 - 0
Add more sound effects
#96 opened by yamin8000 - 0
Draw sound effect
#98 opened by yamin8000 - 0
Lose sound effect
#99 opened by yamin8000 - 0
Win sound effect
#97 opened by yamin8000 - 0
Paper texture
#153 opened by yamin8000 - 0
add material you themed icon
#146 opened by yamin8000 - 0
The function DoozItem(shape: Shape, clickable: Boolean, itemSize: Dp, doozCellOwner: Player?, itemBackgroundColor: Color, itemContentColor: Color, onClick: () -> Unit) has too many parameters. The current threshold is set to 6.
#110 opened by codacy-production - 0
- 0
Change app icon based on dark/light theme
#44 opened by yamin8000 - 0
Undo button visual problem after game finished
#108 opened by yamin8000 - 1
Internet permission
#105 opened by davidmef - 0
Add a screen to show how game is played
#95 opened by yamin8000 - 1
Support landscape mode
#77 opened by xmha97 - 0
Add English translations
#69 opened by yamin8000 - 1
Add option to toggle sounds/haptic feedback
#37 opened by yamin8000 - 0
Add delay for computer play
#54 opened by yamin8000 - 0
Online Multiplayer game with Internet
#51 opened by yamin8000 - 0
Online multiplayer game with bluetooth
#50 opened by yamin8000 - 1
Add option to undo move in the game
#40 opened by yamin8000 - 1
Fork and Fork block bug
#36 opened by yamin8000 - 3
- 0
Add option for always starting game by human
#39 opened by yamin8000 - 0
Add sound effect for dice rolling
#38 opened by yamin8000 - 0
Add option to change app theme
#33 opened by yamin8000 - 0
Current player bug in light theme
#32 opened by yamin8000