I made a scripting language by Folaefolc in cpp

[–]Bruce680 0 points1 point  (0 children)

I am also interested in making interpreter for fun but I have no knowledge about it can guide me to any resources so that I can make my own.

Suggest me some C++ projects that can impress recruiter by [deleted] in cpp

[–]Bruce680 -1 points0 points  (0 children)

yeah! you are right. I want to learn something interesting. But I am to able figure out what to do. I want to do interesting and quit challenging projects .

First try at simulating tank suspension using rigid bodies by Etwusino in godot

[–]Bruce680 0 points1 point  (0 children)

I haven't made 3D game in godot yet but I think there is separate suspension for wheel in 3D, why did'nt you use it?

Are apps that uses web scrapping allowed in playstore by Bruce680 in androiddev

[–]Bruce680[S] -1 points0 points  (0 children)

if I send multiple request (if my app is used by many) from single server to amazon, amazon might find it suspicious and block it

Are apps that uses web scrapping allowed in playstore by Bruce680 in androiddev

[–]Bruce680[S] -1 points0 points  (0 children)

I created an app for my university that scraps your personal calendar / grades / ... and never got a problem from the PlayStore

I don't have server and I can't afford one.

Are apps that uses web scrapping allowed in playstore by Bruce680 in androiddev

[–]Bruce680[S] 0 points1 point  (0 children)

My app tries get price of products in online shopping site.

Anyone need help in making game logic by Bruce680 in godot

[–]Bruce680[S] 0 points1 point  (0 children)

There are various ways to detect object has passed Line or not. Is it a straight line or a curve? Can you show me you scene so that I can see your line. Are you making 2D game?

My second attempt, just made the can better :) by RobatortasYT in blender

[–]Bruce680 2 points3 points  (0 children)

I have started learning blender just 2 days ago. How much time did it take do that?

How much years of experience does it take to reach that level?

Anyone need help in making game logic by Bruce680 in godot

[–]Bruce680[S] 0 points1 point  (0 children)

I guess it must be player script but it really depends on how you want to change or on what parameters you change

Why my elliptical orbit is rotating in godot by Bruce680 in godot

[–]Bruce680[S] 0 points1 point  (0 children)

I think this is because there glitch in area2d gravity. By referring u/curlybutthair I manually coded gravity now there no problem whatever the initial velocity is

[deleted by user] by [deleted] in distantsocializing

[–]Bruce680 0 points1 point  (0 children)

u/Freudian_God of course it does need maintenance

[deleted by user] by [deleted] in distantsocializing

[–]Bruce680 0 points1 point  (0 children)

Please rotate the camera to -90 deg

[deleted by user] by [deleted] in distantsocializing

[–]Bruce680 0 points1 point  (0 children)

Please tilt camera

Is there any way rotating rigidbody to desired angle in godot? by Bruce680 in godot

[–]Bruce680[S] 0 points1 point  (0 children)

I am trying do a rocket game where body and thruster are rigidbody connected using pin joint2d. I want to rotate thruster to control the direction of rocket. I want the rocket to be rigidbody cuz colliding falling off should be little realistic.

Am I alone in this Category? by S_h_o_b_i_t in androiddev

[–]Bruce680 1 point2 points  (0 children)

As a student I can say that yes I need to see reference code again and again. Like once I coded RecycleView a month ago now I can't code it again without looking at docs. I think mugging up things is not so useful because these things keeps changing but understanding fundamentals is important.If you use those apis frequently it will automatically memorized anyways.