Login
Discover
Waves
Decks
Plus
Login
Signup
cs50x
@cs50x
41
Followers
0
Following
13
Resource Credits
Available
Used
Location
Japan
Website
https://splab.vercel.app/
Created
September 20, 2021
RSS Feed
Subscribe
Posts
Blog
Posts
Comments
Communities
Wallet
cs50x
splinterlands
2022-05-16 13:55
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
2021-11-13 16:23
[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
2021-11-09 20:57
[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