Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Wow is this a classic style raytracer? That's sick as hell! The texture sampling seems to be a little buggy, but it otherwise works really well.

Gameplay was straightforward once I figured out what to do, but I noticed that sometimes you spawn inside of a wall and can't move lol.

I definitely think this is one of the coolest entries. Nice job!!

(+1)

Thank you. It is raytraced but not in the classic way. The map is not divided into grids, the walls can be generated randomly with no restriction on its placement :D

The texture mapping is very buggy since I didn’t know if SDL allows floats to be placed in the texture reacts source for selection. As of now it takes the floor to the nearest integer for the texture position. I think this can be fixed but it requires some refactoring to the code 😅