SShortSingh.
Back to feed

EvoWild Run: A Creature-Breeding Racing Game Built to Challenge Blockchain Norms

0
·1 views

A developer is building EvoWild Run, a game centered on raising and racing fictional creatures across generations, where traits and bloodlines pass from parents to offspring. Unlike most blockchain games, the project deliberately avoids NFTs, play-to-earn mechanics, and mandatory wallet connections. The developer is instead exploring whether blockchain can serve a meaningful role — such as recording creature history and lineage — without being the commercial core of the game. Race diversity is a key design priority, with varying course conditions like distance, terrain, weather, and elevation intended to prevent any single creature type from dominating. The project remains experimental, with the developer yet to determine whether blockchain is even necessary for the game to function as intended.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Developer Builds AI-Powered Web App to Explore Medieval Bosnian Tombstones

A developer has created Stećak Oracle, a knowledge-driven web application focused on stećci — medieval tombstone monuments found across Bosnia and Herzegovina, Croatia, Montenegro, and Serbia. The app combines Sanity as a structured content layer, Next.js for the frontend, and Google Gemini as an AI interface to answer user questions about the monuments. Historical data — including individual monument records, motifs, inscriptions, and sources — is stored in Sanity rather than hardcoded, keeping the AI as a generation layer rather than a source of truth. To prevent misinformation, motif documents include an 'Interpretation Caution' field that distinguishes documented historical facts from interpretive claims. The project was built as an entry for the Sanity Challenge, with initial dataset sourced from the UNESCO World Heritage Centre's Stećci Medieval Tombstone Graveyards entry.

0
ProgrammingDEV Community ·

Anthropic Weighs Faster Model Launch Days After Amodei Urged AI Industry Slowdown

Anthropic CEO Dario Amodei published an essay on September 12 urging the global AI industry to voluntarily slow the rollout of advanced frontier capabilities, citing safety evaluation gaps. Just six days later, Reuters reported that Anthropic leadership is considering accelerating the release of its own next-generation model. The reported trigger is competitive pressure: OpenAI's GPT-6 Astra launch in early September gained significant enterprise and developer traction, and prospective IPO investors are questioning Anthropic's ability to hold its market position. Analysts note the apparent contradiction stems less from hypocrisy than from the structural dynamics of an uncoordinated competitive race, where unilateral restraint effectively cedes customers and revenue to rivals who continue shipping. With an IPO reportedly on the horizon, Anthropic faces pressure from institutional investors who value market share and revenue metrics over stated commitments to cautious deployment timelines.

0
ProgrammingDEV Community ·

Whoosh Library Supports Phrase and Proximity Search for Precise Text Queries

Whoosh, a pure-Python full-text search library, offers built-in phrase and proximity query support to help match terms based on word order and position. Standard bag-of-words scoring cannot capture a user's intent when they quote a phrase, so Whoosh uses term position data stored at index time to enable exact phrase matching. A quoted query like "machine learning" will only return documents where those words appear adjacently and in order, filtering out results where the terms are scattered across the text. Adding a slop value after the closing quote, such as ~2, allows a specified number of intervening words while still enforcing term order, broadening results in a controlled way. Developers can also construct Phrase queries directly in code using the Phrase class, which is useful when input comes from structured sources rather than user-typed strings.

0
ProgrammingDEV Community ·

AI Coding Tools Boost Engineer Productivity While Quietly Eroding Core Skills

AI coding assistants have made software engineers appear more productive by accelerating output — closing tickets faster and shipping features in minutes — but this efficiency comes with a hidden cost. The deep problem-solving instincts and system-level intuition that engineers traditionally built through struggle are no longer being exercised in the same way. Productivity and cognitive development, once treated as parallel measures of engineering growth, have been decoupled by AI tools that delegate the reasoning process itself. Engineers who habitually defer to AI at the first sign of difficulty may be actively training themselves away from productive struggle, potentially degrading skills they already possess. The concern is not that AI should be abandoned, but that rising throughput metrics are being mistaken for professional growth when the two no longer reliably move together.