Posts by RPG Deivid Pacheco • 65 points
3 posts
- 
		0 votes0 answers41 viewsQ: A* - Jquery + JavascriptI’m taking a test of pathfinding in jquery with JS, and gave a strong empacada. I searched several places, but I’m not able to reason how to start reading the "neighbors" to make a line between the… 
- 
		2 votes1 answer48 viewsQ: SASS - beginner (small doubt)Hello! I’m learning SASS and came across a problem that was supposed to be simple,. heehehe. This is not compiling: $purple: #9b0aa8; #fofo{ width:40px; height:40px; background: $purple; }… sassasked RPG Deivid Pacheco 65
- 
		4 votes1 answer107 viewsQ: How to paint multiple page elements by clicking and dragging the mouse?Essentially my program creates a "screen" of "pixels" where the Divs are the pixels. It randomly generates the colors in the image and the user can use a palette that is below to change, as if to…