Pokémon game clone — playable in browser + downloadable for PC#9
Draft
ilikevibecoding wants to merge 23 commits into
Draft
Pokémon game clone — playable in browser + downloadable for PC#9ilikevibecoding wants to merge 23 commits into
ilikevibecoding wants to merge 23 commits into
Conversation
Co-authored-by: ilikevibecoding <ilikevibecoding@users.noreply.github.com>
Co-authored-by: ilikevibecoding <ilikevibecoding@users.noreply.github.com>
Co-authored-by: ilikevibecoding <ilikevibecoding@users.noreply.github.com>
…rld data Co-authored-by: ilikevibecoding <ilikevibecoding@users.noreply.github.com>
… title, intro Co-authored-by: ilikevibecoding <ilikevibecoding@users.noreply.github.com>
Co-authored-by: ilikevibecoding <ilikevibecoding@users.noreply.github.com>
Co-authored-by: ilikevibecoding <ilikevibecoding@users.noreply.github.com>
Co-authored-by: ilikevibecoding <ilikevibecoding@users.noreply.github.com>
…gnment Co-authored-by: ilikevibecoding <ilikevibecoding@users.noreply.github.com>
Co-authored-by: ilikevibecoding <ilikevibecoding@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…verhaul Co-authored-by: ilikevibecoding <ilikevibecoding@users.noreply.github.com>
…mmit, victory hall, story gates, objective tracker, credits Co-authored-by: ilikevibecoding <ilikevibecoding@users.noreply.github.com>
Co-authored-by: ilikevibecoding <ilikevibecoding@users.noreply.github.com>
Co-authored-by: ilikevibecoding <ilikevibecoding@users.noreply.github.com>
Co-authored-by: ilikevibecoding <ilikevibecoding@users.noreply.github.com>
…nts, bus fast travel Co-authored-by: ilikevibecoding <ilikevibecoding@users.noreply.github.com>
…sting Co-authored-by: ilikevibecoding <ilikevibecoding@users.noreply.github.com>
Co-authored-by: ilikevibecoding <ilikevibecoding@users.noreply.github.com>
…allowance, Ember +15% Co-authored-by: ilikevibecoding <ilikevibecoding@users.noreply.github.com>
Co-authored-by: ilikevibecoding <ilikevibecoding@users.noreply.github.com>
…em-dash glyph) Co-authored-by: ilikevibecoding <ilikevibecoding@users.noreply.github.com>
… you-are-here marker Co-authored-by: ilikevibecoding <ilikevibecoding@users.noreply.github.com>
Co-authored-by: ilikevibecoding <ilikevibecoding@users.noreply.github.com>
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.
What this adds
A complete Game-Boy-style Pokémon fan game in a new
pokemon/folder, using real public assets (PokeAPI sprites/cries/data). Nothing else in the repo is touched — the phone-gift site and Unity project are unchanged.Play it
https://ehpurple.com/pokemon/(deploys automatically when this merges tomain; note the domain's DNS currently points away from GitHub Pages and needs fixing at the registrar)index.html. No install needed; saves persist in the browser.Features
Bug fixes this round
Testing
node --test pokemon/tests/formulas.test.mjs— 7/7 battle-math unit tests passnode pokemon/tools/lint_maps.mjs— all maps validated (warps incl. shared-interior "return" exits, NPCs, signs, encounters)pokemon/tests/e2e.mjs(Playwright) — full smoke test passes over HTTP, overfile://, and against the unzipped PC build: intro → starter → rival battle → wild catch → save → reload → continueNotes
pokemon/intodist/downloads/pokemon-pc.zip; classic scripts + no runtime fetch is what makes the offline double-click experience work.pokemon/assets/CREDITS.md/pokemon/README.md.