Well, you actually made a pretty basic mistake while writing the code. You forgot to initialize and therefore you are getting the error. Add the following code lines and your code should work fine:
let%init storage (oracle_id : address) =
{game = (None : game option); oracle_id}