Gameenv Configuration
Lesson for gameenv-configuration
Gameenv Configuration
Learning from AstroPlatformer
Code Runner Challenge
gameenv-configuration
View IPYNB Source
%%js
// CODE_RUNNER: gameenv-configuration
const config = {
width: 650,
height: 400,
gravity: 0.52,
jumpForce: -11
};
console.log("Config:", config);
Lines: 1
Characters: 0
Output
Click "Run" in code control panel to see output ...