Interactive WebVR experience (demo).
$ npm install
$ npm startThe text and the colors are passed as a hash.
/#text=Hello&colors=GSGSGS
Where:
textis the text to be displayed.colorsare the colors, one per letter (Gold, Silver, Gold, Silver, Gold, Silver in the above example).
To break a line, add \n in the text.
/#text=Hello\nWorld
- Silver, abbrev
S - Gold, abbrev
G
A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z0,1,2,3,4,5,6,7,8,9
- If
colorsis missing, they will be random. - Don't forget to add spaces for both spaces and line breaks in
colors(e.g: forHello World\nAgain,GGGG SSSSS GGGG). - This isn't case sensitive, so
HELLO,helloorHeLlOare the same.
- Pressing
Qwill attract all the letters, and thus complete the game. Spacewill release all the letters.
