MackeyK24 Posted June 26, 2018 Share Posted June 26, 2018 Can we use Babylon.JS to make 2D games likes Flappy Bird or the those 3 match puzzle type games... If so, is there any info or an examples on how to go about "Simulating 2D Game" in Babylon.js Quote Link to comment Share on other sites More sharing options...
Guest Posted June 26, 2018 Share Posted June 26, 2018 yes you can We have - sprites: http://doc.babylonjs.com/babylon101/sprites - Billboard: http://www.babylonjs-playground.com/#UJEIL%2313 Even GUI can be used if the game is like a flappy bird kind of game. Quote Link to comment Share on other sites More sharing options...
HeadClot Posted June 27, 2018 Share Posted June 27, 2018 Hey @MackeyK24 are you going 2D support to the Bablyon JS toolkit? Unity has been getting some really cool 2D features recently Quote Link to comment Share on other sites More sharing options...
MackeyK24 Posted June 27, 2018 Author Share Posted June 27, 2018 I would like to, if some explained the Mechanics of 2D with a 3D Engine... An example already would be nice, so i can see the type of things that need to go on. I think you just set your 3D camera at a Fixed Angle and move the stuff in front of the camera... Something like that i guess. That it what i need to know... If i know that, then i will add 2D support to toolkit as well... So any info on HOW to architect 2D game using your 3D engine would be sweet Quote Link to comment Share on other sites More sharing options...
HeadClot Posted June 27, 2018 Share Posted June 27, 2018 13 minutes ago, MackeyK24 said: I would like to, if some explained the Mechanics of 2D with a 3D Engine... An example already would be nice, so i can see the type of things that need to go on. I think you just set your 3D camera at a Fixed Angle and move the stuff in front of the camera... Something like that i guess. That it what i need to know... If i know that, then i will add 2D support to toolkit as well... So any info on HOW to architect 2D game using your 3D engine would be sweet Here is how I would do it. I would use a Orthographic camera in 3D space and just move the character around the scene. Quote Link to comment Share on other sites More sharing options...
MackeyK24 Posted June 27, 2018 Author Share Posted June 27, 2018 That how i made my space shooter game... But was wondering if there was some kind of standard way of making like a 2d side scroller or a match3 type puzzle game using babylon.js 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.