https://github.com/marcode24/guessword-game
🎲 Guess Word Game
https://github.com/marcode24/guessword-game
angular css3 dark-theme javascript responsive-design sass scss typescript
Last synced: 9 months ago
JSON representation
🎲 Guess Word Game
- Host: GitHub
- URL: https://github.com/marcode24/guessword-game
- Owner: marcode24
- Created: 2022-12-09T04:38:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-24T20:54:14.000Z (almost 3 years ago)
- Last Synced: 2025-02-04T00:33:15.464Z (11 months ago)
- Topics: angular, css3, dark-theme, javascript, responsive-design, sass, scss, typescript
- Language: TypeScript
- Homepage: https://wordguess-game.netlify.app/
- Size: 383 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Word Guess Game
## Description
This a game where you have to guess the answer to a question. Depending on the difficulty level, you will have a certain number of attempts to guess the answer. The game ends when you run out of attempts or you guess the answer correctly. You can try the game [here](https://wordguess-game.netlify.app/).
## Built With
- [![Angular][angular.io]][angular-url]
- [![Node.js][nodejs]][nodejs-url]
- [![Express][express]][express-url]
- [![Sass][sass]][sass-url]
- [![MongoDB][mongodb]][mongodb-url]
- [![Docker][docker]][docker-url]
## Getting Started
### Clone the repository
```bash
git clone https://github.com/marcode24/GuessWord-Game
cd GuessWord-Game
```
### Requirements & Installation
- [frontend](frontend/README.md)
- [backend](backend/README.md)
## Previews of the game
simple example of the game
|  |  |
[angular.io]: https://img.shields.io/badge/Angular-DD0031?style=for-the-badge&logo=angular&logoColor=white
[angular-url]: https://angular.io/
[nodejs]: https://img.shields.io/badge/Node.js-43853D?style=for-the-badge&logo=node.js&logoColor=white
[nodejs-url]: https://nodejs.org/en/
[express]: https://img.shields.io/badge/Express.js-404D59?style=for-the-badge
[express-url]: https://expressjs.com/
[sass]: https://img.shields.io/badge/Sass-hotpink.svg?style=for-the-badge&logo=sass&logoColor=white
[sass-url]: https://sass-lang.com/
[mongodb]: https://img.shields.io/badge/MongoDB-4EA94B?style=for-the-badge&logo=mongodb&logoColor=white
[mongodb-url]: https://www.mongodb.com/
[docker]: https://img.shields.io/badge/Docker-2CA5E0?style=for-the-badge&logo=docker&logoColor=white
[docker-url]: https://www.docker.com/
If you have any feedback or problem, let me know!🤘
Made with ❤️ by Marco Cruz