@almadar/std 8.2.0 → 8.3.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 +83 -83
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
- package/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
- package/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
- package/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
- package/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
- package/behaviors/registry/app/organisms/std-cms.orb +445 -445
- package/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
- package/behaviors/registry/app/organisms/std-crm.orb +781 -781
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
- package/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
- package/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
- package/behaviors/registry/app/organisms/std-lms.orb +863 -863
- package/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
- package/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
- package/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
- package/behaviors/registry/core/atoms/std-calendar.orb +55 -55
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +371 -371
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +46 -46
- package/behaviors/registry/core/atoms/std-gallery.orb +50 -50
- package/behaviors/registry/core/atoms/std-modal.orb +14 -32
- package/behaviors/registry/core/atoms/std-pagination.orb +45 -45
- package/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
- package/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/behaviors/registry/core/atoms/std-search.orb +71 -71
- package/behaviors/registry/core/atoms/std-selection.orb +89 -89
- package/behaviors/registry/core/atoms/std-tabs.orb +49 -49
- package/behaviors/registry/core/molecules/std-cart.orb +54 -54
- package/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
- package/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
- package/behaviors/registry/core/molecules/std-list.orb +60 -60
- package/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
- package/behaviors/registry/game/atoms/std-collision.orb +143 -143
- package/behaviors/registry/game/atoms/std-combat.orb +80 -80
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
- package/behaviors/registry/game/atoms/std-movement.orb +300 -300
- package/behaviors/registry/game/atoms/std-overworld.orb +63 -63
- package/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/behaviors/registry/game/atoms/std-timer.orb +251 -260
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
- package/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
- package/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
- package/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
- package/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
- package/behaviors/registry/service/atoms/std-service-email.orb +84 -84
- package/behaviors/registry/service/atoms/std-service-github.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
- package/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
- package/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +83 -83
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
- package/dist/behaviors/registry/app/organisms/std-cms.orb +445 -445
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
- package/dist/behaviors/registry/app/organisms/std-crm.orb +781 -781
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
- package/dist/behaviors/registry/app/organisms/std-lms.orb +863 -863
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
- package/dist/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +371 -371
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +46 -46
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-modal.orb +14 -32
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +45 -45
- package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
- package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-search.orb +71 -71
- package/dist/behaviors/registry/core/atoms/std-selection.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-cart.orb +54 -54
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
- package/dist/behaviors/registry/core/molecules/std-list.orb +60 -60
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
- package/dist/behaviors/registry/game/atoms/std-collision.orb +143 -143
- package/dist/behaviors/registry/game/atoms/std-combat.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
- package/dist/behaviors/registry/game/atoms/std-movement.orb +300 -300
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +63 -63
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/dist/behaviors/registry/game/atoms/std-timer.orb +251 -260
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +84 -84
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
- package/package.json +1 -1
|
@@ -179,8 +179,8 @@
|
|
|
179
179
|
"DebugChallenge",
|
|
180
180
|
{
|
|
181
181
|
"emit": {
|
|
182
|
-
"
|
|
183
|
-
"
|
|
182
|
+
"failure": "DebugChallengeLoadFailed",
|
|
183
|
+
"success": "DebugChallengeLoaded"
|
|
184
184
|
}
|
|
185
185
|
}
|
|
186
186
|
],
|
|
@@ -188,21 +188,21 @@
|
|
|
188
188
|
"render-ui",
|
|
189
189
|
"main",
|
|
190
190
|
{
|
|
191
|
-
"appName": "Logic Training",
|
|
192
191
|
"type": "game-shell",
|
|
193
192
|
"children": [
|
|
194
193
|
{
|
|
195
194
|
"title": "Debug Challenge",
|
|
196
195
|
"menuItems": [
|
|
197
196
|
{
|
|
197
|
+
"label": "Start",
|
|
198
198
|
"event": "START",
|
|
199
|
-
"variant": "primary"
|
|
200
|
-
"label": "Start"
|
|
199
|
+
"variant": "primary"
|
|
201
200
|
}
|
|
202
201
|
],
|
|
203
202
|
"type": "game-menu"
|
|
204
203
|
}
|
|
205
204
|
],
|
|
205
|
+
"appName": "Logic Training",
|
|
206
206
|
"showTopBar": true
|
|
207
207
|
}
|
|
208
208
|
]
|
|
@@ -218,11 +218,10 @@
|
|
|
218
218
|
"main",
|
|
219
219
|
{
|
|
220
220
|
"showTopBar": true,
|
|
221
|
-
"type": "game-shell",
|
|
222
221
|
"children": [
|
|
223
222
|
{
|
|
224
|
-
"direction": "vertical",
|
|
225
223
|
"type": "stack",
|
|
224
|
+
"direction": "vertical",
|
|
226
225
|
"gap": "md",
|
|
227
226
|
"children": [
|
|
228
227
|
{
|
|
@@ -233,19 +232,20 @@
|
|
|
233
232
|
"label": "Score"
|
|
234
233
|
},
|
|
235
234
|
{
|
|
236
|
-
"
|
|
237
|
-
"
|
|
235
|
+
"label": "Level",
|
|
236
|
+
"value": "@entity.level"
|
|
238
237
|
}
|
|
239
238
|
]
|
|
240
239
|
},
|
|
241
240
|
{
|
|
242
|
-
"
|
|
241
|
+
"completeEvent": "COMPLETE",
|
|
243
242
|
"type": "debugger-board",
|
|
244
|
-
"
|
|
243
|
+
"entity": "DebugChallenge"
|
|
245
244
|
}
|
|
246
245
|
]
|
|
247
246
|
}
|
|
248
247
|
],
|
|
248
|
+
"type": "game-shell",
|
|
249
249
|
"appName": "Logic Training"
|
|
250
250
|
}
|
|
251
251
|
]
|
|
@@ -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
273
|
"title": "Well Done!",
|
|
272
274
|
"type": "game-over-screen",
|
|
273
275
|
"menuItems": [
|
|
274
276
|
{
|
|
275
|
-
"label": "Play Again",
|
|
276
277
|
"event": "RESTART",
|
|
277
|
-
"variant": "primary"
|
|
278
|
+
"variant": "primary",
|
|
279
|
+
"label": "Play Again"
|
|
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
|
-
"type": "game-shell",
|
|
300
297
|
"children": [
|
|
301
298
|
{
|
|
302
|
-
"type": "game-menu",
|
|
303
299
|
"menuItems": [
|
|
304
300
|
{
|
|
305
|
-
"
|
|
301
|
+
"variant": "primary",
|
|
306
302
|
"event": "START",
|
|
307
|
-
"
|
|
303
|
+
"label": "Start"
|
|
308
304
|
}
|
|
309
305
|
],
|
|
310
|
-
"title": "Debug Challenge"
|
|
306
|
+
"title": "Debug Challenge",
|
|
307
|
+
"type": "game-menu"
|
|
311
308
|
}
|
|
312
|
-
]
|
|
309
|
+
],
|
|
310
|
+
"type": "game-shell",
|
|
311
|
+
"appName": "Logic Training",
|
|
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
|
],
|
|
@@ -515,22 +515,22 @@
|
|
|
515
515
|
"render-ui",
|
|
516
516
|
"main",
|
|
517
517
|
{
|
|
518
|
-
"type": "game-shell",
|
|
519
|
-
"appName": "Logic Training",
|
|
520
518
|
"children": [
|
|
521
519
|
{
|
|
520
|
+
"type": "game-menu",
|
|
521
|
+
"title": "Negotiate Challenge",
|
|
522
522
|
"menuItems": [
|
|
523
523
|
{
|
|
524
|
-
"event": "START",
|
|
525
524
|
"label": "Start",
|
|
525
|
+
"event": "START",
|
|
526
526
|
"variant": "primary"
|
|
527
527
|
}
|
|
528
|
-
]
|
|
529
|
-
"type": "game-menu",
|
|
530
|
-
"title": "Negotiate Challenge"
|
|
528
|
+
]
|
|
531
529
|
}
|
|
532
530
|
],
|
|
533
|
-
"
|
|
531
|
+
"appName": "Logic Training",
|
|
532
|
+
"showTopBar": true,
|
|
533
|
+
"type": "game-shell"
|
|
534
534
|
}
|
|
535
535
|
]
|
|
536
536
|
]
|
|
@@ -544,36 +544,36 @@
|
|
|
544
544
|
"render-ui",
|
|
545
545
|
"main",
|
|
546
546
|
{
|
|
547
|
-
"showTopBar": true,
|
|
548
|
-
"type": "game-shell",
|
|
549
|
-
"appName": "Logic Training",
|
|
550
547
|
"children": [
|
|
551
548
|
{
|
|
552
|
-
"type": "stack",
|
|
553
|
-
"direction": "vertical",
|
|
554
549
|
"children": [
|
|
555
550
|
{
|
|
556
|
-
"type": "game-hud",
|
|
557
551
|
"stats": [
|
|
558
552
|
{
|
|
559
|
-
"
|
|
560
|
-
"
|
|
553
|
+
"value": "@entity.score",
|
|
554
|
+
"label": "Score"
|
|
561
555
|
},
|
|
562
556
|
{
|
|
563
557
|
"label": "Level",
|
|
564
558
|
"value": "@entity.level"
|
|
565
559
|
}
|
|
566
|
-
]
|
|
560
|
+
],
|
|
561
|
+
"type": "game-hud"
|
|
567
562
|
},
|
|
568
563
|
{
|
|
569
|
-
"entity": "NegotiateChallenge",
|
|
570
564
|
"completeEvent": "COMPLETE",
|
|
571
|
-
"type": "negotiator-board"
|
|
565
|
+
"type": "negotiator-board",
|
|
566
|
+
"entity": "NegotiateChallenge"
|
|
572
567
|
}
|
|
573
568
|
],
|
|
574
|
-
"
|
|
569
|
+
"type": "stack",
|
|
570
|
+
"gap": "md",
|
|
571
|
+
"direction": "vertical"
|
|
575
572
|
}
|
|
576
|
-
]
|
|
573
|
+
],
|
|
574
|
+
"type": "game-shell",
|
|
575
|
+
"showTopBar": true,
|
|
576
|
+
"appName": "Logic Training"
|
|
577
577
|
}
|
|
578
578
|
]
|
|
579
579
|
]
|
|
@@ -597,16 +597,16 @@
|
|
|
597
597
|
"title": "Well Done!",
|
|
598
598
|
"menuItems": [
|
|
599
599
|
{
|
|
600
|
-
"
|
|
600
|
+
"variant": "primary",
|
|
601
601
|
"event": "RESTART",
|
|
602
|
-
"
|
|
602
|
+
"label": "Play Again"
|
|
603
603
|
}
|
|
604
604
|
],
|
|
605
605
|
"type": "game-over-screen"
|
|
606
606
|
}
|
|
607
607
|
],
|
|
608
|
-
"appName": "Logic Training",
|
|
609
608
|
"type": "game-shell",
|
|
609
|
+
"appName": "Logic Training",
|
|
610
610
|
"showTopBar": true
|
|
611
611
|
}
|
|
612
612
|
]
|
|
@@ -622,21 +622,21 @@
|
|
|
622
622
|
"main",
|
|
623
623
|
{
|
|
624
624
|
"type": "game-shell",
|
|
625
|
+
"appName": "Logic Training",
|
|
626
|
+
"showTopBar": true,
|
|
625
627
|
"children": [
|
|
626
628
|
{
|
|
627
|
-
"type": "game-menu",
|
|
628
629
|
"title": "Negotiate Challenge",
|
|
629
630
|
"menuItems": [
|
|
630
631
|
{
|
|
631
|
-
"
|
|
632
|
+
"event": "START",
|
|
632
633
|
"label": "Start",
|
|
633
|
-
"
|
|
634
|
+
"variant": "primary"
|
|
634
635
|
}
|
|
635
|
-
]
|
|
636
|
+
],
|
|
637
|
+
"type": "game-menu"
|
|
636
638
|
}
|
|
637
|
-
]
|
|
638
|
-
"showTopBar": true,
|
|
639
|
-
"appName": "Logic Training"
|
|
639
|
+
]
|
|
640
640
|
}
|
|
641
641
|
]
|
|
642
642
|
]
|
|
@@ -883,19 +883,19 @@
|
|
|
883
883
|
"render-ui",
|
|
884
884
|
"main",
|
|
885
885
|
{
|
|
886
|
+
"type": "game-shell",
|
|
886
887
|
"showTopBar": true,
|
|
888
|
+
"appName": "Logic Training",
|
|
887
889
|
"children": [
|
|
888
890
|
{
|
|
889
|
-
"multiplier": "@entity.multiplier",
|
|
890
|
-
"score": "@entity.score",
|
|
891
891
|
"highScore": "@entity.highScore",
|
|
892
|
+
"score": "@entity.score",
|
|
893
|
+
"multiplier": "@entity.multiplier",
|
|
892
894
|
"type": "score-board",
|
|
893
|
-
"
|
|
894
|
-
"
|
|
895
|
+
"level": "@entity.level",
|
|
896
|
+
"combo": "@entity.combo"
|
|
895
897
|
}
|
|
896
|
-
]
|
|
897
|
-
"type": "game-shell",
|
|
898
|
-
"appName": "Logic Training"
|
|
898
|
+
]
|
|
899
899
|
}
|
|
900
900
|
]
|
|
901
901
|
]
|
|
@@ -927,19 +927,19 @@
|
|
|
927
927
|
"render-ui",
|
|
928
928
|
"main",
|
|
929
929
|
{
|
|
930
|
+
"type": "game-shell",
|
|
931
|
+
"appName": "Logic Training",
|
|
930
932
|
"children": [
|
|
931
933
|
{
|
|
932
|
-
"
|
|
933
|
-
"
|
|
934
|
+
"level": "@entity.level",
|
|
935
|
+
"combo": "@entity.combo",
|
|
934
936
|
"score": "@entity.score",
|
|
935
937
|
"highScore": "@entity.highScore",
|
|
936
|
-
"
|
|
937
|
-
"
|
|
938
|
+
"type": "score-board",
|
|
939
|
+
"multiplier": "@entity.multiplier"
|
|
938
940
|
}
|
|
939
941
|
],
|
|
940
|
-
"showTopBar": true
|
|
941
|
-
"type": "game-shell",
|
|
942
|
-
"appName": "Logic Training"
|
|
942
|
+
"showTopBar": true
|
|
943
943
|
}
|
|
944
944
|
]
|
|
945
945
|
]
|
|
@@ -958,8 +958,6 @@
|
|
|
958
958
|
"render-ui",
|
|
959
959
|
"main",
|
|
960
960
|
{
|
|
961
|
-
"type": "game-shell",
|
|
962
|
-
"showTopBar": true,
|
|
963
961
|
"children": [
|
|
964
962
|
{
|
|
965
963
|
"type": "score-board",
|
|
@@ -970,6 +968,8 @@
|
|
|
970
968
|
"score": "@entity.score"
|
|
971
969
|
}
|
|
972
970
|
],
|
|
971
|
+
"showTopBar": true,
|
|
972
|
+
"type": "game-shell",
|
|
973
973
|
"appName": "Logic Training"
|
|
974
974
|
}
|
|
975
975
|
]
|
|
@@ -999,19 +999,19 @@
|
|
|
999
999
|
"render-ui",
|
|
1000
1000
|
"main",
|
|
1001
1001
|
{
|
|
1002
|
+
"appName": "Logic Training",
|
|
1002
1003
|
"type": "game-shell",
|
|
1003
1004
|
"showTopBar": true,
|
|
1004
1005
|
"children": [
|
|
1005
1006
|
{
|
|
1007
|
+
"score": "@entity.score",
|
|
1006
1008
|
"highScore": "@entity.highScore",
|
|
1007
1009
|
"type": "score-board",
|
|
1008
1010
|
"combo": "@entity.combo",
|
|
1009
1011
|
"multiplier": "@entity.multiplier",
|
|
1010
|
-
"level": "@entity.level"
|
|
1011
|
-
"score": "@entity.score"
|
|
1012
|
+
"level": "@entity.level"
|
|
1012
1013
|
}
|
|
1013
|
-
]
|
|
1014
|
-
"appName": "Logic Training"
|
|
1014
|
+
]
|
|
1015
1015
|
}
|
|
1016
1016
|
]
|
|
1017
1017
|
]
|
|
@@ -1034,4 +1034,4 @@
|
|
|
1034
1034
|
]
|
|
1035
1035
|
}
|
|
1036
1036
|
]
|
|
1037
|
-
}
|
|
1037
|
+
}
|