Skip to content

Releases: FlutterSmith/xo_game

XO Game v1.0.1 - Bug Fix Release

11 Nov 14:43

Choose a tag to compare

XO Game v1.0.1 - Bug Fix Release

Bug Fixes

  • Fixed victory/defeat display bug: Defeats are now correctly displayed when playing against AI, regardless of which side (X or O) the player chooses
  • Fixed board size selection: Selecting 4x4 or 5x5 board sizes now works correctly - the game will actually use the selected board size instead of defaulting to 3x3
  • Fixed AI player assignment: AI now correctly determines player sides based on user selection in Player vs Computer mode

Technical Details

  • APK Size: 52.8MB
  • Target SDK: Android 8.0+
  • Build: Release

Files Changed

  • lib/blocs/game_bloc.dart:146-162 - Fixed AI player assignment logic
  • lib/screens/game_setup_screen.dart:585-590 - Fixed board size application

Installation

Download the APK file and install it on your Android device. You may need to enable 'Install from Unknown Sources' in your device settings.

Full Changelog

v1.0.0...v1.0.1

XO Game v1.0.0 - Android Release

10 Nov 18:22

Choose a tag to compare

XO Game v1.0.0 - Android Release

Features

  • 3x3, 4x4, and 5x5 board sizes
  • Player vs Player (PvP) and Player vs Computer (PvC) modes
  • Multiple AI difficulty levels: Easy, Medium, Hard, Impossible
  • Timed game mode with customizable time limits
  • Game statistics and achievements system
  • Game replay viewer
  • Sound effects and vibration feedback
  • Modern dark-themed UI with animations
  • Tutorial system

Bug Fixes

  • Fixed victory/defeat display bug where defeats were incorrectly shown as victories when playing against AI
  • Corrected AI player assignment in Player vs Computer mode

Technical Details

  • APK Size: 52.8MB
  • Target SDK: Android 8.0+
  • Build: Release

Installation

Download the APK file and install it on your Android device. You may need to enable 'Install from Unknown Sources' in your device settings.