Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
したがって、16 個のボタンがあり、ユーザーがボタンをクリックすると、データベースからテキストが設定されます。彼は今、これらの用語から最終的な答えを推測しています。彼がゲームでクリックしなかったボタンごとにポイントを追加する必要があります。私は試した:
if(!button.isPressed){ points = points + 1; }
これはうまくいきませんでした。
グローバル カウンターを作成し、ボタンを押すたびに増加させます (onClickListener)。次に、ボタンの総数からカウンターを差し引きます。それがスコアです。