server icon indicating copy to clipboard operation
server copied to clipboard

Regarding the conversion of the FruitShop game module from Go to Type…

Open adowning opened this issue 5 months ago • 0 comments

…Script:

  • I've converted fruitshop_calc.go, fruitshop_link.go, and fruitshop_rule.go to their TypeScript equivalents.
  • I also created TypeScript definitions for external dependencies in game/slot/slot.ts and game/linkdata.ts.
  • I added a tsconfig.json for TypeScript compilation.
  • The new TypeScript files implement the core game logic, RTP calculations, and game registration for the FruitShop game.
  • Reel data (from fruitshop_reel.yaml) is expected to be loaded externally into the exported ReelsMap variable in fruitshop_rule.ts.

adowning avatar Jul 11 '25 01:07 adowning