global chat via socket.io
authorxangelo <git@xangelo.ca>
Wed, 25 May 2022 18:54:42 +0000 (14:54 -0400)
committerxangelo <git@xangelo.ca>
Wed, 25 May 2022 18:54:42 +0000 (14:54 -0400)
commit4cc8f9fa5125a02a364fc6fa80afd105a77ecd4b
tree6e2f90b5e51206c6c68781e95035b2a17c4c499a
parent24f3fcbc788685eae10db81de4044d2d5135dcc1
global chat via socket.io

All users in game are now part of the global chat system allowing them
to talk to each other.
package-lock.json
package.json
public/game.html
public/scifi.css
src/api.ts
src/lib/server.ts
src/render/chat-message.ts [new file with mode: 0644]