Godzilla (disambiguation)

Godzilla, also known as Gojira, is a fictional Japanese monster.

Godzilla may also refer to:

Film

Television

  • Godzilla (1978 TV series), a 1978–1979 American animated television series from Hanna-Barbera that aired on NBC
  • Godzilla Island, a 1997–1998 Japanese children's television series in which Godzilla and various other Daikaiju are brought to life as Bandai toys
  • Godzilla: The Series, a 1998–2000 American-Japanese animated television series that aired on Fox Kids

Video games

Literature

Godzilla Rock

Music

Other uses

gollark: ```luafunction parseString(str) str = str:sub(2) local s = "" while str:sub(1,1) ~= "\"" do local next = str:sub(1,1) str = str:sub(2) assert(next ~= "\n", "Unclosed string") if next == "\\" then local escape = str:sub(1,1) str = str:sub(2) next = assert(decodeControls[next..escape], "Invalid escape character") end s = s .. next end return s, removeWhite(str:sub(2))end```
gollark: Okay, this is hand-rolled parsing code, I have no idea how it works.
gollark: *But* this is a bug in the JSON handling, which I should really fix *anyway*.
gollark: Ah, base64 should do it, yes.
gollark: Ah, *this* is the problem! The parser is primitive and does not support `\uxxxx`.

See also

  • Gojira (disambiguation)
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.