gitmyhub

PixelAlchemy

C# ★ 53 updated 1mo ago

A Unity-based falling-sand roguelike prototype inspired by Noita’s pixel simulation and spell experimentation.一款基于Unity开发的落沙类肉鸽原型,其设计灵感源自Noita的像素模拟机制与法术实验功能。

An early Unity prototype for a pixel physics roguelike game, inspired by Noita, with falling sand, destructible terrain, and spell experiments.

UnityC#setup: moderatecomplexity 3/5

PixelAlchemy is an early experimental prototype for a video game, built with the Unity game engine. It belongs to a genre sometimes called falling sand games, where the world is made of individual pixels that behave like real materials: sand falls, water flows, fire spreads, and so on. The project's description says it takes inspiration from Noita, a well known indie game praised for this kind of pixel by pixel physics simulation.

Based on what the README says, the project focuses on three things: simulating individual pixel materials in detail, letting the ground and structures in the game world be destroyed piece by piece, and experimenting with combining spells or magical effects in a roguelike style, meaning runs are meant to be randomized and replayed rather than following a fixed story.

The README itself is very short and mostly consists of a screenshot and a link to a gameplay video posted on Bilibili, a Chinese video platform, under the creator's handle RepinSKY. It does not describe how to install the project, what Unity version it needs, how to build it, or what state the prototype is in beyond being an experiment. There is no license information, no setup instructions, and no list of dependencies given.

Because of how little the README says, this looks like a personal or hobby prototype shared mainly to show off early gameplay footage rather than a finished, documented tool for others to build on. Anyone interested in it should watch the linked video to understand what currently works, and expect to explore the Unity project directly, since the README does not explain its structure or how to run it. This is best suited to game developers or hobbyists curious about pixel physics simulation techniques, not to non-technical users looking for something ready to play.

Where it fits