Classic Fruits 3×3 — Game Design Document
1. Document control
This document replaces the previous no-feature design for the same Game ID. It uses the publicly visible rules of FireFruit Sevens Classic as a mechanical reference, but does not copy its name, branding, art, audio, text or undisclosed mathematics.
The existing backend pack classic-fruits-3x3.yaml remains frozen and describes the superseded
95.3967% / 65× game. It does not implement this GDD. Draft pack classic_fruits_3x3_v2
implements the rules below without modifying frozen v1, but is not yet canonical, published or
served by the Player API.
2. High concept
Classic Fruits 3×3 is a fast three-reel fruit slot with five fixed paylines and an additional SEVENS-anywhere jackpot. Normal symbols pay on lines; landing seven, eight or nine SEVENS anywhere awards a fixed jackpot tier. A full 3×3 grid of SEVENS combines the Super jackpot with five line wins for the declared 1300× maximum.
Player experience goals
- Explain the complete game on one help screen.
- Keep every line win and jackpot count visually verifiable.
- Keep a brisk classic-cabinet rhythm without hidden meters or feature states.
- Make the seven-count anticipation clear without implying player control.
- Present losses and sub-bet returns honestly.
Design pillars
Non-goals
- Free spins, respins, cascades, hold-and-win or feature buy.
- Progressive or pooled jackpots; all three jackpot awards are fixed multipliers.
- Wild substitution.
- Skill, stop timing or player input that affects the outcome.
- FreeBets until a complete server and wallet contract exists.
3. Game summary
Bet limits, currency precision and default bet belong to platform/operator configuration.
4. Core gameplay loop
One wager creates one round. There is no follow-up wager or resumable feature state.
5. Symbols and paytable
The paytable shown in the live reference is dynamic for the current bet. For our implementation, the figures below are player-facing multipliers of total bet for a matching three-symbol line. They are the normative values used by the GDD, help screen, round response and win presentation.
Each symbol matches only itself. Symbols sharing a payout do not substitute for one another.
There is no Wild, Scatter or Bonus symbol. SEVEN is a regular line-paying symbol and also the
subject of the separate count-anywhere jackpot rule in §8.
Backend paytable units
The backend line evaluator divides a raw line award by the five always-active paylines. Therefore
the draft YAML stores each displayed line multiplier multiplied by five; for example, SEVEN is
stored as 300 and settles as 60× of total bet. This is an implementation encoding only:
- Player API, GDD and help content must expose
60×, never300×. - The conversion happens exactly once; the orchestrator must not divide the settled award again.
- Jackpot awards are already expressed in total-bet units and are not multiplied or divided by the number of paylines.
6. Paylines
Rows are zero-based: 0 top, 1 middle, 2 bottom.
The help screen must show these exact five patterns. This supersedes the two V-shaped lines in GDD 0.1.0 and the current frozen backend pack.
7. Line-win rules
- Every line is evaluated independently from reel 1 to reel 3.
- A line wins only when all three positions contain the same symbol.
- Only the highest award per line is paid.
- Wins on different paylines are added.
- One cell may participate in more than one winning line.
- There are no two-symbol awards and no substitution.
Player-facing line awards are the total-bet multipliers in §5. The internal ×5 storage conversion described there preserves those awards after the evaluator's five-line normalization. A captured reference round is still required before freeze to close the external-reference assumption; it does not change the normative payout units of our draft.
8. SEVENS-anywhere jackpot
After line evaluation, count every SEVEN visible anywhere on the settled grid.
Rules:
- Exactly one jackpot tier may be awarded per round.
- The tier is selected by the final count; tiers are not cumulative.
- The jackpot is a fixed local award, not a progressive pool.
- Jackpot and line wins are additive within the same round.
- Jackpot settlement does not create another state or wager.
For nine SEVENS, all five paylines also contain three SEVENS:
The draft v2 pack reaches this exact 1300× composition. Exact enumeration confirms that the declared round ceiling never truncates another reachable outcome. A captured reference round or authoritative PAR sheet is still required before freeze to validate the external-reference interpretation.
9. Normative evaluation order
The frontend never counts symbols or calculates money as an authority; it may reproduce the count only as a presentation check against the server response.
10. Win presentation
The jackpot animation must never conceal the contributing line wins. Returns at or below total bet use neutral treatment where required by market rules.
11. Anticipation
- Anticipation may begin only when six SEVENS are already visible and unrevealed cells remain.
- It is presentation only and cannot change the server outcome.
- Reel stopping remains deterministic from the received result.
- A miss resolves quickly and does not imitate a jackpot win.
- Skip completes presentation without changing settlement or starting another wager.
12. UX states
13. Visual and audio direction
- Original classic-fruit cabinet identity; do not copy the reference game's artwork or branding.
- High-contrast SEVEN symbol readable in every cell and at mobile scale.
- Distinct Major, Grand and Super treatments with increasing intensity.
- Five line indicators must be visible in help and inspectable after a win.
- Jackpot count-up ends on the exact server-authoritative award.
- Reel timing and audio do not imply player control over the result.
- Malfunction handling follows platform policy; the client must not invent a replacement result.
14. Help content
The player-facing help must include:
- 3×3 grid and all five fixed paylines;
- complete symbol paytable;
- explicit statement that no Wild exists;
- 7/8/9 SEVENS-anywhere jackpot table;
- statement that jackpot and line wins are added;
- maximum win 1300×;
- deployed, verified RTP — never display the 96.08% target until our math proves it;
- long-run RTP explanation and market-required responsible-gaming information.
15. Error and recovery behavior
16. Acceptance criteria
- Grid is exactly 3×3 and all five documented paylines match runtime.
- Each symbol pays only for three identical symbols on one line.
- Line wins on different paylines add correctly.
- 0–6 SEVENS produce no jackpot.
- 7, 8 and 9 SEVENS award exactly 50×, 250× and 1000× respectively.
- A nine-SEVENS grid pays five 60× lines plus the 1000× jackpot, totaling 1300×.
- Jackpot settlement is idempotent and uses the same wallet transaction as the base round.
- Reconnect/replay reproduces the identical jackpot and line evidence.
- Help content matches the deployed config hash, RTP and reachable maximum.
- No FreeBets, free spins, feature buy, Wild or progressive behavior is exposed without a new approved contract.
17. Draft implementation status and blockers
Draft v2-draft-0.1 now provides:
- the nine-symbol roster and all five paylines;
- exact 7/8/9 SEVENS jackpot awards settled beside line wins;
- exact enumeration of all
70³ = 343,000stop combinations; - exact RTP
96.068513%, hit rate11.748980%, sigma4.323568and jackpot frequencies; - a reachable 1300× maximum with zero cap truncation;
- a deterministic 10,000,000-round simulation and six golden vectors;
- preserved frozen-v1 config identity.
These are internal draft verification results, not certification. The GDD must not be treated as a published runtime contract until all remaining items below are closed:
- Register the v2 pack in the canonical registry and publishing path without changing frozen v1.
- Add game-engine/orchestrator parity for ordinary wins, 7/8/9 jackpots, 1300× composition, replay and forced-grid/mock paths.
- Confirm whether reference paytable figures are total-bet multipliers and whether jackpot awards are additive through captured outcomes or authoritative documentation.
- Define a player-facing jackpot receipt that names
SEVENS jackpotand its Major/Grand/Super tier; internalIsScatterconfiguration must not leak as a Scatter feature. - Obtain Product acceptance for the measured
11.748980%hit rate and4.323568sigma. - Generate parity evidence, PAR sheet, compliance evidence and player-facing help for the version actually selected by runtime.
- Define FreeBets separately if Product still wants them; no behavior is inferred from marketing text.
18. Source notes
Observed from the supplied live-help captures on 2026-08-23:
- 3×3 grid;
- five fixed paylines: three horizontals and two diagonals;
- symbol awards 60/40/20/15/7;
- seven/eight/nine SEVENS jackpot tiers 50×/250×/1000×;
- displayed RTP 96.08%;
- max-win claim 1300×.
The official product page independently states RTP 96.08%, max win 1300× and fixed jackpot awards 50×/250×/1000×. Its FAQ says “3 lines,” which conflicts with the live help showing five; this GDD uses the live in-game rules as the stronger source and records the contradiction rather than hiding it.
Reference URL: https://neverending.tech/slots/firefruit-sevens-classic