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 (ベトナム語)
Українська (ウクライナ語)
翻訳の問題を報告









And now that I'm thinking about it how would that compare to perfect play assuming a random opponent
It's always fascinating to see how certain game mechanics work and the solver you made to figure out the best possibility of winning is insanely useful as well.
D is my favorite language, but it's not very popular. Many people haven't heard of it.
It works using a server-side app. The full graph with the game state scores takes about 20GB and took two hours to generate, so there's no way to do it fully client side like WebAssembly. So, the website just sends a fetch request to a PHP script which runs a command-line binary that produces the result as a JSON object.
I took a look at your code, what is this D language? I've never seen that before. How does it work for the website? Is it via web assembly?
Thanks :)