Raytraced Tomb
A downloadable game for Windows
Escape the tomb!
You find yourself locked up in a dark tomb, Collect crystals and coins, buy upgrades and find your way out!
But be carefull the tomb is rumored to be inhabited by a MONSTER!
Controls:
E to interact/Pick up
Q to stun the monster
T to teleport to spawn
WASD For walking
I for inventory
Left Shift for sprinting
Scroll Wheel for zooming in/out
This game renders via 2D raytracing. Optimised using a quadtree , multithreading and SIMD.
The rendering is done by tracing a line from every light in the scene to every pixel on the screen and checking collisions with lines, boxes, circles and triangles along the ray. The rendering supports point lights, cone lights and mirrors.
The monsters pathfinding uses a* algorithm.
There is also a benchmark to get your machine to the limits using the 2D raytraced renderer.
This game was created for my third block of my first year (2023) as a programmer at "Creative Media and Game Technologies" at breda university of applied sciences.
Download
Install instructions
download "raytraced tomb.zip"
extract "raytraced tomb.zip"
run "raytracer.exe"
Leave a comment
Log in with itch.io to leave a comment.