@almadar/std 8.2.0 → 8.4.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 +74 -74
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/dist/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/dist/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/dist/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/dist/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/dist/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/dist/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/dist/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/dist/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/dist/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/dist/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/package.json +1 -1
|
@@ -190,20 +190,20 @@
|
|
|
190
190
|
{
|
|
191
191
|
"appName": "Logic Training",
|
|
192
192
|
"type": "game-shell",
|
|
193
|
+
"showTopBar": true,
|
|
193
194
|
"children": [
|
|
194
195
|
{
|
|
195
|
-
"
|
|
196
|
+
"type": "game-menu",
|
|
196
197
|
"menuItems": [
|
|
197
198
|
{
|
|
198
|
-
"event": "START",
|
|
199
199
|
"variant": "primary",
|
|
200
|
+
"event": "START",
|
|
200
201
|
"label": "Start"
|
|
201
202
|
}
|
|
202
203
|
],
|
|
203
|
-
"
|
|
204
|
+
"title": "Debug Challenge"
|
|
204
205
|
}
|
|
205
|
-
]
|
|
206
|
-
"showTopBar": true
|
|
206
|
+
]
|
|
207
207
|
}
|
|
208
208
|
]
|
|
209
209
|
]
|
|
@@ -218,11 +218,12 @@
|
|
|
218
218
|
"main",
|
|
219
219
|
{
|
|
220
220
|
"showTopBar": true,
|
|
221
|
+
"appName": "Logic Training",
|
|
221
222
|
"type": "game-shell",
|
|
222
223
|
"children": [
|
|
223
224
|
{
|
|
224
|
-
"direction": "vertical",
|
|
225
225
|
"type": "stack",
|
|
226
|
+
"direction": "vertical",
|
|
226
227
|
"gap": "md",
|
|
227
228
|
"children": [
|
|
228
229
|
{
|
|
@@ -233,20 +234,19 @@
|
|
|
233
234
|
"label": "Score"
|
|
234
235
|
},
|
|
235
236
|
{
|
|
236
|
-
"
|
|
237
|
-
"
|
|
237
|
+
"label": "Level",
|
|
238
|
+
"value": "@entity.level"
|
|
238
239
|
}
|
|
239
240
|
]
|
|
240
241
|
},
|
|
241
242
|
{
|
|
242
|
-
"
|
|
243
|
+
"completeEvent": "COMPLETE",
|
|
243
244
|
"type": "debugger-board",
|
|
244
|
-
"
|
|
245
|
+
"entity": "DebugChallenge"
|
|
245
246
|
}
|
|
246
247
|
]
|
|
247
248
|
}
|
|
248
|
-
]
|
|
249
|
-
"appName": "Logic Training"
|
|
249
|
+
]
|
|
250
250
|
}
|
|
251
251
|
]
|
|
252
252
|
]
|
|
@@ -266,21 +266,21 @@
|
|
|
266
266
|
"main",
|
|
267
267
|
{
|
|
268
268
|
"showTopBar": true,
|
|
269
|
+
"appName": "Logic Training",
|
|
270
|
+
"type": "game-shell",
|
|
269
271
|
"children": [
|
|
270
272
|
{
|
|
271
|
-
"title": "Well Done!",
|
|
272
273
|
"type": "game-over-screen",
|
|
274
|
+
"title": "Well Done!",
|
|
273
275
|
"menuItems": [
|
|
274
276
|
{
|
|
275
|
-
"label": "Play Again",
|
|
276
277
|
"event": "RESTART",
|
|
278
|
+
"label": "Play Again",
|
|
277
279
|
"variant": "primary"
|
|
278
280
|
}
|
|
279
281
|
]
|
|
280
282
|
}
|
|
281
|
-
]
|
|
282
|
-
"type": "game-shell",
|
|
283
|
-
"appName": "Logic Training"
|
|
283
|
+
]
|
|
284
284
|
}
|
|
285
285
|
]
|
|
286
286
|
]
|
|
@@ -294,22 +294,22 @@
|
|
|
294
294
|
"render-ui",
|
|
295
295
|
"main",
|
|
296
296
|
{
|
|
297
|
-
"showTopBar": true,
|
|
298
|
-
"appName": "Logic Training",
|
|
299
297
|
"type": "game-shell",
|
|
298
|
+
"appName": "Logic Training",
|
|
300
299
|
"children": [
|
|
301
300
|
{
|
|
302
|
-
"type": "game-menu",
|
|
303
301
|
"menuItems": [
|
|
304
302
|
{
|
|
305
|
-
"
|
|
303
|
+
"variant": "primary",
|
|
306
304
|
"event": "START",
|
|
307
|
-
"
|
|
305
|
+
"label": "Start"
|
|
308
306
|
}
|
|
309
307
|
],
|
|
308
|
+
"type": "game-menu",
|
|
310
309
|
"title": "Debug Challenge"
|
|
311
310
|
}
|
|
312
|
-
]
|
|
311
|
+
],
|
|
312
|
+
"showTopBar": true
|
|
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
|
],
|
|
@@ -519,15 +519,15 @@
|
|
|
519
519
|
"appName": "Logic Training",
|
|
520
520
|
"children": [
|
|
521
521
|
{
|
|
522
|
+
"title": "Negotiate Challenge",
|
|
523
|
+
"type": "game-menu",
|
|
522
524
|
"menuItems": [
|
|
523
525
|
{
|
|
524
526
|
"event": "START",
|
|
525
|
-
"
|
|
526
|
-
"
|
|
527
|
+
"variant": "primary",
|
|
528
|
+
"label": "Start"
|
|
527
529
|
}
|
|
528
|
-
]
|
|
529
|
-
"type": "game-menu",
|
|
530
|
-
"title": "Negotiate Challenge"
|
|
530
|
+
]
|
|
531
531
|
}
|
|
532
532
|
],
|
|
533
533
|
"showTopBar": true
|
|
@@ -546,24 +546,22 @@
|
|
|
546
546
|
{
|
|
547
547
|
"showTopBar": true,
|
|
548
548
|
"type": "game-shell",
|
|
549
|
-
"appName": "Logic Training",
|
|
550
549
|
"children": [
|
|
551
550
|
{
|
|
552
551
|
"type": "stack",
|
|
553
|
-
"direction": "vertical",
|
|
554
552
|
"children": [
|
|
555
553
|
{
|
|
556
|
-
"type": "game-hud",
|
|
557
554
|
"stats": [
|
|
558
555
|
{
|
|
559
|
-
"
|
|
560
|
-
"
|
|
556
|
+
"value": "@entity.score",
|
|
557
|
+
"label": "Score"
|
|
561
558
|
},
|
|
562
559
|
{
|
|
563
560
|
"label": "Level",
|
|
564
561
|
"value": "@entity.level"
|
|
565
562
|
}
|
|
566
|
-
]
|
|
563
|
+
],
|
|
564
|
+
"type": "game-hud"
|
|
567
565
|
},
|
|
568
566
|
{
|
|
569
567
|
"entity": "NegotiateChallenge",
|
|
@@ -571,9 +569,11 @@
|
|
|
571
569
|
"type": "negotiator-board"
|
|
572
570
|
}
|
|
573
571
|
],
|
|
572
|
+
"direction": "vertical",
|
|
574
573
|
"gap": "md"
|
|
575
574
|
}
|
|
576
|
-
]
|
|
575
|
+
],
|
|
576
|
+
"appName": "Logic Training"
|
|
577
577
|
}
|
|
578
578
|
]
|
|
579
579
|
]
|
|
@@ -592,21 +592,21 @@
|
|
|
592
592
|
"render-ui",
|
|
593
593
|
"main",
|
|
594
594
|
{
|
|
595
|
+
"type": "game-shell",
|
|
595
596
|
"children": [
|
|
596
597
|
{
|
|
598
|
+
"type": "game-over-screen",
|
|
597
599
|
"title": "Well Done!",
|
|
598
600
|
"menuItems": [
|
|
599
601
|
{
|
|
600
|
-
"label": "Play Again",
|
|
601
602
|
"event": "RESTART",
|
|
602
|
-
"variant": "primary"
|
|
603
|
+
"variant": "primary",
|
|
604
|
+
"label": "Play Again"
|
|
603
605
|
}
|
|
604
|
-
]
|
|
605
|
-
"type": "game-over-screen"
|
|
606
|
+
]
|
|
606
607
|
}
|
|
607
608
|
],
|
|
608
609
|
"appName": "Logic Training",
|
|
609
|
-
"type": "game-shell",
|
|
610
610
|
"showTopBar": true
|
|
611
611
|
}
|
|
612
612
|
]
|
|
@@ -622,21 +622,21 @@
|
|
|
622
622
|
"main",
|
|
623
623
|
{
|
|
624
624
|
"type": "game-shell",
|
|
625
|
+
"showTopBar": true,
|
|
626
|
+
"appName": "Logic Training",
|
|
625
627
|
"children": [
|
|
626
628
|
{
|
|
627
|
-
"type": "game-menu",
|
|
628
|
-
"title": "Negotiate Challenge",
|
|
629
629
|
"menuItems": [
|
|
630
630
|
{
|
|
631
|
-
"variant": "primary",
|
|
632
631
|
"label": "Start",
|
|
633
|
-
"event": "START"
|
|
632
|
+
"event": "START",
|
|
633
|
+
"variant": "primary"
|
|
634
634
|
}
|
|
635
|
-
]
|
|
635
|
+
],
|
|
636
|
+
"type": "game-menu",
|
|
637
|
+
"title": "Negotiate Challenge"
|
|
636
638
|
}
|
|
637
|
-
]
|
|
638
|
-
"showTopBar": true,
|
|
639
|
-
"appName": "Logic Training"
|
|
639
|
+
]
|
|
640
640
|
}
|
|
641
641
|
]
|
|
642
642
|
]
|
|
@@ -874,8 +874,8 @@
|
|
|
874
874
|
"TrainingScore",
|
|
875
875
|
{
|
|
876
876
|
"emit": {
|
|
877
|
-
"
|
|
878
|
-
"
|
|
877
|
+
"success": "TrainingScoreLoaded",
|
|
878
|
+
"failure": "TrainingScoreLoadFailed"
|
|
879
879
|
}
|
|
880
880
|
}
|
|
881
881
|
],
|
|
@@ -883,18 +883,18 @@
|
|
|
883
883
|
"render-ui",
|
|
884
884
|
"main",
|
|
885
885
|
{
|
|
886
|
+
"type": "game-shell",
|
|
886
887
|
"showTopBar": true,
|
|
887
888
|
"children": [
|
|
888
889
|
{
|
|
889
|
-
"multiplier": "@entity.multiplier",
|
|
890
|
-
"score": "@entity.score",
|
|
891
|
-
"highScore": "@entity.highScore",
|
|
892
890
|
"type": "score-board",
|
|
893
891
|
"combo": "@entity.combo",
|
|
894
|
-
"
|
|
892
|
+
"highScore": "@entity.highScore",
|
|
893
|
+
"multiplier": "@entity.multiplier",
|
|
894
|
+
"level": "@entity.level",
|
|
895
|
+
"score": "@entity.score"
|
|
895
896
|
}
|
|
896
897
|
],
|
|
897
|
-
"type": "game-shell",
|
|
898
898
|
"appName": "Logic Training"
|
|
899
899
|
}
|
|
900
900
|
]
|
|
@@ -927,19 +927,19 @@
|
|
|
927
927
|
"render-ui",
|
|
928
928
|
"main",
|
|
929
929
|
{
|
|
930
|
+
"showTopBar": true,
|
|
931
|
+
"appName": "Logic Training",
|
|
932
|
+
"type": "game-shell",
|
|
930
933
|
"children": [
|
|
931
934
|
{
|
|
935
|
+
"level": "@entity.level",
|
|
936
|
+
"score": "@entity.score",
|
|
932
937
|
"type": "score-board",
|
|
938
|
+
"combo": "@entity.combo",
|
|
933
939
|
"multiplier": "@entity.multiplier",
|
|
934
|
-
"
|
|
935
|
-
"highScore": "@entity.highScore",
|
|
936
|
-
"level": "@entity.level",
|
|
937
|
-
"combo": "@entity.combo"
|
|
940
|
+
"highScore": "@entity.highScore"
|
|
938
941
|
}
|
|
939
|
-
]
|
|
940
|
-
"showTopBar": true,
|
|
941
|
-
"type": "game-shell",
|
|
942
|
-
"appName": "Logic Training"
|
|
942
|
+
]
|
|
943
943
|
}
|
|
944
944
|
]
|
|
945
945
|
]
|
|
@@ -958,19 +958,19 @@
|
|
|
958
958
|
"render-ui",
|
|
959
959
|
"main",
|
|
960
960
|
{
|
|
961
|
-
"type": "game-shell",
|
|
962
961
|
"showTopBar": true,
|
|
963
962
|
"children": [
|
|
964
963
|
{
|
|
965
|
-
"type": "score-board",
|
|
966
|
-
"highScore": "@entity.highScore",
|
|
967
964
|
"combo": "@entity.combo",
|
|
968
965
|
"multiplier": "@entity.multiplier",
|
|
969
966
|
"level": "@entity.level",
|
|
970
|
-
"score": "@entity.score"
|
|
967
|
+
"score": "@entity.score",
|
|
968
|
+
"type": "score-board",
|
|
969
|
+
"highScore": "@entity.highScore"
|
|
971
970
|
}
|
|
972
971
|
],
|
|
973
|
-
"appName": "Logic Training"
|
|
972
|
+
"appName": "Logic Training",
|
|
973
|
+
"type": "game-shell"
|
|
974
974
|
}
|
|
975
975
|
]
|
|
976
976
|
]
|
|
@@ -999,19 +999,19 @@
|
|
|
999
999
|
"render-ui",
|
|
1000
1000
|
"main",
|
|
1001
1001
|
{
|
|
1002
|
-
"type": "game-shell",
|
|
1003
|
-
"showTopBar": true,
|
|
1004
1002
|
"children": [
|
|
1005
1003
|
{
|
|
1006
|
-
"
|
|
1004
|
+
"level": "@entity.level",
|
|
1007
1005
|
"type": "score-board",
|
|
1008
|
-
"combo": "@entity.combo",
|
|
1009
1006
|
"multiplier": "@entity.multiplier",
|
|
1010
|
-
"
|
|
1011
|
-
"score": "@entity.score"
|
|
1007
|
+
"combo": "@entity.combo",
|
|
1008
|
+
"score": "@entity.score",
|
|
1009
|
+
"highScore": "@entity.highScore"
|
|
1012
1010
|
}
|
|
1013
1011
|
],
|
|
1014
|
-
"
|
|
1012
|
+
"showTopBar": true,
|
|
1013
|
+
"appName": "Logic Training",
|
|
1014
|
+
"type": "game-shell"
|
|
1015
1015
|
}
|
|
1016
1016
|
]
|
|
1017
1017
|
]
|
|
@@ -1034,4 +1034,4 @@
|
|
|
1034
1034
|
]
|
|
1035
1035
|
}
|
|
1036
1036
|
]
|
|
1037
|
-
}
|
|
1037
|
+
}
|