Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tidal Rush: Paradise Grand Prix banner

Tidal Rush: Paradise GP

A little salt. A lot of speed. Race eight rivals around a tropical island, right in your browser.

Play now Three.js GitHub Pages


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.

🏁 Play

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.

📸 Screenshots

Title screen with the Sunbreak Cove course card Racing under the Sunbreak Cove start gate
Title screen: Round 01, Sunbreak Cove, 3 laps, 8 racers Lights out: under the start gate at 177 km/h
Crab attack hazard on the beach road Holding a Tiki Turbo item on the coastal straight
Crab attack! Hazards along the shoreline Tiki Turbo ready: grab power-ups on the track
Leading the pack in first place at 183 km/h The starting grid by the beach huts
Into first: wheel to wheel with the pack The grid: beach huts, palms and a sailboat offshore

🔧 How it works

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.

Run it locally

No build step is needed. Open index.html in a browser, or serve the folder:

npx serve .

Host your own copy

  1. Fork this repo.
  2. Go to Settings → Pages and set the source to Deploy from a branch, then choose main and / (root).
  3. Your copy goes live at https://<you>.github.io/tidal-rush/.

📁 Structure

.
├── 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

🙏 Credits

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.

About

Tidal Rush: Paradise GP, the GPT-6 Astra kart racer, full-screen with nothing else on the page

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages