projects:pokerface:pokerface
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| projects:pokerface:pokerface [2026/06/11 10:17] – [Developer Guide] jhagstrand | projects:pokerface:pokerface [2026/06/23 06:24] (current) – [Version History] jhagstrand | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| ===== User Guide ===== | ===== User Guide ===== | ||
| + | |||
| + | ==== About Pokerface ==== | ||
| https:// | https:// | ||
| - | Facial | + | Draw facial |
| + | |||
| + | Interpret words to convey human feelings. | ||
| + | |||
| + | Express the artificial feelings of a robot or LLM chatbot. | ||
| keyboard shortcuts | keyboard shortcuts | ||
| Line 17: | Line 23: | ||
| * focus 20 (0/100) | * focus 20 (0/100) | ||
| * pleasure 70 (0/100) | * pleasure 70 (0/100) | ||
| - | * hud 0 (0/1) | + | * sidebar |
| + | [[https:// | ||
| ===== Developer Guide ===== | ===== Developer Guide ===== | ||
| Line 27: | Line 34: | ||
| - | ==== Version History | + | ==== Task List ==== |
| - | 2026 Jun 11 - merged blend branch. | + | Add feeling words to dictionary. |
| - | revised files | + | Add muscles to face drawing, associated with components of feelings. |
| - | index.html - js code and css style data moved out | + | |
| - | pokerface.js - slider control removed, dom creation and layout removed, now focused on drawing | + | |
| - | controller.js - renamed from PokerFaceController.js, | + | |
| - | new files | ||
| - | main.js - the default script, contains startup code previously in index.html | ||
| - | pokerface.css - contains style specs previously in index.html | ||
| - | engine.js - generic command-driven architecture, | ||
| - | poker.js - state, command table, command handlers, specific to this app, for use with engine.js | ||
| - | test-suite.js - automated tester called by node.js from within aider | ||
| - | package.json - manifest file for use with test-suite.js | ||
| - | all programs upgraded to modern js | + | ==== Version History ==== |
| - | use let or const instead of var | + | |
| - | use class instead of function with prototype | + | | v1.0.0 |
| - | all js files are now modules and use import and export | + | |
| - | load scripts with defer | + | |
projects/pokerface/pokerface.1781187454.txt.gz · Last modified: 2026/06/11 10:17 by jhagstrand