]> git.cworth.org Git - zombocom-ai/commit
Implement the logic for sending one word at a time to each boy
authorCarl Worth <cworth@cworth.org>
Thu, 22 Dec 2022 02:27:42 +0000 (18:27 -0800)
committerCarl Worth <cworth@cworth.org>
Thu, 22 Dec 2022 03:54:34 +0000 (19:54 -0800)
commit02bec3ec32f0b5af59b7108354f48ed3514eb6b7
treef570cb1fd563f817fb498715e1caa606b0bdd282
parent964b578d99e662efbab8bcc1db74cfc1bdbf0458
Implement the logic for sending one word at a time to each boy

And for the boy's devices to fade each word out.

We're cueing off the first letter of each boy's name to ensure they
end up in different rooms. (So if people join the game with a name
whose first letter is other than 'C', 'H', 'A', or 'S' they will be
put into a random room.)

There isn't any answer checking yet, so currently the game will be
stuck in the first level, (even though the content for the other
levels _is_ available in the server).
index.js
tardis.html