Breeze

Overall★★★★★★★★★★2.68
Fun★★★★★★★★★★2.68
Innovation★★★★★★★★★★2.55
Theme★★★★★★★★★★1.80
Graphics★★★★★★★★★★2.91
Audio★★★★★★★★★★2.53
Mood★★★★★★★★★★2.78
Coolness★★★★★★★★★★44%
:: Theme ::
Two button controls

:: Intro ::
Running is a breeze. Everyone can run, in fact, it hardly takes up enough synapses to count as an action. Jumping though. Jumping is harder. So is teleporting. You can do both!

:: About ::
Speedrun your was through the single proper level I had time to make and compare your highscore with others. Reach a checkpoint to make the next visible.

:: Controls ::
Use any of [WASD], [IJKL] & [Arrow keys] to run.
Use [RMB] to aim teleportation ability.
Use [SPACE] or [Left mouse button] to jump IF NOT aiming.
Use [SPACE] or [Left mouse button] to teleport IF aiming.

Use [R] or [Backspace] to instantly restart a level.
USe [Escape] to ragequit.

:: Platforms ::
Windows, Linux (x86_64) and OS X. OpenGL 3.2 required.

:: How to run ::
-Download the archive, unzip it, navigate to the "bin" folder.
-Windows: Try running "Breeze.exe". If it doesn't work, try running "Breeze_gl3.exe".
-Linux: Try running "./breeze". If that doesn't work, try running "./breeze_gl3". Remember to make the binaries executable with "chmod +x [binary]".
-OS X: Run "./breeze_osx". Remember to make the binary executable with "chmod +x ./breeze_osx".
-Should you have performance issues, try the "lowfi" version; it is lower resoltuion and should perform better!
-Open the "res/username.txt" file and replace the only line in it with a username of at most 31 characters to be not-anonymous on the highscore list.
-NOTE: The dependency on the VC++ redistributable mentioned in the comments has been removed.

:: Known bugs ::
-Clipping through walls may happen if running straight into them, or strafing into them.
-Trying to move the window may cause it to get stuck at the bottom of the screen.
-Screen goes black. Just restart the level and it is fixed again. Caused by NaNs somewhere in the physics. Bloody NaNs...

:: Changelog ::
2015-14-12 03:21 GMT - Fixed a bug where wallrunning wouldn't work. Moved a primitive in one level as part of this fix.
2015-14-12 03:33 GMT - Added missing dependencies (or info about where they can be found) to source archive.
2015-14-12 05:00 GMT - High score server now discoverable, username support also fixed.
2015-14-12 05:45 GMT - Physics fixes. Now harder to clip through walls, much harder to clip through floor. Improved detection hit detection on checkpoints where it occasionally missed when player was in floor.
2015-14-12 06:18 GMT - Switched from glew to gl3w for future linux support. Not complains if it can't get the wanted OpenGL context.
2015-15-12 17:42 GMT - LINUX SUPPORT. Also fixes timing issues with non-vsynced version (required since X11 does not allow windowed vsync).
2015-15-12 22:03 GMT - OSX SUPPORT. GL3.2 minspec. Still needs a beefy computer though.
2015-16-12 11:10 GMT - LOW RESOLUTION VERSION. A "_lowfi" version at 800x480 instead of 1280x720 is included for lower performance computer. UI for this version is slightly different/rescaled to fit, but functionally equivalent.

Comments20

siege14 Dec 2015, 04:35
Doesn't seem to work in Windows.
pianoman373
pianoman37314 Dec 2015, 04:38
VCRUNTIME140.dll is missing from my computer error
nucleartide14 Dec 2015, 04:50
Also on Windows, and it doesn't seem to work. :(

If it helps, I'm running the .exe in bin/
Azor114 Dec 2015, 04:51
I tried running it, but it gave me an error "The program can't start because VCRUNTIME140.dll is missing from your computer. Try reinstalling the program to fix this problem."
thynnmas
thynnmasauthor15 Dec 2015, 18:38
VCRUNTIM140 (aka the VC00 redistributables) no longer required. Everything should now be statically linked, so just open and play (if you have GL4.5 support).
qwetro16 Dec 2015, 01:47
I tried your game again, Breeze.exe doesn't cast an error anymore, but still not working either, just black window. Breeze_gl3.exe works fine, but the frame rate seems too low. It would be a great action game if your optimize the performance well :)

Are you making your own game engine?
thynnmas
thynnmasauthor16 Dec 2015, 10:14
@qwetro: The game is raymarched, so performance issues is (sadly) expected even if the inner kernel is fairly optimized. I'll see if I can get a lower resolution & 30fps version up as well so it can be played by more people, but this was as much an experiment in "can I make a raymarched game and get that running on people machines" as anything else :)
Nnnnneeeedddd16 Dec 2015, 16:59
I can't believe you made this game in purely OpenGL and C, this is amazing. The collisions are a little broken, and I got stuck in a wall a couple of times. The shader is awesome. The audio is great, really moody, Thank you for making this!!
pianoman373
pianoman37317 Dec 2015, 02:25
I can't get past the wall jumping part. The camera starts to go into the wall, which is somehow light blue on the inside, and then the screen goes black. No matter what way I run into the wall this always happens.

The raytracing engine is really awesome. But I was only able to run the gl3 version and I have a nvidia GTX 960M. Which I have done lots of OpenGL tests on and i'm pretty sure it can handle OpenGL 4. So i'm not sure what's going on with the OpenGL 4 code here, but I hope the collision detection can be fixed.
OrangeeZ18 Dec 2015, 04:47
Wow, this reminds me of Mirror's Face, a game I did for an LD a while ago. The problem they both have in common is that they both have issues with controls and wall clipping :)

What I do like it that unlike me you decided to make wallrun contextual and automatic, which is a neat idea. Overall, I found the game quite hard because I didn't figure out how to wall run, but the teleporter was cool :)
zenmumbler
zenmumbler21 Dec 2015, 16:19
Sorry, I get Segmentation Fault 11 when launching on Mac OS X 10.11.2.
Kuality Games21 Dec 2015, 17:28
Could be interesting, too bad it was so short
Shide
Shide21 Dec 2015, 17:39
Not a breakthrough mechanics, but still pretty good. Probably too much time was spent on polishing the engine and bugfixing, might've been a much better entry :)
mahalis
mahalis25 Dec 2015, 04:26
Nifty. Getting a working parkour movement system up and running in 48 hours is seriously impressive - I had some trouble getting used to the controls, but they worked pretty well when I was doing it right. One thing that might make it feel a bit better is some texture (or pattern, or whatever) - without any points of reference, it was a bit hard to gauge your actual movement when you were looking along or at a wall. Still, nice work!
speciesUnknown2 Jan 2016, 01:18
Nice work, I didn't know you could put for loops in a shader - you now have me curious about raymarching.
StaNov
StaNov3 Jan 2016, 14:45
Nice graphics and mood! Loved it :)

I'm kinda confused about the gameplay...
* There is only tutorial, right?
* I wasn't able to wall-run. Or maybe I was but didn't notice.
* The teleport didn't get me to the aimed location. Dunno why.

Give more information about the state of the game in each moment, eg. when wallrunning, play some sound. Good luck!

Btw, where is the theme? No growing, nor two buttons, nor tie...
thynnmas
thynnmasauthor3 Jan 2016, 16:24
In response to StaNov:

There is, sadly, only the tutorial. Making levels in distance fields was more work than I anticipated, so I ran out of time.

Wall-running plays the footsteps faster (that's the sound cue), and makes you "floatier", but I agree it needs a better indicator.

Teleport _should_ take you near the indicator; the indicator just increases color the closer to the actual target, so you'll generally be pointing above or next to the indicator as you normally don't want to teleport into the wall or floor. But it _is_ buggy, so you probably experienced that.

As for the theme I intended to add gamepad controls where the movement is joystick based, and the rest is "2 buttons" but ran out of time. For Mouse/KB, I guess one could argue for 2 (Mouse) button controls, but it's weak, since WASD are also buttons...

Other games by @thynnmas

Found a bug?
Tell us on Discord