Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhouzi/name-the-gwent-card
In this mini-game, your goal is to name a random Gwent card from its illustration.
https://github.com/zhouzi/name-the-gwent-card
game gwent hacktoberfest quiz
Last synced: about 2 months ago
JSON representation
In this mini-game, your goal is to name a random Gwent card from its illustration.
- Host: GitHub
- URL: https://github.com/zhouzi/name-the-gwent-card
- Owner: zhouzi
- License: mit
- Created: 2020-05-20T19:25:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-06T14:10:03.000Z (over 2 years ago)
- Last Synced: 2024-10-15T13:24:48.496Z (3 months ago)
- Topics: game, gwent, hacktoberfest, quiz
- Language: TypeScript
- Homepage: https://name-the-gwent-card.gabinaureche.com/
- Size: 9.72 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# name-the-gwent-card
[![Netlify Status](https://api.netlify.com/api/v1/badges/fae9fbc7-d24f-43ef-b6da-dae4efa07359/deploy-status)](https://app.netlify.com/sites/name-the-gwent-card/deploys)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](./CODE_OF_CONDUCT.md)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE)[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)
In this mini game, your goal is to name a random Gwent card from its illustration.
- [Play](https://gau.re/ntgc)
_This is an unofficial fan work under the [Gwent Fan Content Guidelines](https://www.playgwent.com/en/fan-content). Not approved/endorsed by CD PROJEKT RED._
## Credits
- This project was inspired by one of [Faberstein](https://www.twitch.tv/faberstein)'s mini game he does with his viewers.
- Some assets are taken from [Gwent's official website](https://playgwent.com), [Trendy Gwentleman](http://www.mlakuss.eu/trendygwentleman/), and [Gwent.one](https://gwent.one/en/taunts/).
- The fire sparks particles are taken from [codepen.io/coral84/pen/wRZLBe](https://codepen.io/coral84/pen/wRZLBe), it uses [particles.js](https://vincentgarreau.com/particles.js/).
- The cards list comes from [Team Leviathan](https://teamleviathangaming.com/)'s [meta report](https://teamleviathangaming.com/meta/).## Installation
Note that you do not need to install this application on your machine if you want to use it.
Installation is only required if you want to run a development version (e.g to contribute).1. Install Node.js.
2. Clone this repository.
3. Run `npm install` in the repository's directory.
4. Run `npm start` to start the application.This project was bootstrapped using [Create React App](https://github.com/facebook/create-react-app).
## Contributing
All contributions are welcome and can come in many forms.
For more information, head over to [CONTRIBUTING.md](./CONTRIBUTING.md).## Contributors
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Gabin Aureche
💻 📖 🎨
Jonathan Lex
💻
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
## Code of conduct
Keep in mind that there is a human being on the other side of the screen and make sure to follow the [code of conduct](./CODE_OF_CONDUCT.md).
## LICENSE
[MIT](./LICENSE)