tvntvn13 / angular-tictactoe

A simple tictactoe game made with Angular 16 - PWA

Home Page:https://angular-ticktack.web.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TicTacToe Progressive Web App

This is a simple TicTactoe app built with Angular 16.

  • The project is hosted at Firebase, you can access it HERE
Features
  • The 'AI' is created using the minimax algorithm. It still requires some work, to prioritize winning as fast as possible.
  • There is an EASY-mode, that can be toggled on the top left of the screen. This will make the 'AI' pick random squares.
  • The project is a PWA, so you can download it to your device, and it will work like a native app.
Purpose
  • The app was a quick and fun way to test out the Firebase hosting and deployment, as well as Angulars PWA capabilities.

About

A simple tictactoe game made with Angular 16 - PWA

https://angular-ticktack.web.app/


Languages

Language:TypeScript 51.0%Language:HTML 33.8%Language:SCSS 15.3%