Skip to content

Github Work: Infinite Craft

def how_to_make(target): for result, (a,b) in recipes.items(): if result.lower() == target.lower(): return f"result = a + b" return "Recipe unknown"

Here is a review of the Infinite Craft ecosystem on GitHub, categorized by what you might be looking for. infinite craft github

is a popular browser-based sandbox game created by Neal Agarwal . In it, the player starts with four basic elements: Fire , Water , Earth , and Wind . By dragging and combining these elements, you can discover new items, concepts, characters, and even entire fictional worlds. The game is notable for its emergent, AI-powered combinatorics — there are reportedly millions of possible recipes. def how_to_make(target): for result, (a,b) in recipes