University student builds simple raycaster maze demo with transparency support in Microsoft Excel
In the ongoing quest to do strange, and seemingly impossible things withMicrosoftExcel, Redditoru/awesomegraczgie21posted a demonstration of a functioning,playable raycaster in the form of a first-person maze gamerunning entirely through Microsoft Excel using its Visual Basic for Applications (VBA) programming language. Specifically, this maze tech demo is seen utilizing raycasting to support transparency and per-column texture mapping. Transparency is noted as being done from the player’s view outward (close-to-far rendering), and a simple collision system is used to keep the game functioning within the constraints of its walled maze....