
Microsoft MakeCode Arcade
Develop your programming skills by quickly creating and modding retro arcade games with Blocks and JavaScript in the MakeCode editor
Bresenham Circles - Microsoft MakeCode Arcade
Also, there are no partial, or fractional, pixels to draw part of a line with coordinates that aren’t integer values. To show a line on the screen generated by a mathematical function, it’s …
draw Line - Microsoft MakeCode Arcade
y1: a number that’s the vertical pixel location of the second coordinate. c: the number of the color of the pixels in the line. Color numbers are value between 0 and 15 which select a color from …
BlockOut - Microsoft MakeCode Arcade
Draw a purple line near the bottom of the image. Next, drag a set mySprite position to x y from Sprites and put it into the on start block. Set the x value to 79 and the y value to 100. Again, …
Maze - Microsoft MakeCode Arcade
Click on the gray box to open a tilemap, select tiles, and use the tools to draw your own maze. Be sure to leave a path from the start to the end, so the user can escape.
Paint Brush - Microsoft MakeCode Arcade
background image background lastX lastY myPointer left myPointer bottom color large background lastX 1 + lastY myPointer left myPointer bottom color background lastX lastY 1 + …
Laser Cut Stencils - Microsoft MakeCode Arcade
With this tool, you can create stencils that allow you to draw or paint pixel art on t-shirts, boards, walls, etc… You will need access to a laser cutter.
Images - Microsoft MakeCode Arcade
See also create, clone, screen image, draw line, draw rect, set pixel, get pixel, fill, fill rect, flip x, flip y, replace Edit this page on GitHub Edit template of this page on GitHub Edit template of …
Galga - Microsoft MakeCode Arcade
Click on the word [mySprite] in the new block to rename the variable [spacePlane]. Now click inside the grey box in the new block to open the image editor. Draw a plane or choose …
Fibonacci Tiles and Spiral - Microsoft MakeCode Arcade
Complete program The complete program contains the tile drawing code, the arc function to draw the spiral, and the screen panning code.