Goblin Gold Rush(GGR)

Hello, and I am making a game like the Oregon Trail. The Game will probably be completed in the timeframe of June 25th-July10.

here’sGGR proto6-14-2024_20-49-31.html (2.2 MB) a prototype

MORE LIKE 1000 years

NOOOOOOOOOOOOO-
(ten)

GGR proto211-26-2024_16-59-15.html (2.3 MB)
Dont worry it’s coming maybe

cool game (ten)

1 Like

WICK FILE??? caps lock…

They don’t have to do the wick file, sometimes people steal their stuff.

ngl I forgot about this game but it is coming before gta 6

2 Likes

Everything is coming before gta 6

2 Likes

i will not steal it but if someone shows me how to open html, i won’t need it

i figured it out but after the “your gold has been scattered into these places” i cannot go next

Ok, yeah all you need to do is double click a html file or touch and click open. Also the next might not work because it is not finished, maybe?

I made a HTML to WICK un-exporter, here’s it:

javascript:if(window.INJECTED_WICKPROJECT_DATA){var a=document.createElement("a");a.href=`data:application/zip;base64,${window.INJECTED_WICKPROJECT_DATA}`,a.download="project.wick",a.click()}

Un-minified version:

if (window.INJECTED_WICKPROJECT_DATA) {
  var url = document.createElement('a');
  url.href = `data:application/zip;base64,${window.INJECTED_WICKPROJECT_DATA}`;
  url.download = 'project.wick';
  url.click();
}

This is the output:
project (2).wick (128.7 KB)