Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jhonatanmedeiros/npx-tic-tac-toe

Tic-Tac-Toe is a fun game with angular
https://github.com/jhonatanmedeiros/npx-tic-tac-toe

angular bootstrap html javascript node npm react scss tic-tac-toe tic-tac-toe-game tic-tac-toe-javascript typescript vue

Last synced: 1 day ago
JSON representation

Tic-Tac-Toe is a fun game with angular

Awesome Lists containing this project

README

        

# Tic Tac Toe

Tic-Tac-Toe is a fun game with angular

## ✨ Features

- 🕹 Simple Tic-Tac-Toe game
- 🤖 Play with IA
- 💻 Player with Player
- 🎏 Add more ...

## 🖥 Demo
An example of application can be found [here](https://jhonatanmedeiros.github.io/npx-tic-tac-toe/).

## ⌨️ Development

### Clone Code

```bash
git clone [email protected]:JhonatanMedeiros/npx-tic-tac-toe.git
```

### Install Dependencies

```bash
npm install
```
> If you like [Yarn](https://yarnpkg.com/), you can also use `yarn` to install dependencies.

### Development server

```bash
npm run start
```
Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

### Build Release

```bash
npm run build:prod
```

After building, the application will be found in the `dist` directory.

## 🛠 Technology Stack

- [Angular 9x](https://angular.io/)
- [Bootstrap 4](https://getbootstrap.com/)

# 🤝 Contribute [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](http://makeapullrequest.com)

If you are interested in participating in joint development, PR and Forks are welcome!

## 📜 License

[MIT](https://github.com/JhonatanMedeiros/npx-tic-tac-toe/blob/master/LICENSE) Copyright (c) 2020 - Jhonatan Hardt de Medeiros