add time to the game
authorxangelo <git@xangelo.ca>
Thu, 29 Jun 2023 10:27:16 +0000 (06:27 -0400)
committerxangelo <git@xangelo.ca>
Thu, 29 Jun 2023 10:27:16 +0000 (06:27 -0400)
commit03a16c19d2ab39fa6cf874f7c19f798c3b8a4406
treef4e6917b43c90e80d9c9db1d22e51910f9293672
parenta5632277bb3bb1efbf639009537bb7f5172c4384
add time to the game

Every hour is 1 day and the background of the game changes to show the
current time. Everything is scaled to the 30 gradients that we have and
we haven't tested past a common multiple of 60.

Everything is happening client side.
public/assets/bundle.js
public/assets/css/game.css
public/assets/css/sky.css [new file with mode: 0644]
public/index.html
src/client/index.ts
src/shared/time.ts [new file with mode: 0644]