PROGRAM YOUR OWN AI TANK and I'll add it to the main project! https://scratch.mit.edu/projects/160796594/ The tanks are fairly simple to program (see inside the Sprite called "Remix This" for instructions) and see tutorial at https://scratch.mit.edu/projects/200761604/ Share your remixes and I'll add your tank to the main project. Let me know if you need more help. Contains a few basic tanks with commented code and a few tanks from the main project to test yourself against.
https://turbowarp.org/1154492964 TO-DO: - IDEA: A series of three measurements containing the three most recent scans/hits, with their hit positions, distances, and directions, generating a list of data to train a simple neural network. The target variable will be the true x and y position. Keep in mind that it's temporal-based, so FrameNumber is relevant. --> I think I'm gonna scrap this idea because the time-dependency is a huge problem. The enemy can move quite a bit between scans, making it difficult to reasonably guess where they are. IDEA: Make mini "print" functions within custom blocks that print out the arguments they received. Only do this for commonly used custom blocks. This could help with debugging, saving time spent trying to use breakpoints to read in values manually. Successor of ParaNN_v1 Short for Rushing, Scanning, Attacking, and Fleeing - version 1