Scripts
Higher Lower Game -Learning Program
This is a program that attempts to learn the ideal strategy for the basic card game where the player chooses one card, then decides whether the next card will be higher or lower. While the ideal strategy is know, this program works by playing through thousands of hands and figuring out what strategy works best for each card.
Destiny 2 API Requests - Clans
This is a script that accesses Destiny 2’s API and returns information about their clan feature. With a clan ID, you are able to see who the admins are, how many total members exist, as well as individual information about the members themselves, such as platforms they play on or character info. Requires an API key.