Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/h3rmel/snake-game

A simple snake game to learn about TypeScript.
https://github.com/h3rmel/snake-game

typescript vitejs

Last synced: about 12 hours ago
JSON representation

A simple snake game to learn about TypeScript.

Awesome Lists containing this project

README

        

# Snake Game 🐍

Jogo da cobrinha simples feito com HTML5, CSS3 e TypeScript. (Utilizei ViteJS também)

## Hospedagem

O projeto se encontra atualmente hospedado na [Vercel](https://vercel.com) na seguinte URL:

https://snake-game-h3rmel.vercel.app/

## Rodando o projeto 🚀

Para rodar o projeto é bastante simples, basta clonar ele:

```
git clone https://github.com/H3rmel/snake-game.git
```

E após isso, acessar o repositório e digitar o seguinte comando:

```
npm i && npm run dev
```

Se tudo estiver correto, você verá uma mensagem como essa:

```
VITE v4.2.1 ready in 205 ms

➜ Local: http://localhost:5173/
➜ Network: use --host to expose
➜ press h to show help
```