vasilii Posted April 13, 2020 Share Posted April 13, 2020 (edited) Link to play:http://js.otrisovano.ru/factory Source:https://github.com/fire888/laboratory In this app I use new for me conception Entity-Component-System. Entities: monster, door, player. Components: collisions. motions., Systems - arrays doors, monsters, dialogs, subscribed by events and change properties of entities. It was very interesting to make a trip up the stairs. For this I do two meshes for collisions. One with gorizontal surfaces, and another with vertical for optimization. Vertical surfaceses for player and monsters, gorizontal only for player. Edited April 13, 2020 by vasilii Nagval333 1 Quote Link to comment Share on other sites More sharing options...
Nagval333 Posted April 16, 2020 Share Posted April 16, 2020 (edited) I don't understand all technical nuances of this 3d or pseudo 3d (raycast) build, it's it is beyond my knowledge ? but i like it.Nice little quest with some mystery around. I went outside the factory and met the lonely android. Pretty smooth controls. I was missing step left and right for better control. Edited April 16, 2020 by Nagval333 vasilii 1 Quote Link to comment Share on other sites More sharing options...
Cowwy Posted April 17, 2020 Share Posted April 17, 2020 This feels a lot like doom 1. vasilii 1 Quote Link to comment Share on other sites More sharing options...
vasilii Posted April 18, 2020 Author Share Posted April 18, 2020 (edited) On 4/16/2020 at 2:44 PM, Nagval333 said: Pretty smooth controls. I was missing step left and right for better control. I agree with you, I will do it somehow. ) This is a demo where everything is minimazed. I wanted to make an application to open on the phone. How to take a step left and right for the phone ui did not decide. But when I inserted the animation, the phone barely pulls. This application can only be used in desctop mode, So it’s worth turning the left and right with the mouse, and move left/right keys. Edited April 18, 2020 by vasilii Quote Link to comment Share on other sites More sharing options...
vasilii Posted April 18, 2020 Author Share Posted April 18, 2020 10 hours ago, Cowwy said: This feels a lot like doom 1. Thanks! ) 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.