Add Craps Roguelike lab: design doc, content pages, and Svelte prototype#134
Draft
tphummel wants to merge 1 commit into
Draft
Add Craps Roguelike lab: design doc, content pages, and Svelte prototype#134tphummel wants to merge 1 commit into
tphummel wants to merge 1 commit into
Conversation
Deploying tomhummel-com with
|
| Latest commit: |
357e603
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://1db9a8e6.tomhummel-com.pages.dev |
| Branch Preview URL: | https://ai-design-roguelike-game-loo.tomhummel-com.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
node-crapssimulator.Description
content/experiments.mdand creatingcontent/lab/_index.mdandcontent/lab/craps-roguelike/_index.md.content/lab/craps-roguelike/design.mdthat defines the domain model, FSM states, engine interface, loop algorithm, UX, storage plan, and a testing strategy.static/craps-roguelike/includingApp.svelte(implements a mock engine, run/stage loop, deterministic roll sequence input, transcript, locallocalStoragehistory, and export) andindex.html(loads and compiles the Svelte component in the browser).Testing
content/lab/craps-roguelike/design.mdthat outlines unit and integration tests, fake-engine patterns, and storage/export validation to be implemented in follow-ups.Codex Task