Le concept est assé simple : il y a une map en 2D, des obstacles, des ennemies. L'objectif est de tirer sur tout les ennemies. Comment on tire ? Tu écris une équation mathématique, et si la courbe de l'équation touche un adversaire, il est éliminé ===== Un tutoriel est disponible ici https://youtube.com/watch?v=EHuQe7SKwkA Si le jeu est lent, ouvrez le sur turbowarp https://turbowarp.org/901073564?fps=60&hqpen ================ le solveur mathématique supporte les opérations de base + - * / et les fonctions suivantes : sin() cos() tan() asin() acos() atan() sqrt() exp() ln() log() round() floor() ceil() abs() commande : /skip pour changer la map === Quelque exemple de fonction : fonction sigmoid : 1/(1+(exp(-x)) sinus combiné avec sigmoid : x+sin(10x)*(1/(1+(exp(-x))) escalier : round(-x) ========= credit http://www.graphwar.com/
The concept is quite simple: there's a 2D map, obstacles and enemies. The objective is to shoot all the enemies. How do you shoot? You write down a mathematical equation, and if the curve of the equation hits an enemy, he's eliminated. ===== A tutorial is available here https://youtube.com/watch?v=EHuQe7SKwkA If the game is slow, open it on turbowarp https://turbowarp.org/901073564?fps=60&hqpen ================ the mathematical solver supports basic operations + - * / and the following functions: sin() cos() tan() asin() acos() atan() sqrt() exp() ln() log() round() floor() ceil() abs() command : /skip to change the map === Some examples of functions : sigmoid function : 1/(1+(exp(-x)) sine combined with sigmoid : x+sin(10x)*(1/(1+(exp(-x))) stairs : round(-x) ========= credit http://www.graphwar.com/