widatama / guess-the-number

A single player guess the number game

Home Page:https://widatama.github.io/guess-the-number/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guess The Number

A single player number guessing game. Think of it as Wordle with numbers.

Type Support for .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so the tsc CLI is replaced with vue-tsc for type checking.

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm start

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

About

A single player guess the number game

https://widatama.github.io/guess-the-number/

License:MIT License


Languages

Language:TypeScript 59.2%Language:Vue 32.9%Language:JavaScript 3.7%Language:CSS 2.5%Language:HTML 1.7%