Simulation
Definition
A computer simulation is a simulation, run on a single computer, or a network of computers, to reproduce behavior of a system.
On CodinGame, this kind of puzzle often needs a rewrite of the game engine, so your code will be able to anticipate the game state several turns in advance and take the best decision.
Source: Wikipedia (license)