develop
game
const game = (state = initialState(), action) => { switch(action.type) { case 'RESTART': return { ...initialState(state),