Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

There is no explanation on how to connect to earth?? i've got the thermometer and transmitter but im stuck now

Hi !

Please feel free to visit our Discord,  I am always there among a lot of people and we are discussing and solving things together ! It's a lot of fun :)

In terms of earth connectivity once you get the transmitter do sth like:

transmitter.connect("earth")

and now this transmitter is connected to earth. Next is to send the thermometer value like:

transmitter.transmit("current_temperature", temp)

The INFO tab of uplink.py tells you all the info on how to connect to earth and DOCS(top right button) have even more details about how things work :)

(1 edit)

alright i just think it'd be good to add that in the tutorial as i was confused (beginner programmer) it also wasn't in the info tab

I have changed a lot of of DOCS/info in the current version, it's just that they are not in the demo build.

The full game also has a dedicated Tutorial mode outside of the game that teaches new players the language and the game mechanics.