Vi flyttar från butik till nätet - så funkar det framåt
GamesMaster: The Oral History | 0:e upplagan
- Inbunden, Engelska, 2022
- Författare: Dominik Diamond
- Betyg:
459
kr
Skickas inom 1-3 vardagar
Butikslager
Onlinelager
I lager hos leverantör
$event.detail.name === 'store-selector' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'store-selector' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'store-selector'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'store-selector'
});
}
});"
class="h-full"
>
Beskrivning
The definitive history of the iconic '90s videogame TV show, written by host Dominik Diamond.
GamesMaster: An Oral History charts the highs and lows of Channel 4's anarchic UK videogames entertainment show. Guided by show host Dominik Diamond and with a foreword by one-time games playing champion Robbie Williams, GamesMaster: An Oral History features over forty contributors including production crew, celebrity guests and the games-playing members of the public who became either playground heroes or defeated outcasts vying for the iconic Golden Joystick prize.
Spanning seven chapters covering each of the show's distinctly themed series, the book documents the instant and phenomenal success of the show, the creativity behind its inception, and the ups and downs experienced behind the scenes. The lineup includes: Dominik Diamond (show host), Robbie Williams, Dexter Fletcher, Jane Hewland (executive producer), Mike Miller (head of sport, Channel 4), Dave 'The Games Animal' Perry (commentator), Jonny Ffinch (producer), Danielle Woodyatt (Virgin Games), Violet Berlin, Pat Sharp, Vic Reeves, Uri Geller, John Regis MBE, Stewart Lee, Richard Herring, Zig and Zag, and many more.
First broadcast in 1992 amid a brash youth television takeover, the ambitious and sometimes chaotic production of GamesMaster is also a story of the 1990s, set against a backdrop of videogame console wars, Britpop, and a curious new thing called the World Wide Web.
GamesMaster: An Oral History charts the highs and lows of Channel 4's anarchic UK videogames entertainment show. Guided by show host Dominik Diamond and with a foreword by one-time games playing champion Robbie Williams, GamesMaster: An Oral History features over forty contributors including production crew, celebrity guests and the games-playing members of the public who became either playground heroes or defeated outcasts vying for the iconic Golden Joystick prize.
Spanning seven chapters covering each of the show's distinctly themed series, the book documents the instant and phenomenal success of the show, the creativity behind its inception, and the ups and downs experienced behind the scenes. The lineup includes: Dominik Diamond (show host), Robbie Williams, Dexter Fletcher, Jane Hewland (executive producer), Mike Miller (head of sport, Channel 4), Dave 'The Games Animal' Perry (commentator), Jonny Ffinch (producer), Danielle Woodyatt (Virgin Games), Violet Berlin, Pat Sharp, Vic Reeves, Uri Geller, John Regis MBE, Stewart Lee, Richard Herring, Zig and Zag, and many more.
First broadcast in 1992 amid a brash youth television takeover, the ambitious and sometimes chaotic production of GamesMaster is also a story of the 1990s, set against a backdrop of videogame console wars, Britpop, and a curious new thing called the World Wide Web.
Om denna bok
GamesMaster: The Oral History av Dominik Diamond är en Inbunden bok med 320 sidor på Engelska. Den utgavs 2022 av Hachette UK.
Spara pengar – köp begagnad från Campusbokhandeln
Köp GamesMaster: The Oral History begagnad från Campusbokhandeln och spara upp till 25% jämfört med nypris. Du kan bevaka den här boken så får du ett mail så fort vi får in den i lager som begagnad.
Genom att köpa & sälja begagnat sänker du kostnaden för studier både för dig och nästa student samtidigt som du gör nytta för klimatet.
Produktinformation
Kategori:
Skönlitteratur
Bandtyp:
Inbunden
Språk:
Engelska
ISBN:
9780500025918
Upplaga:
0
Utgiven:
2022-10-06
Förlag:
Hachette UK
Sidantal:
320
$event.detail.name === 'primary-menu' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'primary-menu' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'primary-menu'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'primary-menu'
});
}
});"
class="h-full"
>
$event.detail.name === 'mobile-search' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mobile-search' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mobile-search'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mobile-search'
});
}
});"
class="h-full"
>
$event.detail.name === 'mini-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mini-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mini-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mini-cart'
});
}
});"
class="h-full"
>
$event.detail.name === 'add-to-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'add-to-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'add-to-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'add-to-cart'
});
}
});"
class="h-full"
>