Just found this super useful website for level designers -- https://noclip.website/
The website lets you god view through some of the most iconic games.
When viewing levels this way, you can really see all the gates and valves and textures and keys and gates working together...
Just came across this really cool video from Tsoding, where he explains how computers produce 3D graphics.
TLDR, the main takeaway is as simple as this formula:
(x, y, z)
x' = x/z
y' = y/z
But he also dives into concepts like the rotation matrix, drawing vertices and edges,...
🎮 Built a game prototype that uses AI powered NPCs to have socratic conversations with users.
The NPC is powered by Ollama, an open source AI that runs locally on the computer. It uses mistral 7b model to generate responses, and phi3 mini model to grade the responses on a...