May 2018
Intermediate to advanced
470 pages
13h 54m
English
The game details, such as the name, world image, clue text, and maker name, are rendered to give the user an overview of the game.
mern-vrgame/client/game/GameDetail.js:
<Typography type="headline" component="h2"> {this.props.game.name}</Typography><CardMedia image={this.props.game.world} title={this.props.game.name}/><Typography type="subheading" component="h4"> <em>by</em> {this.props.game.maker.name}</Typography><CardContent> <Typography type="body1" component="p"> {this.props.game.clue} </Typography></CardContent>
Read now
Unlock full access