Skip to content

sinantalhakosar/ember-tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ember-tic-tac-toe

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.

Features

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

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd ember-tic-tac-toe
  • npm install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • npm run test
  • npm run test:ember -- --server

Linting

  • npm run lint
  • npm run lint:fix

Building

  • npm exec ember build (development)
  • npm run build (production)

Deploying

Currently deployed to https://playonline-tictactoe.netlify.app

If you face any problem with Play against AI you can ask owner of this repo.

Further Reading / Useful Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors