• 5 Posts
  • 110 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle

  • Annapurna was a publisher team, not a dev team (that published a lot of indie teams’ games). I’m not entirely sure how this affects the devs though since I’m in general software development and not game development.

    When Warner Bros shut down Adult Swim’s game publishing team a few months ago, they did at least give publishing rights back to the original devs so something similar might end up happening here.

    That being said it’s also possible that all of the games Annapurna published get put in licensing limbo and the original devs get screwed over by this if the Annapurna parent company doesn’t want to give up their publishing rights.





  • TypeScript is still built on JavaScript, all numbers are IEEE-754 doubles 🙃

    Edit: Actually I lied, there are BigInts which are arbitrarily precise integers but I don’t think there’s a way to make them unsigned. There also might be a byte-array object that stores uint8 values but I’m not completely sure if I’m remembering that correctly.