A simple P2P video chat for many rooms, with two people per room. Just go to the site,
give access to your WebCam and Mic and then type a room name in the alert box. Ask
another
person to do the same and to type the same room name, now you both can chat through the
browser
without any external extra software like Skype or any extra plugins for flash etc. This
is possible
because of WebRTC which is a standard for Browser to Browser communication, more like
Peer to Peer (P2P)
communication, which needs a server just to initiate the connection and then doesn't
need a server
and the communication happens directly between the two browsers without any server
overhead!
It's a simple game created using React. The game play includes choosing a set of numbers
of the range 1-9
(by clicking on them) which add up to be equal to the number of stars displayed in the
screen.
Once a successful set of numbers is chosen, select the "=" button for verification and
if it's
correct it will show the correct sign and you can press the button again to get the next
number
of stars. If the answer is wrong, you can change the answer by removing numbers by
clicking on
the already chosen numbers to unselect them, and then select other numbers.
And every number can be used only once and the goal of the game is to use up all the
numbers.
This may sound easy, but when you don't have any possible set of numbers that add up to
the
number of stars, you can use the refresh button below the "=" verification button to
redraw
a new random number of stars. But you can use the refresh feature only 5 times. So, you
lose
when you don't aren't able to find a set of numbers which add up to number of stars,
and don't have refresh counts and of course when you haven't used up all the numbers.