Assessments
Name the graphics that are used by the games, normally grouped into one or several images.
Numbers
Background
Ground
Sprites
State whether the following statement is True or False: Sprites are the graphics used by the games, normally grouped into one or several images. Many game engines include tools to split and manage those graphics in a convenient way, but this is not the case in React Native.
State whether the following statement is True or False: The sprites array is the array in charge of storing all the sprite's positions and sizes at a given time.
Which functions are in charge of connecting the component to the store by injecting actions and attributes?
________ is responsible for starting up the game once the user taps the screen. It will do this using
requestAnimationFrame()
--one of the custom timers implemented in React Native.nextFrame()
cancelAnimationFrame()
GameContainer
mapStateToProps(state)