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

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!

Awesome Lists containing this project

README

          

![Guesser](./assets/images/design.png)

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 |
| ------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| ![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white) | Structure |
| ![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white) | Styling |
| ![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white) | Logic |
| ![Visual Studio Code](https://img.shields.io/badge/Visual%20Studio%20Code-0078d7.svg?style=for-the-badge&logo=visual-studio-code&logoColor=white) | IDE |
| ![NPM](https://img.shields.io/badge/NPM-%23CB3837.svg?style=for-the-badge&logo=npm&logoColor=white) | 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/)