web-game
Here are 305 public repositories matching this topic...
-
Updated
Sep 25, 2021 - TypeScript
-
Updated
Oct 22, 2021 - HTML
-
Updated
Oct 5, 2021 - TypeScript
-
Updated
Jan 9, 2020 - PHP
-
Updated
Nov 18, 2021 - PHP
-
Updated
Sep 16, 2021 - JavaScript
-
Updated
Aug 31, 2021 - TypeScript
-
Updated
Dec 14, 2020 - JavaScript
The puzzle latency shows the response time from pinging the server in milliseconds. This value could be styled to better portray what it is for. Response time of less than 300 could be considered as optimal and so could be styled as green or something. Anything above 1000 (1 second) would probably be not so great.
A helpful pop up modal or something to better describe how this value is dete
-
Updated
Mar 10, 2018 - TypeScript
-
Updated
Sep 11, 2021 - TypeScript
-
Updated
Jan 17, 2019 - JavaScript
-
Updated
Dec 5, 2021 - Rust
-
Updated
Dec 29, 2020 - JavaScript
-
Updated
Aug 2, 2020 - JavaScript
-
Updated
May 15, 2021 - Java
-
Updated
Jan 30, 2020 - JavaScript
-
Updated
Aug 12, 2021 - HTML
-
Updated
Sep 13, 2021 - JavaScript
-
Updated
Sep 27, 2019 - JavaScript
Currently the set of categories & words is very limited; you can modify src/components/Room.js to add new categories & words.
In Room.js:
const your_category = ['word1', 'word2', 'word3']
Don't forget to add your category & words to the array of wordsets:
for (let i = 1; i < your_category.length; i++) { wordsets.push(['NAME OF YOUR CATEGORY', your_category[i]]) }
If you would like,
Improve this page
Add a description, image, and links to the web-game topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the web-game topic, visit your repo's landing page and select "manage topics."


It would be good to use more semantic HTML elements instead of exclusively DIVs. Currently we only use semantic elements for the header and footer of the page. Apart from making the pages more accessible, it could also be really useful for adding captions to images using
<figure>and<figcaption>.More about semantic HTML elements: https://www.w3schools.com/html/html5_semantic_elements.asp