Skip to content

Instantly share code, notes, and snippets.

@Alex4386
Alex4386 / IJustReallyWantedToPlayMinecraft.py
Last active January 17, 2021 15:47 — forked from RealLogical/IJustWantedToPlayMinecraft.py
Editted IJustWantedToPlayMinecraft using Recursion
# DP 써도 되긴 하는데 그냥
# Recursive 로 싸아악
# 색깔 코드
# A B C D E
colors = [ 0, 0, 0, 0, 0 ]
# 조건에 충족하는 지 확인하는 코드
def check_condition(colors):
return (
@Alex4386
Alex4386 / LICENSE
Last active October 11, 2020 19:41 — forked from rithvikvibhu/LICENSE
Get tokens for Google Home Foyer API
MIT License
Copyright (c) 2020 Rithvik Vibhu, Alex4386
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions: