BrainBoy - A Node Based Platformer It has been confirmed that you can actually beat the 4th level! Good luck If you want to add levels yourself, Remix the project, edit the broadcasts in "Levels", "Enemies", and "Goals" so that the "Level Number" determines the new levels, and then message me that you made new levels and If they are good enough I will put them in. Check out my bio about how to send me the file! (Since scratch is weird about links, I can only link my youtube but use that link to go to my community dis=b=cord but remove the =b=) The idea is simple. The screen is divided into 2 parts, top half and bottom half. In the top half is where the game takes place and in the bottom half is where you make BrainBoy's brain. The nodes on the left are input/sensory nodes and the nodes on the right are output/action nodes. Connect the nodes together in various ways to allow BrainBoy to travel across the level avoiding enemies (only spikes for now) and make it to the green square.
How does the brain work: - When neurons are fired, they send a +1 to any and all connections. If the connection is inverted it sends a -1. - Neurons that have a positive value are fired. - Neurons can't go below 0 in value - When you fire the right side neurons, they will cause BrainBoy to make an action: Blue is Jump, Green is move left, Orange is move right. - Left side neurons are: - Yellow = Clock (just fires all the time) - Pink = fires when BrainBoy gets close to something in the up direction - Blue = fires when BrainBoy gets close to something in the down direction - Lime = fires when BrainBoy gets close to something in the left direction - Purple = fires when BrainBoy gets close to something in the right direction - Red = fires when BrainBoy gets close to an enemy How to make connections: - Double click to create a neuron - Click and drag to move the neurons - Click and drag while holding space to create a connection from one neuron to another - Click on connection to make it inverted Top Left Menu Buttons: - Reset Position - Reset Brain - Toggle showing of sensory rays Note: Since there are only three levels and they are very easy, I will add more evetually. Also technically there is a brain setup that works for all three levels, I found it by accident when making this game. So if you get stuck just know that it is completely 100% possible. Hint: Only uses a few neurons and remember you can have multiple connections into the same neurons and out from the same neuron