Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mesadhan/tic-tac-toe-cli
Tic Tac Toe CLI - Console Base Game
https://github.com/mesadhan/tic-tac-toe-cli
Last synced: about 1 month ago
JSON representation
Tic Tac Toe CLI - Console Base Game
- Host: GitHub
- URL: https://github.com/mesadhan/tic-tac-toe-cli
- Owner: mesadhan
- Created: 2019-08-28T07:50:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T08:20:43.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T22:18:00.493Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 348 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic-Tac-Toe-CLI
Console Base Game.
# Application Run & Setup
- [Download Source Code](https://github.com/mesadhan/tic-tac-toe-cli.git)
- Now, follow below process to run application> Installation Packages
npm install
> Run Test Cases
npm test
> CLI configuration so that run it locally anywhere.
npm link
tic-tac-toe-cli`Note:` Now run `tic-tac-toe-cli` cli application anywhere.