This project is a Tic Tac Toe game built with EmberJS. It includes two modes:
Play Mode: Two players take turns to play the game. Play Against AI Mode: A single player competes against an AI opponent.
User Interface: Clean and responsive UI for an enjoyable gaming experience. Two-player Mode: Standard Tic Tac Toe game where two players alternate turns. AI Opponent: Uses the OpenAI API to generate moves for the AI
You will need the following things properly installed on your computer.
- Git
- Node.js (with npm)
- Ember CLI
- Google Chrome
git clone <repository-url>this repositorycd ember-tic-tac-toenpm install
npm run startor with functionsnetlify dev- Visit your app at http://localhost:4200.
Make use of the many generators for code, try ember help generate for more details
npm run testnpm run test:ember -- --server
npm run lintnpm run lint:fix
npm exec ember build(development)npm run build(production)
Currently deployed to https://playonline-tictactoe.netlify.app
If you face any problem with Play against AI you can ask owner of this repo.