Skip to content
Kevin Wang edited this page Oct 17, 2018 · 1 revision
Agar.io clone roadmap

Agar.io Clone Roadmap

Features
Assigned Name Description Status Percentage ToDo List
  • Skins Allow user to select a skin for thier cell Not Implemented 0%
    • Allow player to spend premium currency on new skins
    • Allow player to switch between skins
    Server
    Assigned Name Description Status Percentage ToDo List
  • FlamingGenius
  • Database Create tables and setup database for pooling users In Progress 50%
    • Implement database connections
    • Setup database tables
    • Create user accounts and system
    • Log incorrect passwords in database [admin]
  • Handling players Create a better connection between the server and client for better, smoother performance Not Implemented 0%
    • Possible add new framework
  • Performance Enhancement Handle user movement on client Not Implemented 0%
    • Move user on client
    • Update player position on server
    Mechanics
    Assigned Name Description Status Percentage ToDo List
  • Level/xp Integrate player leveling and xp system Not Implemented 0%
    • Player should gain levels based on xp
    • Player level and xp should be stored and retrived from database
    • Player starting mass should be incremented by 2 for each level from starting mass (level 1 = 10, level 2 = 12...)
  • Boost Implement boost into game Not Implemented 0%
    • Mass Boost (2x,3x,4x,5x)
    • Xp Boost (2x,3x,4x,5x)
  • Store Setup store for spending premium currency Not Implemented 0%
    • Menu for spending on skins
    • Menu for spending on boost (mass boost,xp boost)
    • Menu to spend premium currency to gain level
    Purchases
    Assigned Name Description Status Percentage ToDo List
  • Create IAP Setup Purchases Not Implemented 0%
    • Create IAP service for computer through paypal
    • Create IAP service for android billing system (google wallet)
    • Create IAP service for ios billing system (itunes)
  • Premium Currency Create premium currency for buying premium content Not Implemented 0%
    • Create coins,diamons,gems some type of premium currency
    • Implement system for purchasing premium currency with IAP
    Clone this wiki locally