littensy / slither

🐍 A casual game with a soothing Catppuccin color palette

Home Page:https://www.roblox.com/games/14162747150

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor game structure

littensy opened this issue · comments

Apply the following refactors:

  • Combine data and constants in one folder
  • Move all contents of client/app into client
  • Move server/world/services/bots into dedicated server/bots
  • Repurpose app to storing the app component and mounting it
  • Remove hooks/index.ts file
  • Fix all issues stemming from #3