AmbientRun / Ambient

The multiplayer game engine
https://ambient.run
Apache License 2.0
3.76k stars 124 forks source link

Make Tangent Gamejam ready #1016

Open TobiasEnholmX opened 9 months ago

TobiasEnholmX commented 9 months ago

Must have for the gamejam, not for the launch. But the gamejam "starts" the same day as the launch.

Must haves:

  1. Mod manager button
  2. Easier way to find code / id to copy and paste https://github.com/AmbientRun/TutorialProject/blob/chapter-8/my_mod/ambient.toml - maybe in the description of the game (at least for the duration of the gamejam)

Nice to haves:

  1. The mods for tangent in the same page as Tangent the game, so users can find their mod already next to the game on the website.
  2. The code for each mod we've made should be accessible either directly like the schema is, or it should at least be a link to it on GitHub
  3. Improved game UI. Like findig the classes / vehicles "q" as a button.
TobiasEnholmX commented 9 months ago

@ten3roberts if you get time to solve the embed after the launch then that would be supernice, because now gamejam participants won't be able to submit their games / mods to itch.

ten3roberts commented 9 months ago

@ten3roberts if you get time to solve the embed after the launch then that would be supernice, because now gamejam participants won't be able to submit their games / mods to itch.

@FredrikNoren just confirming, is this done?

FredrikNoren commented 9 months ago

@ten3roberts Well.. what I did was I just copied the ambient-web-embed (formerly instance-manager.js) to google storage. So sure, it works right now, but we should pull it out to a repo and handle it a bit more proper long term.