Login
Discover
Waves
Decks
Upgrade
Login
Signup
41
cs50x
Available
Used
Resource Credits
0 Followers
13 Following
Japan
https://splab.vercel.app/
September 20, 2021
RSS feed
Posts
Blog
Posts
Comments
Communities
Wallet
Follow
cs50x
splinterlands
Monday, May 16, 2022 1:55 PM
I have created a tool that allows you to search for Splinterlands card abilities
I'm sure all Splinterlands players have situations like this. 🔍 I want to know which cards have Heal at level 1 🔍 I want to list cards in the Modern League that have Affliction 🔍 I want to find out
$ 0.000
4
2
cs50x
Splinterlands
Saturday, November 13, 2021 4:23 PM
[Python] List the lowest rental prices for each CP
Code import enum import requests import pandas as pd CP_MAP = { "regular": { "alpha": {"legendary": 3000, "epic": 600, "rare": 120, "common":
$ 0.025
4
1
cs50x
Splinterlands
Tuesday, November 9, 2021 8:57 PM
[Python] Code to calculate your total earned DEC per day
I wrote a Python code to calculate the total number of DEC won per day, the number of games won, and the average number of DEC won per game. Code import sys from datetime import datetime from pprint import
$ 2.953
9