How the game work?
Collecting Data
The game wiill collect your github activity (dont worry, we only collect public data from your profile)
Data we collect such as :
- Github ID
- Github Username
- Profile Name
- Total Follower
- Total Pull Request
- Total Issue
- Total Repositories
- Total Commmit
- Language Your Use
Formula
After that, the data will be converted into game statistics with the following formula:
- EXP : total commit contributor + (total PR x 15) + (total star x 10) + (total accept PR x 20) + (total closed issue x 5) + (total follower x 5) + (total language x 5) + (total repositories x 2)
- HP : 75 + (total repositories x 100) + ((player level - 1) x 50)
- STR : 75 + (total PR x 25) + ((player level - 1) x 5)
- ATK : 75 + (total language x 15) + ((player level - 1) x 50)
- SPD : 75 + (total accepted PR x 50) + ((player level - 1) x 50)
- DEF : 75 + (total closed issue x 35) + ((player level - 1) x 50)
- Level Progression : 1000 x level ( 1 + level / 1000)