Shay Hatten

Shay Hatten is an American screenwriter best known for his work on John Wick: Chapter 3 – Parabellum and the upcoming Army of the Dead.[1]

Shay Hatten
NationalityAmerican
OccupationScreenwriter
Years active2019–present
Notable work

Career

Hatten started his career by writing several films including John Wick: Chapter 3 – Parabellum and the upcoming Army of the Dead.[2] He is currently developing scripts for the upcoming action thriller Ballerina, a spinoff of the John Wick franchise,[3] Maximum King!, which focuses on Stephen King during production on his only directorial feature film, Maximum Overdrive,[4][5] and (Future) Cult Classic, a satirical television series.[6]

Filmography

Year Title Credited as Notes
Writer Producer
2019 John Wick: Chapter 3 – Parabellum[7] Yes No
2020 Army of the Dead[8] Yes No Post-production
2021 (Future) Cult Classic[9] Yes Executive
TBA Ballerina[3] Yes No In development
Maximum King![4] Yes No
gollark: _continues futile attempts to optimize stuff_
gollark: getItemMeta returns a thing with stackSize, right?
gollark: Also, in that version there, patterns got fed in as a table with numeric indices from 1-9 representing each slot of the crafting table plus an optional qty key for how much the recipe produces.
gollark: Ridiculous. We *need* to be able to break maths in a snippet of code.
gollark: Here is a copy of the code I don't understand from the old version:```lualocal function descend(intermediateFn, terminalFn, i) local pattern = patterns[i] if pattern then intermediateFn(pattern) local pqty = pattern.qty -- Qty keys must be removed from the pattern for collation -- Otherwise, it shows up as a number stuck in the items needed table, which is bad. pattern.qty = nil local needs = util.collate(pattern) pattern.qty = pqty local has = {} for slot, item in pairs(pattern) do if util.satisfied(needs, has) then break end if patterns[item] then descend(intermediateFn, terminalFn, item) has[item] = (has[item] or 0) + (patterns[item].count or 1) end end else terminalFn(i) endendlocal function cost(i) local items = {} descend(function() end, function(i) table.insert(items, i) end, i) return util.collate(items)endlocal function tasks(i) local t = {} descend(function(pat) table.insert(t, pat) end, function() end, i) return tend```

References

  1. McNary, Dave (April 5, 2019). "Dave Bautista Starring in Zack Snyder's 'Army of the Dead' at Netflix". Variety. Penske Media Corporation. Retrieved October 8, 2019.
  2. Trumbore, Dave (August 12, 2019). "Zack Snyder Reveals Behind-the-Scenes Shot of 'Army of the Dead' as Filming Continues". Collider. Retrieved October 8, 2019.
  3. Kit, Borys (July 25, 2017). "Lionsgate Plotting 'John Wick' Universe With 'Ballerina' Action Script (Exclusive)". The Hollywood Reporter. Valence Media. Retrieved October 8, 2019.
  4. O'Connell, Michael (November 13, 2017). "4 Writers on the Scripts That Helped Them Quit Their Day Jobs". The Hollywood Reporter. Valence Media. Retrieved October 8, 2019.
  5. Fuster, Jeremy (July 25, 2017). "Script by 23-Year-Old Set to Expand 'John Wick' Universe". TheWrap. Retrieved October 8, 2019.
  6. Porter, Rick (February 13, 2019). "Syfy Slasher-Movie Satire Pilot Sets Cast". The Hollywood Reporter. Valence Media. Retrieved October 8, 2019.
  7. Schaefer, Sandy (July 16, 2019). "Zack Snyder's 'Army of the Dead" Rounds Out Cast As It Starts Filming". Screen Rant. Valnet, Inc. Retrieved October 8, 2019.
  8. Verhoeven, Beatrice (April 5, 2019). "Dave Bautista Joins Zack Snyder's Zombie Film 'Army of the Dead'". TheWrap. Retrieved October 8, 2019.
  9. Petski, Denise (March 1, 2019). "'(Future) Cult Classic': Justin Bartha & Geoffrey Owens Cast In Syfy Pilot". Deadline Hollywood. Penske Media Corporation. Retrieved October 8, 2019.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.