π An incremental game where you optimize token production to chase the ultimate high score.
Clone the repository:
git clone https://github.com/remarkablegames/tokenmaxxer.git
cd tokenmaxxerInstall the dependencies:
npm installIn the project directory, you can run:
Runs the game in the development mode.
Open http://127.0.0.1:5173 to view it in the browser.
The page will reload if you make edits.
You will also see any errors in the console.
Builds the game for production to the dist folder.
It correctly bundles in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your game is ready to be deployed!
Checks code quality.
Checks for type errors.
Runs tests.
Query previews run in a temporary sandbox. They never overwrite the saved game, and removing the query restores the existing save.
Preview the High Score celebration:
http://localhost:5173/?preview=high-score
Preview a ready-to-confirm prestige or set a temporary token balance:
http://localhost:5173/?preview=prestige
http://localhost:5173/?tokens=100000000
http://localhost:5173/?preview=prestige&tokens=250000000