Created
October 3, 2019 04:12
-
-
Save fyr91/e6252bd97347a4aafae9213f55ab87bc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{'name': 'leaky-rose-tarantula', | |
'gene': '11111110010100111001', | |
'combat_power': 13, | |
'score': 50}, | |
{'name': 'cloudy-aquamarine-malamute', | |
'gene': '01111110111111100010', | |
'combat_power': 14, | |
'score': 50}, | |
{'name': 'sloppy-thistle-lobster', | |
'gene': '10000101110100011101', | |
'combat_power': 10, | |
'score': 50}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment