RaananW Posted November 1, 2015 Share Posted November 1, 2015 Hi community! It is time to show you all of the mazes that were sent to me and open up the poll. First, thanks a lot for everyone participating and for your time, you are all awesome! The support you gave to new comers, the time you all invested, everything. Amazing. So, what do we have this month? GAMES. Not just mazes. Go ahead, get lost in mazes! iiceman has created this shoot-to-kill maze - http://p215008.mittwaldserver.info/Maze/ . Notes: Right click to use the terminal, left click to shoot!JohnK with the Playground Hamiltonian Maze - http://www.babylonjs-playground.com/#1PWKRP%2310 : The objective is to visit each and every cell once and once only. A single key press automatically takes you to the next position rather than the usual continuous hold key down and move.Jaskar with - http://www.jaskar.host-ed.me/Maze/ With the following notes: ZQSD and mouse to move, space on a blue cube And gryff has submitted this maze - https://dl.dropboxusercontent.com/u/70260871/webgl/tindalos6/index.html with instructions: once in the "maze" hitting the "I" key allows you to "cheat". The maze is actually 4 "submazes" that are connected and each "I" key hit takes you to the next submaze. But think about what you are doing - because even then you can still get lost The poll is open! Cast your votes (you can choose multiple mazes). Again, the prizes are community honor, respect, and beer (disclaimer - must be in Berlin to receive the last prize :-) ). Next challenge is coming either later today or tomorrow. Oh, and the results for September's challenge - http://www.html5gamedevs.com/topic/17554-babylonjs-monthly-challenge-results/?hl=challenge I won! So I get to drink a beer. All participants are also welcomed, just let me know when you are in the area. Bonus Maze! Late submission from Vousk-Prod , altering BitOfGold's PointLight shadowing demo - http://www.babylonjs-playground.com/#LYCSQ#263 Boz 1 Quote Link to comment Share on other sites More sharing options...
jerome Posted November 1, 2015 Share Posted November 1, 2015 there's a weird character at the end of Jaskar's links Quote Link to comment Share on other sites More sharing options...
jerome Posted November 1, 2015 Share Posted November 1, 2015 All are quite impressive Very good job guys ! Quote Link to comment Share on other sites More sharing options...
RaananW Posted November 1, 2015 Author Share Posted November 1, 2015 there's a weird character at the end of Jaskar's linksFixed, thanks! Jaskar 1 Quote Link to comment Share on other sites More sharing options...
Temechon Posted November 1, 2015 Share Posted November 1, 2015 Still, there is a space at the end of Jaskar's URL. Anywa, very impressive work guys! Quote Link to comment Share on other sites More sharing options...
RaananW Posted November 1, 2015 Author Share Posted November 1, 2015 Still, there is a space at the end of Jaskar's URL. Anywa, very impressive work guys!I meant it is fixed NOW... Jaskar and Temechon 2 Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted November 1, 2015 Share Posted November 1, 2015 WAOOUUU..Man it is impossible to choose! Quote Link to comment Share on other sites More sharing options...
iiceman Posted November 1, 2015 Share Posted November 1, 2015 Wow, pretty cool everybody! But hey, I didn't expect less Here some stuff about mine that I would like to mention: First time you load it give it some seconds to load the textures, only realized that it takes pretty long when trying it out online. Play in Chrome.. Firefox has some weird lags and in Edge the mouse capturing doesn't seem to work. I'll try to fix that (any hint?). Some rooms have terminals that show a map to help you find your way. Play with sound. I played around with the Babylon Audio as well with some text to speech. It's pretty cool If you die, make an entry in the highscore list, I would like to see how far you get before the enemies (or the lags) stop you There was more I wanted to say... but I forgot I'll check all your mazes out tomorrow... just too a short look so far..but they all seem amazing!!! Quote Link to comment Share on other sites More sharing options...
Dad72 Posted November 2, 2015 Share Posted November 2, 2015 Voted. good works. Congratulations to the developers Quote Link to comment Share on other sites More sharing options...
Jaskar Posted November 2, 2015 Share Posted November 2, 2015 Here are the instructions :"ZQSD and mouse to move"When you'll be at level 2, press space bar in front of blue cubes Ok. My maze is pretty basic in front of iiceman and gryff mazes. I had a lack of time to perfect my level2. What algorithms did you use ? Quote Link to comment Share on other sites More sharing options...
RaananW Posted November 2, 2015 Author Share Posted November 2, 2015 The amazing Pac-Man-Meets-Point-Light-Shadows Maze was added as a bonus maze. http://www.babylonjs-playground.com/#LYCSQ#262 Also added everyone's notes to their mazes! Jaskar and JohnK 2 Quote Link to comment Share on other sites More sharing options...
davrous Posted November 2, 2015 Share Posted November 2, 2015 @deltakosh just add a new button in the debug layer to run the sceneOptimizer (low mode). Running it on the Vousk-Prod demo: http://www.babylonjs-playground.com/#LYCSQ#262 We're falling down from 2300+ draw call to 3 to 6 draw calls!!! :-D And then optimizing to 60fps everywhere. David jerome 1 Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted November 2, 2015 Share Posted November 2, 2015 To do so, just call Mesh.MergeMeshes on the walls Quote Link to comment Share on other sites More sharing options...
davrous Posted November 2, 2015 Share Posted November 2, 2015 I love the iiceman version! It reminds me Descent (the video game) and it uses my audio layer stack very well :-P But great job all of you! It's very cool to see such challenges being organized. I'm definitely amazed by our community. So proud of you. Quote Link to comment Share on other sites More sharing options...
iiceman Posted November 2, 2015 Share Posted November 2, 2015 Yeah, I kind of had Descent in mind when I came up with the idea. Glad you like it. I think I will keep adding a few more things (especially more sounds)... it's so fun. About the audio: is there a way to globally mute all sounds played by Babylon? I couldn't find anything in the docs, maybe I just missed it. By the way: how come most of you guys don't enter their name in the highscore list? Is it too hard and you are just embarrassed you didn't make it too far? Or is there just some kind of bug and it doesn't work properly? Quote Link to comment Share on other sites More sharing options...
Vousk-prod. Posted November 2, 2015 Share Posted November 2, 2015 By the way: how come most of you guys don't enter their name in the highscore list? Is it too hard and you are just embarrassed you didn't make it too far? Or is there just some kind of bug and it doesn't work properly? Yep, I lost in level 4 and thought that was not good enough to save in highscore Quote Link to comment Share on other sites More sharing options...
davrous Posted November 2, 2015 Share Posted November 2, 2015 To mute all sounds, use setGlobalVolume(0) on the audio engine. Pointer Lock is currently available in latest public beta of Edge (insider program) iiceman 1 Quote Link to comment Share on other sites More sharing options...
iiceman Posted November 2, 2015 Share Posted November 2, 2015 Thanks @davrous!Level 4 is good. I only made it to 6. Best so far is level 9, but everybody gets a Highscore Entry anyway, even at level 1 Quote Link to comment Share on other sites More sharing options...
Boz Posted November 3, 2015 Share Posted November 3, 2015 @iiceman Nice one dude ! O: impressive I went to lvl7, not higher because of lag ^^I noticed the fact that sometimes level starts but you directly go to next level (I did not play level2, but it is not always the same) Another question : Can't we vote for BitOfGold / Vousk-Prod ? Quote Link to comment Share on other sites More sharing options...
Jaskar Posted November 3, 2015 Share Posted November 3, 2015 So, @iiceman, you have to choose a new topic for the november challenge ! I'm ready for this one Quote Link to comment Share on other sites More sharing options...
RaananW Posted November 3, 2015 Author Share Posted November 3, 2015 So, @iiceman, you have to choose a new topic for the november challenge ! I'm ready for this one Oh, I didn't know this is how it works, but I like it :-) I actually had something but was dead sick yesterday so I didn't write the post. If any one of you want to suggest a new challenge topic, please do! Quote Link to comment Share on other sites More sharing options...
Jaskar Posted November 3, 2015 Share Posted November 3, 2015 It's what I understood, but you're right, it's not specified!Maybe next time we could open a poll, with challenge ideas ? Quote Link to comment Share on other sites More sharing options...
RaananW Posted November 3, 2015 Author Share Posted November 3, 2015 I have two topics - simple sports game (physics) or shaders (celebrating the new material library). I actually wanted to go with shaders, just to force myself to learn them better :-)BUT! If anyone has a different suggestion, please go right ahead. Quote Link to comment Share on other sites More sharing options...
jerome Posted November 3, 2015 Share Posted November 3, 2015 A free demo ?demo scene contest Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted November 3, 2015 Share Posted November 3, 2015 I'm definitely for the shaders contest! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.