Rắn Toán Học
Guide a growing snake to collect number‑operator tokens that instantly update a running total, aiming to hit the exact target value before crashing; strategic token ordering and the snake’s increasing length create tension and quick mental‑math challenges.
add more food on the stage, make the goal / score text bigger
Adding multiple tokens will make gameplay more dynamic, and enlarging the target/score text will improve readability for all players.
allow wrap around
Adding wrap‑around movement will make the gameplay feel more fluid and give players extra strategic options without altering the core puzzle mechanics.
whenever I eat food it does not update my score
Your score will now correctly update instantly whenever the snake eats a token, reflecting the applied arithmetic operation.
add more food
Adding more food will increase the challenge and keep the gameplay engaging as the snake grows faster.
center the target / total score at the top
Centering the target and total scores will make the important information more immediately visible and improve the overall UI clarity.
the ads sdk is already loaded, use this function and logic to call an interstitial ad after each level is completed: const adCallbacks = { adFinished: () => console.log('ad finished'), adError: (error) => console.log('ad error: ', error), adStarted: () => console.log('start ad'), }; window.PlayMyGame.SDK.ad.requestAd('interstiital', adCallbacks);
Great work—adding interstitial ads at level completion and reporting key game events will smoothly integrate monetization without disrupting the core gameplay.
PlayMyGame