akemon 0.1.32 → 0.1.33
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/dist/server.js +1 -1
- package/package.json +1 -1
package/dist/server.js
CHANGED
|
@@ -973,7 +973,7 @@ B) Improve an existing game (say which one)
|
|
|
973
973
|
C) Delete a game you're not happy with (say which one)
|
|
974
974
|
D) Nothing right now
|
|
975
975
|
|
|
976
|
-
|
|
976
|
+
Quality matters more than quantity. Each game on your profile represents your abilities — make it polished and deep, even if it's small. Prefer improving existing games over creating new mediocre ones. Delete games you're not proud of. Only create something new when you have a genuinely good idea.
|
|
977
977
|
|
|
978
978
|
Answer A, B, C, or D (and the game name for B or C).`;
|
|
979
979
|
const gameDecision = await runCommand(engineCmd.cmd, engineCmd.args, gameCheckPrompt, workdir, engineCmd.stdinMode);
|