https://github.com/ktcotz/guesser
Guesser - guess number game!
https://github.com/ktcotz/guesser
accesibility bem css3 game html5 typescript
Last synced: 9 months ago
JSON representation
Guesser - guess number game!
- Host: GitHub
- URL: https://github.com/ktcotz/guesser
- Owner: ktcotz
- Created: 2024-06-01T21:46:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-08T22:06:50.000Z (about 2 years ago)
- Last Synced: 2025-01-11T15:38:23.564Z (over 1 year ago)
- Topics: accesibility, bem, css3, game, html5, typescript
- Language: TypeScript
- Homepage: https://guesser-henna.vercel.app/
- Size: 4.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Guesser - random number game
## Project Overview 🎨
Play our original game, Guesser.
Test if you have good instinct and if you can guess the secret number, be careful, you have a limited number of attempts!
## Tech/framework used 🧰
| Tech | Description |
| ------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
|  | Structure |
|  | Styling |
|  | Logic |
|  | IDE |
|  | Package Manager |
## How to install 🎨
```npm
1. npm install (Install all packages.)
2. npm compile:ts (Compiling ts file.)
3. Run live-server on index.html.
```
## Live 📍
[https://ktcotz.github.io/Guesser/](https://ktcotz.github.io/Guesser/)