Screen.Recording.2025-05-23.at.5.45.06.PM.mp4
Untrusted Waters is a game created for the React Jam 2025, where the goal is to make a game in just 10 days. The theme of this edition is "Trust No One!"
This game is inspired by the classic game Battleship,
This game is powered by Rune, a powerful multiplayer game SDK. Rune makes it easy to play games with your friends in real time, without needing servers or complex setup.
Rune handles matchmaking, multiplayer logic, and state sync, all in real time.
Learn more about Rune here: https://developers.rune.ai/
Untrusted Waters is a turn-based strategy game where two players try to sink each other's ships. Each player places their ships on a hidden grid, then takes turns trying to guess where the opponentโs ships are located.
- ๐ฒ Each player has 5 ships to place on their grid.
- ๐ฏ You take turns selecting tiles on the enemy grid to attack.
- ๐ฅ If you hit a ship, youโll see feedback.
- ๐ The first player to sink all enemy ships wins.
You can try the game here on the Rune Simulator:
๐ Play on Rune Simulator: https://app.rune.ai/dev-ULreHsEw
Or download the Rune app and search for "Untrusted Waters":
- ๐ฒ App Store
- ๐ฒ Google Play Store
To start working with Untrusted Waters locally:
npm run dev
This will launch the game in development mode.
npm run build
This command creates a production-ready build of the game.
This project was created using the official Rune CLI:
npx rune@latest create
Learn more about the CLI here: https://developers.rune.ai/
Jorge Rubiano