Claude/game website vercel ololeq - #54
Open
smile-plzz wants to merge 2 commits into
Open
Conversation
This repository was a Java game framework with no game to play, and Java no longer runs in browsers. Both gaps are closed here. web/js/framework/ ports the classes the game needed to ES modules, keeping the original names and signatures: Game (requestAnimationFrame in place of the BufferStrategy loop), GameTime, Vector2, Rectangle, MathHelper, the Keyboard/Mouse polling model, and all eleven easing families. web/js/game/ is Vector Arena itself, a wave based survival shooter with four enemy types, weapon and shield pickups, a combo multiplier, particles, and sound synthesised through the Web Audio API so the site ships no assets. It plays with keyboard and mouse, and with dual thumb sticks on touch. The site is static and self contained. vercel.json points Vercel at web/, so importing the repository deploys with no build step and no settings. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0122qn4qR9px2Prr273rwKPn
The README described cloning and deploying without ever saying which repository, so the clone and Vercel import steps could not be followed as written. Adds the smile-plzz/Game link under the title and the full clone URL to both the browser and Java setup steps. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0122qn4qR9px2Prr273rwKPn
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.
No description provided.