게임 정보

Farming earns you resources which can be spent to unlock new technology.
Here's what the same program looks like after a few speed upgrades:

Unlike most programming games the game isn't divided into distinct levels that you have to complete but features a continuous progression.
Programming is done in a simple language similar to Python. The beginning of the game is designed to teach you all the basic programming concepts you will need by introducing them one at a time.
While it introduces everything that is relevant, it won't hold your hand when it comes to solving the various tasks in the game. You will have to figure those out for yourself, and that can be very challenging if you have never programmed before.
If you are an experienced programmer, you should be able to get through the early game very quickly and move on to the more complex tasks of the later game, which should still provide interesting challenges.
76561199121699192
[code]def Review(): print("코딩할 줄 알면 엄청 재밌고 게임 잘 만듦👍 그치만 아쉬운 부분을 나열해봄.") print("1. string, continue 없어서 아쉬움.") print("2. function에서 2개 이상의 def 함수를 사용하지 못함.") [i]#즉 1스크립트 1함수며 다른 함수에서 전역변수를 바로 수정하지 못하여 매개변수와 return을 통해서만 수정이 가능[/i] if get_learned_python: [i]#파이썬을 배웠는가?[/i] print("시간 잘 가고 코딩에 막 재미들린 파이썬 입문자용으로 추천해주면 딱인 듯") else: [i]#파이썬(프로그래밍)을 배우지 않았을 때[/i] print("for문 등 영어로 설명이 자세히 나와있기는 한데 코딩 한번도 안 해봤으면 많이 막힐 것 같음") while True: use_item(Items.Like)[/code] (스포일러) [spoiler] 현재까지 최종 컨텐츠가 미로 탈출 알고리즘인데 컨텐츠 더 추가되면 좋겠당 [/spoiler]