Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jhonatanmedeiros/npx-tic-tac-toe
- Owner: JhonatanMedeiros
- License: mit
- Created: 2020-04-09T00:58:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-10T20:49:35.000Z (over 1 year ago)
- Last Synced: 2024-04-14T03:53:59.045Z (10 months ago)
- Topics: angular, bootstrap, html, javascript, node, npm, react, scss, tic-tac-toe, tic-tac-toe-game, tic-tac-toe-javascript, typescript, vue
- Language: TypeScript
- Homepage: https://jhonatanmedeiros.github.io/npx-tic-tac-toe/
- Size: 1.45 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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