Learn to code here ---> https://scratch.mit.edu/projects/1011549012/ ScratchBit now supports letters! This will now allow super cool things to pop up, and actually have a cool output other than just 1s and 0s. (You can't do much tho - YET...) A coding language in scratch called "ScratchBit" More updates coming soon :) Lmk if you're stuck or if there are glitches (Check the manual first).
EVERYONE: If you want a function or feature tell me and I might just add it. The code when you load it in is a 2 bit binary adder with a 3 bit output. A2 = left most number of 2 bits. A1 is right. B2 is second number left digit. B1 is second number right digit. Carry1 is for an extra 1. Future updates (may or may not occur): - 1.0: Loops and if statements + better GUI and efficiency. - 1.1: TONS of pre-made functions Ideas (might happen, probably not): - Modules - Functions - Variable Grouping - 2D Array + Pixel Display (@woonxiongping for idea) HISTORY: - 0.1 released Apr 30 2024: IT'S HERE! - 0.2 released May 2 2024: Chill music along with all logical gates (not,or,xor,xnor,and,nand (forgot nor)) and an insert button! - 0.3 released May 3 2024: Bugfixing along with save/load! - 0.4 released May 5 2024: MORE BUGFIXING + Text ScratchBit, using the commands: ltn(text) and ntl(binary) along with "backslash" commands to nullify special chars (" " or ";"). In other words, ntl(ltn(txt)) outputs the txt. Each char is a 7 bit number btw. Also added the nor function. #games #coding #48coder84