Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kingdutch/digital-word-descriptions
A digital version of the popular 30 Seconds boardgame
https://github.com/kingdutch/digital-word-descriptions
Last synced: 28 days ago
JSON representation
A digital version of the popular 30 Seconds boardgame
- Host: GitHub
- URL: https://github.com/kingdutch/digital-word-descriptions
- Owner: Kingdutch
- Created: 2018-04-28T11:14:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-28T11:25:32.000Z (over 6 years ago)
- Last Synced: 2024-11-07T22:49:25.630Z (3 months ago)
- Language: JavaScript
- Size: 5.15 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Digital Word Descriptions
A homebrewed digital version of the 30 Seconds Boardgame.
# Usage
- Clone this repository
- `yarn install`
- `yarn run dev`The game is now served at `http://localhost:3000` by default.
All controls are done using the arrow key and return key. Entering the guessed words is done with 0-5.
# Disclaimer
This code was written in a rush. It is by no means an example of how to write a proper ReactJS application.
This can be seen by the lack of comments, the way state is handled and how input handling is part of the
component instead of separated from the UI.