var newState = drawManuel( drawBackground( processInput(state)));
var newState = processInput(state); drawBackground(newState); drawManuel(newState);