Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smack0007/ccd-deno-tic-tac-toe
Conciso Coding Dojo Tic Tac Toe Template
https://github.com/smack0007/ccd-deno-tic-tac-toe
Last synced: 20 days ago
JSON representation
Conciso Coding Dojo Tic Tac Toe Template
- Host: GitHub
- URL: https://github.com/smack0007/ccd-deno-tic-tac-toe
- Owner: smack0007
- Created: 2022-05-13T09:17:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-13T12:50:44.000Z (over 2 years ago)
- Last Synced: 2024-11-07T11:47:39.774Z (2 months ago)
- Language: TypeScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Conciso Coding Dojo Deno Tic Tac Toe
https://en.wikipedia.org/wiki/Tic-tac-toe
https://de.wikipedia.org/wiki/Tic-Tac-Toe## Getting Started
You'll need to have [Deno installed](https://deno.land/#installation) before getting started.
```bash
git clone https://github.com/smack0007/ccd-deno-tic-tac-toe --depth 1
cd ccd-deno-tic-tac-toe
rm -rf .git
git init
deno task cache
```The program can then be run with:
```bash
deno task run
```Run tests with:
```bash
deno task test
```