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

https://github.com/raprograms/tic-tac-toe-web-client


https://github.com/raprograms/tic-tac-toe-web-client

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Tik Tac Toe #️⃣
A web based tic tac toe game. [Play Here](https://raprograms.github.io/Tic-Tac-Toe-Web-Client/)

Game Screenshot

## Tech Stack

Svelte, Vite, SCSS, Typescript, CSS

## Run Locally

Clone the project

~~~bash
git clone https://github.com/RAPrograms/Tic-Tac-Toe-Web-Client
~~~

Go to the project directory

~~~bash
cd Tic-Tac-Toe-Web-Client
~~~

Install dependencies

~~~bash
npm install
~~~

Create build files

~~~bash
npm run build
~~~

Grab build files from

~~~bash
./dist
~~~