Runs in the browser
Visitors can play from a normal webpage without installing native software.

HTML5 website games
Modern website games should run in the browser, work on mobile, and avoid app-store friction. GamesIKnow provides HTML5-style iframe embeds that site owners can place in normal web pages.
Browser-based play
Phone and desktop support
Iframe install
No app download
Short answer
Use GamesIKnow when you need HTML5-style games for a website without building or hosting the game yourself. The game runs in an iframe and communicates with the host page through browser messages.
Run the game in the browser and inspect the same event messages a parent website can use.
teams looking for browser-native website games
The important part is not the label, it is whether the game loads fast, fits the page, and behaves predictably across devices.
Visitors can play from a normal webpage without installing native software.
GamesIKnow embeds are built for portrait iframe layouts that work on phones and desktop pages.
postMessage events let your page know when a game starts, changes state, or finishes.
Setup flow
Use iframe embed code when you want the game hosted by GamesIKnow but displayed inside your own website.
Step 1
Register the site that will host the game so the iframe can be tied to an approved domain.
Step 2
Pick Tic Tac Toe, Four in a Row, Bingo, or I Know based on the audience and page layout.
Step 3
Use /embed/{gameSlug}/frame/ as the iframe source. The public /embed/{gameSlug}/ page is for humans and search engines.
Step 4
Use postMessage events such as GAME_STARTED and GAME_COMPLETED when your page needs analytics, rewards, or custom UI.
Implementation
Treat the game as an embedded browser application with stable dimensions and a clear route boundary.
Add headings, copy, and FAQ content around the iframe so the page remains useful to users and crawlers.
Avoid hiding the game behind too many tabs or accordions if the page intent is to offer a playable game.
The embed should be easy to play at narrow viewport widths before you publish the page.
Available games
Tic Tac Toe
Embed for same-screen play on your site, or send players to GamesIKnow to challenge a friend remotely with a room link.
Embed setup
Four in a Row
Embed for local two-player drops on one screen, or link friends to play Four in a Row online from anywhere.
Embed setup
Bingo
Same-screen Bingo in your embed, or host a remote room so players can join from their own devices.
Embed setup
I Know
Quick trivia in your embed on one screen, or run a live room so friends can answer from anywhere.
Embed setup
FAQ
Use /embed/{gameSlug}/frame/ as the iframe src. That route is the lightweight game frame built for website embeds and postMessage events. The /embed/{gameSlug}/ route is the public preview and SEO page for people, not the route to place inside an iframe.
No. Visitors can play inside the browser iframe on phone, tablet, laptop, or desktop. A partner account is only needed by the website owner who installs the embed.
Yes. GamesIKnow embeds are designed around registered websites and domain-restricted tenant settings, so copied iframe code cannot be freely reused on unauthorized sites.
Tic Tac Toe, Four in a Row, Bingo, and I Know are available as embeddable browser games. The embed documentation uses the same event model across supported games.
No. With GamesIKnow, your page hosts the iframe snippet while the game frame is served by GamesIKnow.
Create a partner account, register your domain, and generate a domain-restricted iframe for your website.