Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```