Kaleidoscope (2016 film)
Kaleidoscope is a 2016 British thriller film directed by Rupert Jones.[1] The film premiered at the 2016 Chicago International Film Festival.[2] On review aggregator Rotten Tomatoes, the film holds an approval rating of 62% based on 21 reviews, with an average rating of 6.46/10.[3] On Metacritic, the film has a weighted average score of 52 out of 100, based on 8 critics, indicating "generally favorable reviews".[4]
Kaleidoscope | |
---|---|
![]() | |
Directed by | Rupert Jones |
Starring | Toby Jones Anne Reid |
Release date |
|
Running time | 100 minutes |
Country | United Kingdom |
Language | English |
Cast
- Toby Jones as Carl
- Anne Reid as Aileen
- Sinead Matthews as Abby
- Deborah Findlay as Maureen
gollark: Unlikely.
gollark: That would involve parsing.
gollark: ```python @bot.command(help="Roll simulated dice (basic NdX syntax, N <= 50, X <= 1e6).") async def roll(ctx, dice): match = re.match("([-0-9]*)d([0-9]+)", dice) if not match: raise ValueError("Invalid dice notation") n, x = match.groups() if n == "": n = 1 n, x = int(n), int(x) if n > 50 or x > 1e6: raise ValueError("N or X exceeds limit") rolls = [ random.randint(1, x) for _ in range(n) ] await ctx.send(f"{sum(rolls)} ({' '.join(map(str, sorted(rolls)))})")```
gollark: Nope.
gollark: Fiona's rolldice, while excellently something, could not be used safely on untrusted input.
References
- Scheck, Frank (2017-12-07). "'Kaleidoscope': Film Review". The Hollywood Reporter. Retrieved 2018-07-16.
- "Film Review: 'Kaleidoscope'". Variety. 24 December 2017. Retrieved 9 May 2020.
- "Kaleidoscope (2017)". Rotten Tomatoes. Retrieved May 9, 2020.
- "Kaleidoscope Reviews". Metacritic. Retrieved May 9, 2020.
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.