feat!: travelling between towns!
authorxangelo <git@xangelo.ca>
Tue, 25 Jul 2023 17:45:42 +0000 (13:45 -0400)
committerxangelo <git@xangelo.ca>
Tue, 25 Jul 2023 17:45:42 +0000 (13:45 -0400)
commit621c35bbd562f3d9bf77e8a05833dcf62d70d8d5
tree4740427ba24b528924f19f59e60c29540d026fe1
parent1d9b2bbc75ae3bee1d1da08be42c13281178a41c
feat!: travelling between towns!

For now travelling does nothing except introduce a "mid" screen that you
have to click through to move to the next town.

Eventually this will turn into multiple "steps" that the player has to
take with the chance for random encounters or finding things.
migrations/20230721190026_travelling.ts [new file with mode: 0644]
public/assets/bundle.js
src/client/index.ts
src/events/travel/client.ts
src/events/travel/server.ts
src/events/travel/shared.ts
src/server/api.ts
src/server/map.ts
src/shared/travel.ts [new file with mode: 0644]