Переглянути джерело

doc: add feedback text prereqs for game c1

lairaalmas 1 місяць тому
батько
коміт
cda6b0f34d
1 змінених файлів з 10 додано та 0 видалено
  1. 10 0
      js/games/circleOne.js

+ 10 - 0
js/games/circleOne.js

@@ -560,6 +560,16 @@ const circleOne = {
       );
     },
     renderOperationUI: function () {
+      /**
+       * if game mode A:
+       * - left: selected balloon position (user selection)
+       * - right: line created from the stack of arcs (pre-set)
+       *
+       * if game mode B:
+       * - left: line created from the stack of arcs (user selection)
+       * - right: baloon position (pre-set)
+       */
+
       let validCircles = self.circles.list;
       if (gameMode === 'b') {
         validCircles = [];