安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
Here is a quote from the game itself:
I don't know much about coding myself. I never coded in python. I still did beat the game with makeshift code that needed a lot of manual orders and babysitting.
So yes. A non programmer can beat this game. But I've played some programming games before and this one is from the difficult category.
Still a well made game. But not easy at all.
Most programmer forget that Math is essential to programming movement skills. This is why Engine like Unreal abstract that out for you so you don't have to worry about the under lining math. Most people don't know to look up basic NPC or Mob movement systems.
I would definitely recommend it to someone who wants to learn programming.
You won't be ready to develop enterprise applications after mastering this game, but you WILL understand computer logic.
After that you're just pasting in someone elses code most likely and getting the false sense of accomplishment.
I would agree with this statement.
Learning syntax is not the essence of programming. The essence is in mastering algorithms. It is the algorithms that are important, which will then be useful in any programming language.