Raycast Surival Game
Raycast Survivor is a 3D web client game created using raycasting and javascript with the p5 library. The game revolves around survival waves of "darkness" creatures, and you must survive by destroying them and upgrading your player.
Raycast Survival is a 3D WebClient game that uses Raycasting, (not to be confused with ray tracing), to create these 3D graphics using trigonometry (I actually like trig), grid mapping, and everything in between. I learned these tools through 3D sage's videos which are credited in the youtube video. All art was done by me and the sound effects are from star wars blaster sound effects. P5 is the client graphic library and is used to draw that squares according to the distance and angle of the player and its placement on the map.