A React Native TicTacToe game built with Expo, featuring a modern UI and CPU opponent.
- Classic 3x3 TicTacToe gameplay
- CPU opponent with intelligent moves
- Modern, themed UI with dark/light mode support
- Game statistics tracking
- Smooth animations and transitions
- Node.js (v16 or higher)
- npm or yarn
- Expo CLI (
npm install -g @expo/cli)
- Clone the repository:
git clone https://github.com/IAmMarcellus/TicTacToe.git
cd TicTacToe- Install dependencies:
npm installStart the development server:
npx expo startThis will open the Expo development tools. You can then:
- Press
ito open on iOS simulator - Press
ato open on Android emulator - Scan the QR code with the Expo Go app on your phone
- React Native
- Expo
- TypeScript
- React Navigation
- Restyle (theming)
- AsyncStorage (stats persistence)
Feel free to open issues or submit pull requests for improvements.