The Wayback Machine - https://web.archive.org/web/20211205144456/https://github.com/topics/web-game
Skip to content
#

web-game

Here are 305 public repositories matching this topic...

RoyalUrClient
jkenlooper
jkenlooper commented Jul 3, 2020

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

amphinomidae
amphinomidae commented Feb 2, 2021

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.

Curate this topic

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."

Learn more