Wolfenstein 3Dというゲームが昔ありまして、FPSの元祖の一つとされています。当時の3D空間の表現といえば、ウィザードリィのようなワイヤーフレームで描かれたダンジョンを90度ごとに回転しながらカクカク進むような表現が最高水準でした(もっと豪華表現 ...
Cub3D is a first-person 3D maze exploration game built using raycasting techniques. This project recreates the rendering engine made famous by early 90s games like Wolfenstein 3D. The engine renders a ...
A 3D maze exploration game built using raycasting techniques in C++ with SDL2. This project demonstrates the classic raycasting algorithm similar to early first-person games like Wolfenstein 3D.