The Maze Game by EatenAlive3
Hello! This is my first submission to ludum dare. It features a really, really small maze. And my first raycasting engine!
This isn't so much of a game as a test of my skills, but it's far from complete. There's a minor graphical bug, see if you can find it.
Controls: WASD, left and right arrow keys to rotate camera (or Q and E.)
Also, press R for a surprise.
Here's a version with music: https://dl.dropbox.com/u/62490156/MazeGame.html
This isn't so much of a game as a test of my skills, but it's far from complete. There's a minor graphical bug, see if you can find it.
Controls: WASD, left and right arrow keys to rotate camera (or Q and E.)
Also, press R for a surprise.
Here's a version with music: https://dl.dropbox.com/u/62490156/MazeGame.html
| Web | http://dl.dropbox.com/u/62490156/test.html |
| Source | https://dl.dropbox.com/u/62490156/MazeGame%20Source.zip |
| Original URL | https://ludumdare.com/compo/ludum-dare-25-warmup/?action=preview&uid=15753 |
And nope! The graphical bug is that if you stare at a wall as you walk away from it, you can see the texture sliding up and down -- it's even more visible when I change the pixel scale to something like 4.
I think I might be casting to int somewhere perhaps, and that's what causes it.