Small Screen Sidequest
Game Mechanics

Game Mechanics

Browser games can be tiny puzzles or technically ambitious 3D worlds. What they share is delivery through web technology rather than a traditional installed executable. These guides explain the loops underneath casual play: matching, jumping, defending, accumulating, saving, and the small design decisions that make one more round feel inevitable.

Game Mechanics

Browser Game Controller Support: What to Check

Browser game controller support depends on the specific game, browser, operating system and controller connection.

8 min read
Game Mechanics

Browser Game Saves: Where Progress Can Live

Browser-game progress may be stored locally in site data for one browser profile, online through an account, or in both places.

4 min read
Game Mechanics

Casual vs Hypercasual Games: The Useful Difference

Casual games prioritize approachable rules, flexible sessions, and easy entry while still allowing layered goals and long-term progression.

4 min read
Game Mechanics

Endless Runner Games: How the Loop Stays Fresh

Endless runner games keep the character or world moving while the player jumps, slides, changes lanes, avoids hazards, and collects items.

4 min read
Game Mechanics

How Browser Games Work Without an Install

Browser games load code, images, audio, and data through a web page, then use HTML, CSS, JavaScript, canvas, WebGL, audio, storage, and input APIs to run…

4 min read
Game Mechanics

HTML5 Games Explained: Canvas, Sound, and Input

An HTML5 game is a browser game built from modern web technologies rather than one special file format.

4 min read
Game Mechanics

Idle Games Explained: Progress With Minimal Input

Idle or incremental games revolve around earning resources, buying upgrades that increase production, automating earlier actions, and sometimes resetting…

4 min read
Game Mechanics

Match-Three Games: Boards, Cascades, and Goals

Match-three games ask players to align matching tiles, usually by swapping neighbors.

4 min read
Game Mechanics

Platform Games: Movement, Jumps, and Level Design

Platform games make movement across ledges, gaps, hazards, and vertical spaces the central challenge.

4 min read
Game Mechanics

Puzzle Game Types: A Practical Genre Map

Puzzle games can be grouped by the action and information they use: matching and sorting, spatial assembly, deduction and logic, words and language,…

4 min read
Game Mechanics

Tower Defense Games: Lanes, Waves, and Tradeoffs

Tower defense games send waves of enemies along routes while players spend limited resources on defenders, traps, upgrades, and abilities.

4 min read