Posts by deny.cavalli • 23 points
3 posts
-
0
votes1
answer148
viewsQ: "Quadrant", analyze area around the square
I am with a project and I came up with a problem. The project would be a simple simcity 1 made in pure javascript. The problem is that when it comes to making intersections and curves I can’t detect…
-
0
votes1
answer52
viewsQ: Grid Boolean Array
Hello, I’m doing a kind of simcity and I had the problem that when I draw I could draw the road over again. So I solved this by creating a Boolean array when drawing that grid area gets true and can…
-
1
votes1
answer129
viewsQ: Grid with Single Input
Hello, what is the best way to make a grid for Javascript and HTML? I need that I can draw or change the color of the area of each white space. I did it this way but he doesn’t answer me because…