An open API service indexing awesome lists of open source software.

https://github.com/dhurtado714-itesm/angular-tic-tac-toe


https://github.com/dhurtado714-itesm/angular-tic-tac-toe

angular

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# đŸ•šī¸ Tic Tac Toe

Welcome to the **Tic Tac Toe** game, a classic two-player game built with [Angular](https://angular.io/) and generated using the [Angular CLI](https://github.com/angular/angular-cli) version 18.2.3. This application allows you to enjoy a simple yet engaging game of Tic Tac Toe directly in your web browser.

## 🎮 Game Overview

Tic Tac Toe is a fun and easy-to-play game for two players. The goal is to align three of your marks (X or O) in a row, column, or diagonal on a 3x3 grid. The game ends when one player achieves this goal, or the grid is filled with no winner, resulting in a draw.

## 🚀 Development Server

To start the development server:

1. Install the dependencies using `npm install`.

2. Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.

## đŸ› ī¸ Build

To build the project, run `ng build`. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.

## 🎨 Customize

You can customize the game by changing the player names, colors, and other settings in the `src/app/config.ts` file.