@almadar/std 9.0.0 → 11.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
- package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
- package/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
- package/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
- package/behaviors/registry/app/organisms/std-cms.orb +608 -512
- package/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
- package/behaviors/registry/app/organisms/std-crm.orb +887 -791
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
- package/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
- package/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
- package/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
- package/behaviors/registry/app/organisms/std-lms.orb +935 -893
- package/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
- package/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
- package/behaviors/registry/core/atoms/std-browse.orb +56 -56
- package/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
- package/behaviors/registry/core/atoms/std-calendar.orb +54 -54
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
- package/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
- package/behaviors/registry/core/atoms/std-display.orb +388 -388
- package/behaviors/registry/core/atoms/std-drawer.orb +54 -54
- package/behaviors/registry/core/atoms/std-filter.orb +47 -47
- package/behaviors/registry/core/atoms/std-gallery.orb +51 -51
- package/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/behaviors/registry/core/atoms/std-push.orb +43 -43
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
- package/behaviors/registry/core/atoms/std-related.orb +37 -37
- package/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/behaviors/registry/core/atoms/std-tabs.orb +44 -44
- package/behaviors/registry/core/molecules/std-cart.orb +55 -59
- package/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
- package/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
- package/behaviors/registry/core/molecules/std-list.orb +79 -85
- package/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
- package/behaviors/registry/game/atoms/std-collision.orb +122 -122
- package/behaviors/registry/game/atoms/std-combat.orb +66 -66
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +291 -291
- package/behaviors/registry/game/atoms/std-overworld.orb +69 -69
- package/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
- package/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
- package/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
- package/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
- package/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
- package/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
- package/behaviors/registry/service/atoms/std-service-email.orb +88 -88
- package/behaviors/registry/service/atoms/std-service-github.orb +88 -88
- package/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
- package/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
- package/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
- package/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
- package/dist/behaviors/registry/app/organisms/std-cms.orb +608 -512
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
- package/dist/behaviors/registry/app/organisms/std-crm.orb +887 -791
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
- package/dist/behaviors/registry/app/organisms/std-lms.orb +935 -893
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
- package/dist/behaviors/registry/core/atoms/std-browse.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
- package/dist/behaviors/registry/core/atoms/std-display.orb +388 -388
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-filter.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +51 -51
- package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
- package/dist/behaviors/registry/core/atoms/std-related.orb +37 -37
- package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +44 -44
- package/dist/behaviors/registry/core/molecules/std-cart.orb +55 -59
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
- package/dist/behaviors/registry/core/molecules/std-list.orb +79 -85
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
- package/dist/behaviors/registry/game/atoms/std-collision.orb +122 -122
- package/dist/behaviors/registry/game/atoms/std-combat.orb +66 -66
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +291 -291
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +69 -69
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +88 -88
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +88 -88
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
- package/package.json +1 -1
|
@@ -179,8 +179,8 @@
|
|
|
179
179
|
"DebugChallenge",
|
|
180
180
|
{
|
|
181
181
|
"emit": {
|
|
182
|
-
"
|
|
183
|
-
"
|
|
182
|
+
"success": "DebugChallengeLoaded",
|
|
183
|
+
"failure": "DebugChallengeLoadFailed"
|
|
184
184
|
}
|
|
185
185
|
}
|
|
186
186
|
],
|
|
@@ -188,22 +188,22 @@
|
|
|
188
188
|
"render-ui",
|
|
189
189
|
"main",
|
|
190
190
|
{
|
|
191
|
+
"showTopBar": true,
|
|
192
|
+
"type": "game-shell",
|
|
191
193
|
"children": [
|
|
192
194
|
{
|
|
193
195
|
"type": "game-menu",
|
|
194
196
|
"title": "Debug Challenge",
|
|
195
197
|
"menuItems": [
|
|
196
198
|
{
|
|
197
|
-
"event": "START",
|
|
198
199
|
"label": "Start",
|
|
199
|
-
"variant": "primary"
|
|
200
|
+
"variant": "primary",
|
|
201
|
+
"event": "START"
|
|
200
202
|
}
|
|
201
203
|
]
|
|
202
204
|
}
|
|
203
205
|
],
|
|
204
|
-
"
|
|
205
|
-
"appName": "Logic Training",
|
|
206
|
-
"showTopBar": true
|
|
206
|
+
"appName": "Logic Training"
|
|
207
207
|
}
|
|
208
208
|
]
|
|
209
209
|
]
|
|
@@ -217,36 +217,36 @@
|
|
|
217
217
|
"render-ui",
|
|
218
218
|
"main",
|
|
219
219
|
{
|
|
220
|
-
"type": "game-shell",
|
|
221
220
|
"showTopBar": true,
|
|
222
|
-
"appName": "Logic Training",
|
|
223
221
|
"children": [
|
|
224
222
|
{
|
|
225
|
-
"
|
|
223
|
+
"gap": "md",
|
|
226
224
|
"children": [
|
|
227
225
|
{
|
|
226
|
+
"type": "game-hud",
|
|
228
227
|
"stats": [
|
|
229
228
|
{
|
|
230
|
-
"
|
|
231
|
-
"
|
|
229
|
+
"label": "Score",
|
|
230
|
+
"value": "@entity.score"
|
|
232
231
|
},
|
|
233
232
|
{
|
|
234
233
|
"label": "Level",
|
|
235
234
|
"value": "@entity.level"
|
|
236
235
|
}
|
|
237
|
-
]
|
|
238
|
-
"type": "game-hud"
|
|
236
|
+
]
|
|
239
237
|
},
|
|
240
238
|
{
|
|
241
239
|
"entity": "DebugChallenge",
|
|
242
|
-
"
|
|
243
|
-
"
|
|
240
|
+
"completeEvent": "COMPLETE",
|
|
241
|
+
"type": "debugger-board"
|
|
244
242
|
}
|
|
245
243
|
],
|
|
246
|
-
"
|
|
244
|
+
"type": "stack",
|
|
247
245
|
"direction": "vertical"
|
|
248
246
|
}
|
|
249
|
-
]
|
|
247
|
+
],
|
|
248
|
+
"appName": "Logic Training",
|
|
249
|
+
"type": "game-shell"
|
|
250
250
|
}
|
|
251
251
|
]
|
|
252
252
|
]
|
|
@@ -265,9 +265,10 @@
|
|
|
265
265
|
"render-ui",
|
|
266
266
|
"main",
|
|
267
267
|
{
|
|
268
|
+
"appName": "Logic Training",
|
|
268
269
|
"children": [
|
|
269
270
|
{
|
|
270
|
-
"
|
|
271
|
+
"type": "game-over-screen",
|
|
271
272
|
"menuItems": [
|
|
272
273
|
{
|
|
273
274
|
"variant": "primary",
|
|
@@ -275,11 +276,10 @@
|
|
|
275
276
|
"event": "RESTART"
|
|
276
277
|
}
|
|
277
278
|
],
|
|
278
|
-
"
|
|
279
|
+
"title": "Well Done!"
|
|
279
280
|
}
|
|
280
281
|
],
|
|
281
282
|
"type": "game-shell",
|
|
282
|
-
"appName": "Logic Training",
|
|
283
283
|
"showTopBar": true
|
|
284
284
|
}
|
|
285
285
|
]
|
|
@@ -294,22 +294,22 @@
|
|
|
294
294
|
"render-ui",
|
|
295
295
|
"main",
|
|
296
296
|
{
|
|
297
|
-
"
|
|
297
|
+
"type": "game-shell",
|
|
298
298
|
"showTopBar": true,
|
|
299
|
+
"appName": "Logic Training",
|
|
299
300
|
"children": [
|
|
300
301
|
{
|
|
301
|
-
"type": "game-menu",
|
|
302
302
|
"menuItems": [
|
|
303
303
|
{
|
|
304
|
-
"label": "Start",
|
|
305
304
|
"event": "START",
|
|
306
|
-
"variant": "primary"
|
|
305
|
+
"variant": "primary",
|
|
306
|
+
"label": "Start"
|
|
307
307
|
}
|
|
308
308
|
],
|
|
309
|
+
"type": "game-menu",
|
|
309
310
|
"title": "Debug Challenge"
|
|
310
311
|
}
|
|
311
|
-
]
|
|
312
|
-
"type": "game-shell"
|
|
312
|
+
]
|
|
313
313
|
}
|
|
314
314
|
]
|
|
315
315
|
]
|
|
@@ -506,8 +506,8 @@
|
|
|
506
506
|
"NegotiateChallenge",
|
|
507
507
|
{
|
|
508
508
|
"emit": {
|
|
509
|
-
"
|
|
510
|
-
"
|
|
509
|
+
"success": "NegotiateChallengeLoaded",
|
|
510
|
+
"failure": "NegotiateChallengeLoadFailed"
|
|
511
511
|
}
|
|
512
512
|
}
|
|
513
513
|
],
|
|
@@ -515,22 +515,22 @@
|
|
|
515
515
|
"render-ui",
|
|
516
516
|
"main",
|
|
517
517
|
{
|
|
518
|
-
"showTopBar": true,
|
|
519
|
-
"type": "game-shell",
|
|
520
|
-
"appName": "Logic Training",
|
|
521
518
|
"children": [
|
|
522
519
|
{
|
|
523
|
-
"type": "game-menu",
|
|
524
|
-
"title": "Negotiate Challenge",
|
|
525
520
|
"menuItems": [
|
|
526
521
|
{
|
|
527
|
-
"label": "Start",
|
|
528
522
|
"event": "START",
|
|
523
|
+
"label": "Start",
|
|
529
524
|
"variant": "primary"
|
|
530
525
|
}
|
|
531
|
-
]
|
|
526
|
+
],
|
|
527
|
+
"title": "Negotiate Challenge",
|
|
528
|
+
"type": "game-menu"
|
|
532
529
|
}
|
|
533
|
-
]
|
|
530
|
+
],
|
|
531
|
+
"type": "game-shell",
|
|
532
|
+
"showTopBar": true,
|
|
533
|
+
"appName": "Logic Training"
|
|
534
534
|
}
|
|
535
535
|
]
|
|
536
536
|
]
|
|
@@ -544,36 +544,36 @@
|
|
|
544
544
|
"render-ui",
|
|
545
545
|
"main",
|
|
546
546
|
{
|
|
547
|
-
"type": "game-shell",
|
|
548
|
-
"appName": "Logic Training",
|
|
549
547
|
"children": [
|
|
550
548
|
{
|
|
551
|
-
"type": "stack",
|
|
552
549
|
"children": [
|
|
553
550
|
{
|
|
551
|
+
"type": "game-hud",
|
|
554
552
|
"stats": [
|
|
555
553
|
{
|
|
556
|
-
"
|
|
557
|
-
"
|
|
554
|
+
"label": "Score",
|
|
555
|
+
"value": "@entity.score"
|
|
558
556
|
},
|
|
559
557
|
{
|
|
560
|
-
"
|
|
561
|
-
"
|
|
558
|
+
"value": "@entity.level",
|
|
559
|
+
"label": "Level"
|
|
562
560
|
}
|
|
563
|
-
]
|
|
564
|
-
"type": "game-hud"
|
|
561
|
+
]
|
|
565
562
|
},
|
|
566
563
|
{
|
|
567
|
-
"
|
|
564
|
+
"completeEvent": "COMPLETE",
|
|
568
565
|
"type": "negotiator-board",
|
|
569
|
-
"
|
|
566
|
+
"entity": "NegotiateChallenge"
|
|
570
567
|
}
|
|
571
568
|
],
|
|
572
569
|
"direction": "vertical",
|
|
570
|
+
"type": "stack",
|
|
573
571
|
"gap": "md"
|
|
574
572
|
}
|
|
575
573
|
],
|
|
576
|
-
"showTopBar": true
|
|
574
|
+
"showTopBar": true,
|
|
575
|
+
"appName": "Logic Training",
|
|
576
|
+
"type": "game-shell"
|
|
577
577
|
}
|
|
578
578
|
]
|
|
579
579
|
]
|
|
@@ -592,22 +592,22 @@
|
|
|
592
592
|
"render-ui",
|
|
593
593
|
"main",
|
|
594
594
|
{
|
|
595
|
-
"type": "game-shell",
|
|
596
|
-
"showTopBar": true,
|
|
597
595
|
"appName": "Logic Training",
|
|
596
|
+
"type": "game-shell",
|
|
598
597
|
"children": [
|
|
599
598
|
{
|
|
600
|
-
"type": "game-over-screen",
|
|
601
599
|
"title": "Well Done!",
|
|
602
600
|
"menuItems": [
|
|
603
601
|
{
|
|
604
|
-
"
|
|
602
|
+
"label": "Play Again",
|
|
605
603
|
"event": "RESTART",
|
|
606
|
-
"
|
|
604
|
+
"variant": "primary"
|
|
607
605
|
}
|
|
608
|
-
]
|
|
606
|
+
],
|
|
607
|
+
"type": "game-over-screen"
|
|
609
608
|
}
|
|
610
|
-
]
|
|
609
|
+
],
|
|
610
|
+
"showTopBar": true
|
|
611
611
|
}
|
|
612
612
|
]
|
|
613
613
|
]
|
|
@@ -621,22 +621,22 @@
|
|
|
621
621
|
"render-ui",
|
|
622
622
|
"main",
|
|
623
623
|
{
|
|
624
|
-
"
|
|
624
|
+
"type": "game-shell",
|
|
625
625
|
"showTopBar": true,
|
|
626
626
|
"children": [
|
|
627
627
|
{
|
|
628
|
-
"title": "Negotiate Challenge",
|
|
629
|
-
"type": "game-menu",
|
|
630
628
|
"menuItems": [
|
|
631
629
|
{
|
|
632
|
-
"variant": "primary",
|
|
633
630
|
"label": "Start",
|
|
634
|
-
"event": "START"
|
|
631
|
+
"event": "START",
|
|
632
|
+
"variant": "primary"
|
|
635
633
|
}
|
|
636
|
-
]
|
|
634
|
+
],
|
|
635
|
+
"type": "game-menu",
|
|
636
|
+
"title": "Negotiate Challenge"
|
|
637
637
|
}
|
|
638
638
|
],
|
|
639
|
-
"
|
|
639
|
+
"appName": "Logic Training"
|
|
640
640
|
}
|
|
641
641
|
]
|
|
642
642
|
]
|
|
@@ -883,19 +883,19 @@
|
|
|
883
883
|
"render-ui",
|
|
884
884
|
"main",
|
|
885
885
|
{
|
|
886
|
+
"showTopBar": true,
|
|
886
887
|
"appName": "Logic Training",
|
|
887
888
|
"children": [
|
|
888
889
|
{
|
|
889
|
-
"
|
|
890
|
+
"multiplier": "@entity.multiplier",
|
|
890
891
|
"score": "@entity.score",
|
|
891
|
-
"type": "score-board",
|
|
892
|
-
"combo": "@entity.combo",
|
|
893
892
|
"level": "@entity.level",
|
|
894
|
-
"
|
|
893
|
+
"highScore": "@entity.highScore",
|
|
894
|
+
"combo": "@entity.combo",
|
|
895
|
+
"type": "score-board"
|
|
895
896
|
}
|
|
896
897
|
],
|
|
897
|
-
"type": "game-shell"
|
|
898
|
-
"showTopBar": true
|
|
898
|
+
"type": "game-shell"
|
|
899
899
|
}
|
|
900
900
|
]
|
|
901
901
|
]
|
|
@@ -928,18 +928,18 @@
|
|
|
928
928
|
"main",
|
|
929
929
|
{
|
|
930
930
|
"showTopBar": true,
|
|
931
|
-
"appName": "Logic Training",
|
|
932
|
-
"type": "game-shell",
|
|
933
931
|
"children": [
|
|
934
932
|
{
|
|
935
|
-
"level": "@entity.level",
|
|
936
933
|
"highScore": "@entity.highScore",
|
|
937
934
|
"score": "@entity.score",
|
|
935
|
+
"level": "@entity.level",
|
|
938
936
|
"type": "score-board",
|
|
939
937
|
"combo": "@entity.combo",
|
|
940
938
|
"multiplier": "@entity.multiplier"
|
|
941
939
|
}
|
|
942
|
-
]
|
|
940
|
+
],
|
|
941
|
+
"type": "game-shell",
|
|
942
|
+
"appName": "Logic Training"
|
|
943
943
|
}
|
|
944
944
|
]
|
|
945
945
|
]
|
|
@@ -958,17 +958,17 @@
|
|
|
958
958
|
"render-ui",
|
|
959
959
|
"main",
|
|
960
960
|
{
|
|
961
|
+
"appName": "Logic Training",
|
|
961
962
|
"children": [
|
|
962
963
|
{
|
|
963
|
-
"
|
|
964
|
+
"highScore": "@entity.highScore",
|
|
964
965
|
"combo": "@entity.combo",
|
|
965
|
-
"
|
|
966
|
+
"score": "@entity.score",
|
|
966
967
|
"level": "@entity.level",
|
|
967
|
-
"
|
|
968
|
+
"multiplier": "@entity.multiplier",
|
|
968
969
|
"type": "score-board"
|
|
969
970
|
}
|
|
970
971
|
],
|
|
971
|
-
"appName": "Logic Training",
|
|
972
972
|
"type": "game-shell",
|
|
973
973
|
"showTopBar": true
|
|
974
974
|
}
|
|
@@ -999,19 +999,19 @@
|
|
|
999
999
|
"render-ui",
|
|
1000
1000
|
"main",
|
|
1001
1001
|
{
|
|
1002
|
-
"appName": "Logic Training",
|
|
1003
|
-
"showTopBar": true,
|
|
1004
1002
|
"type": "game-shell",
|
|
1003
|
+
"appName": "Logic Training",
|
|
1005
1004
|
"children": [
|
|
1006
1005
|
{
|
|
1007
|
-
"level": "@entity.level",
|
|
1008
1006
|
"multiplier": "@entity.multiplier",
|
|
1007
|
+
"level": "@entity.level",
|
|
1009
1008
|
"type": "score-board",
|
|
1010
1009
|
"score": "@entity.score",
|
|
1011
1010
|
"highScore": "@entity.highScore",
|
|
1012
1011
|
"combo": "@entity.combo"
|
|
1013
1012
|
}
|
|
1014
|
-
]
|
|
1013
|
+
],
|
|
1014
|
+
"showTopBar": true
|
|
1015
1015
|
}
|
|
1016
1016
|
]
|
|
1017
1017
|
]
|