Urgent.News

the world's headlines, one feed

Editions

Tech

The Warrior Cats Books are Finally Getting a Major Video Game Adaptation

Erin Hunter’s iconic young adult book series, Warriors, is finally getting its first major video game, and it’s a turn-based RPG.

The Warrior Cats Books are Finally Getting a Major Video Game Adaptation

Warriors, a beloved young adult book series created by Erin Hunter, is finally getting its much-anticipated video game adaptation after a 23-year wait. The game, titled Warrior Cats: Clans of the Forest, is a turn-based RPG that will be available on multiple platforms including PC, PlayStation, Xbox, Nintendo Switch, and Nintendo Switch 2.

Players will be able to choose a clan, create their own cat, and embark on an original adventure through various environments such as plains, forests, rivers, and swamps. The game will feature combat against snakes, badgers, and even dogs, as well as the ability to traverse the wilderness, climb trees, and explore the surroundings.

Iconic characters such as Brightheart and Cloudtail will also make appearances in the game. Warrior Cats: Clans of the Forest is being developed by TRAILMARK Games, an IP-focused developer based in Minnesota known for their work on titles like Cruis'n Blast and The Walking Dead: Streets of Survival. The game is set to release this fall and will be the first major console and PC release for the Warriors franchise.

Earlier this year, it was also revealed that an animated series based on the Warriors novels is in active production, with an expected release in 2028.

Written by urgent.news from IGN's reporting — not their text. Machine-written — it may contain errors, so check the original before relying on it.

Read the original at ign.com →

More in Tech

Where exactly is the card in this photo? Image segmentation model inside a maxed-out lambda container

A crooked phone photo goes in, a clean straight card image comes out - no GPU, and nothing running when nobody uploads. It runs on the biggest lambda AWS sells, and the biggest is not the same as…

  • BiRefNet-General-Lite model used for image segmentation
  • Memory constraints addressed by reducing container memory and resizing images
  • Model chosen for efficient CPU-based segmentation in Lambda container

JWT auth without the confusion

JWT auth without the confusion JWTs are everywhere, but they're often misunderstood. Let's strip away the jargon and see what they actually are, how they work, and how to use them safely in your apps.

  • JWTs consist of three segments: header, payload, and signature
  • Authentication involves login, token creation, and token inclusion in requests
  • Avoid storing tokens in localStorage due to XSS vulnerability

Building Resilient Real-Time Systems: WebSockets, Redis, and High Availability Architectures

Originally published on tamiz.pro . Building real-time systems that are not only fast but also resilient and highly available is a critical challenge in modern software architecture.

  • WebSockets provide persistent bidirectional communication for real-time applications
  • Redis serves as a message broker with Pub/Sub mechanism for state and messaging
  • High availability achieved through horizontal scaling, Redis Sentinel, and clustering