Tidal Rush is the kart racer from OpenAI's GPT‑6 Astra announcement, made by Pietro Schirano. On that page it plays in a small window surrounded by article text. This repo gives it a page of its own: the game fills the whole screen, with no navigation bar, article or scrolling.
→ hammadshakeelai.github.io/tidal-rush
Click START YOUR ENGINES, wait for the countdown, then floor it.
| Key | Action |
|---|---|
| W A S D | Drive and steer |
| Space | Drift through corners |
| E | Use your item |
On touchscreens, on‑screen controls (steer, drift, item, go) appear once the race starts.
The whole site is one file, index.html. It shows the live game in a full‑screen <iframe>:
- No website clutter. You get only the game, with a short loading screen while it starts.
- Keyboard just works. Keyboard focus goes back to the game automatically, so W and Space reach the kart and never scroll the page.
- Always the latest version. The iframe loads the game from its original host (
tidal-rush-paradise-gp.skirano.chatgpt.site), so any updates to the game show up here.
Note
This repo contains no game code. It only embeds the version hosted on ChatGPT Sites. If the original host goes offline, the page here stops working too.
No build step is needed. Open index.html in a browser, or serve the folder:
npx serve .- Fork this repo.
- Go to Settings → Pages and set the source to Deploy from a branch, then choose
mainand/ (root). - Your copy goes live at
https://<you>.github.io/tidal-rush/.
.
├── index.html # full-screen game embed
├── .nojekyll # serve files as-is on GitHub Pages
└── assets/
├── banner.jpg # README banner
├── og.png # social share image
└── screenshots/ # gameplay captures used above
- Game: Tidal Rush: Paradise GP by Pietro Schirano. It was built with GPT‑6 Astra and hosted on ChatGPT Sites.
- Original showcase: openai.com/index/gpt-6-astra
- Screenshots were captured from the live game.
This is an unofficial fan page. It is not affiliated with or endorsed by OpenAI or the game's creator. All rights to the game belong to their respective owners.






