Tiger Style

Tiger Style is an American independent video game studio. The studio was founded by industry veterans Randy Smith and David Kalina in 2008. Their first title Spider: The Secret of Bryce Manor, was released in August 2009, followed by Waking Mars in 2012. They are a fully independent collective of designers, artists, and musicians. The studio is known for working remotely, and is known for their cooperative pay structure, distributing royalties among the game production teams.[3][4]

Tiger Style
Founded2008[1] (2008[2])
FoundersDavid Kalina
Randy Smith
Headquarters
ServicesVideo Game Studio
Websitewww.tigerstylegames.com

List of titles

gollark: ?coliru```pythonimport mathtext = "mwahahaha"len = 32amp = 8freq = 1for i in range(len): print((" " * int(math.sin(i * freq) * amp + amp)) + text)```
gollark: I can make it into a python oneliner.
gollark: ?coliru```pythonimport sys, mathdef write(t): sys.stdout.write(t)text = "mwahahaha"len = 64amp = 8freq = 0.5for i in range(len): for _ in range(int(math.sin(i * freq) * amp + amp - 1)): write(" ") print(text)```
gollark: ?coliru```pythonimport sys, mathdef write(t): sys.stdout.write(t)text = "mwahahaha"len = 64amp = 8freq = 0.1for i in range(len): for _ in range(int(math.sin(i * freq) * amp + amp - 1)): write(" ") print(text)```
gollark: ?coliru```pythonimport sys, mathdef write(t): sys.stdout.write(t)text = "mwahahaha"len = 32amp = 8freq = 0.5for i in range(len): for _ in range(int(math.sin(i * freq) * amp + amp - 1)): write(" ") print(text)```

References

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