Skip to content

Claude/game website vercel ololeq - #54

Open
smile-plzz wants to merge 2 commits into
pacampbell:masterfrom
smile-plzz:claude/game-website-vercel-ololeq
Open

Claude/game website vercel ololeq#54
smile-plzz wants to merge 2 commits into
pacampbell:masterfrom
smile-plzz:claude/game-website-vercel-ololeq

Conversation

@smile-plzz

Copy link
Copy Markdown

No description provided.

claude added 2 commits July 30, 2026 19:35
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants