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
- Host: GitHub
- URL: https://github.com/dhurtado714-itesm/angular-tic-tac-toe
- Owner: DHurtado714-itesm
- Created: 2024-09-08T20:18:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-08T20:19:24.000Z (almost 2 years ago)
- Last Synced: 2025-01-26T05:24:34.037Z (over 1 year ago)
- Topics: angular
- Language: TypeScript
- Homepage:
- Size: 128 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.