gathertown / the-forest

A dynamic, living Gather map (and great mod example)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Forest (v2)

The code behind The Forest, a dynamic, living Gather map.

Also a great example of a simple mod built with the Gather API!

setup

prereq: have NodeJS and npm installed

run npm install

put your API key in a file named api-key.ts like so:

export const API_KEY = "your-api-key-here";

replace the SPACE_ID and MAP_ID in index.ts with your own

first time: comment in cleanSlate() at the bottom of index.ts to do the initial map setup, but after that just run runForest()

running

npm run start

About

A dynamic, living Gather map (and great mod example)


Languages

Language:TypeScript 100.0%