rewrite the whole game#1
Open
nikhiljha wants to merge 2 commits into
Open
Conversation
- Replace create-react-app with Vite + @vitejs/plugin-react - Upgrade React 16 to React 19 - Extract components: Track, Bets, Dice, ActionLog, Player, etc. - Add camel SVG rendering with stacking physics - Add dice roll overlay, leg results, long bets UI - Add help popover, quick start guide, rules modal - Add bot AI player and simulation engine - Add camel-tuner development tool - Update build script for Vite output Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Nikhil Jha <nikhiljha@users.noreply.github.com>
- Delete old .js component files that have .jsx replacements (App, Bets, Dice, LegResults, LongBets, Modal, Player, Track, index) - Delete CRA-specific files (serviceWorker.js, setupTests.js, logo.svg) - Delete old public/index.html and CRA icons (superseded by root index.html) - Add client/dist/ to .gitignore Fixes build.sh which failed because Vite resolved App.js (with JSX) instead of App.jsx. Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Nikhil Jha <nikhiljha@users.noreply.github.com>
samclearman
added a commit
that referenced
this pull request
Jul 14, 2026
Integrate PR #1: new client at /, original at /classic
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.
made the game more self explanatory and user friendly
This is a big pile of slop / I have read 0% of the code but it does appear to work.