Skip to content

emresr/plus1

Repository files navigation

Plus1

Number guessing game built with Typescript.

Stack

  • NextJS
  • Firebase(for leaderboard)
  • Typescript

Rules

Goal: Find unique three-digit number by getting +3 point.

  • Get +1 for each right digit in its place.
  • Get -1 for each right digit but in the wrong place.

Installation

Add firebase config to /utils/firebase.js

Then, run the development server:

npm run dev
# or
yarn dev

Open https://localhost:3000 with your browser to see the result.

About

Number game built with Typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published