Jump to content

Jonathan Blow

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 2600:1008:b022:7266:4cdc:c322:10a5:9ce3 (talk) at 18:10, 25 January 2023 (→‎Artistry: Fixed typo of unquoted “taught me”. Added quotes and turned “me” to “[him]” but could quote further along instead: “taught him ‘a lot of subtle things’”.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Jonathan Blow
Born1971 (age 52–53)
NationalityAmerican
EducationUniversity of California, Berkeley (dropped out)
Occupation(s)Game designer
Programmer
Organization(s)Thekla, Inc.
Known forBraid, The Witness, Jai Language
Websitehttp://number-none.com/blow

Jonathan Blow (born 1971) is an American video game designer and programmer. He is best known for his work on the independent video games Braid (2008) and The Witness (2016).

Born in California, Blow developed a passion for game programming during middle school and pursued a double degree in computer science and English at the University of California, Berkeley. After dropping out of college he started a game company with a friend, and worked as a game development contractor after the company closed with the dot-com crash. He co-founded the Experimental Gameplay Workshop and wrote a technical monthly column for Game Developer magazine before gaining prominence in 2008 with Braid.

He used the financial success of Braid to fund his next game, The Witness, and formed the company Thekla Inc in the process. After a lengthy development period, the game was released in 2016 and was critically and financially successful. During its development, Blow began designing and creating a new programming language after being frustrated with C++, the language Thekla used to program the game. Full-time work on the language, codenamed Jai, and a new game implemented in it began after the release of The Witness. The language is currently in closed beta, and in December 2021 its compiler reached beta version 100.[1]

Blow's games are known for being artistic and challenging. They are also made with custom game engines, and have larger budgets and development times than most independently funded games. In addition to his work on his games and his feature in Indie Game: The Movie, he is also known for having strong opinions about the gaming industry, and critiques trends he finds unethical or believes hinder the medium from reaching its potential.

Early life

Blow learned how to program in BASIC on a TRS-80 Color Computer during his childhood.

Jonathan Blow was born in Southern California in 1971.[2] His father worked as a defense contractor for TRW, and his mother was an ex-nun.[2] He is the fourth of five children born to the couple, having two brothers and two sisters.[3] He was raised Christian, Blow noting "we went to church every Sunday".[4] Blow attended middle school in Northern San Diego County.[5] While there, he attended a fifth or sixth-grade computer class with Commodore VIC-20s which provided him with his first introduction to programming and computers.[2][5] Blow said "That was my favorite thing at school. I got it right away."[5] When his parents noticed that he was very interested in computers, they got him a TRS-80 Color Computer, on which Blow learned how to program in BASIC, often using exercise books from RadioShack.[6] In high school he also programmed games on a Commodore 64.[7][2] Some of the games he programmed were inspired by Indiana Jones and Pac-Man.[2][8]

Blow attended UC Berkeley as an undergraduate in 1989,[9] double-majoring in computer science and English.[3] He started as a physics major, but switched to computer science because he "just felt called in that direction".[10] Blow said that of the computer science major "you had to know what you were doing", while the bachelor's degree in English was "all about bullshitting things".[10] He was a member, and president, of the Computer Science Undergraduate Association, as well as the eXperimental Computing Facility (XCF), an undergraduate computer-interest organization.[11][12][13] Blow said he wrote some science fiction during college, but published it under a pseudonym.[14] He spent five years at UC Berkeley,[3] but dropped out with less than one semester to go.[15] When asked about why he left, Blow said "I was really depressed about being at school, I didn't like it. I didn't have a good time."[16]

Career

1994–2000: Career beginnings and Wulfram

After leaving UC Berkeley, Blow worked at a "really boring" enterprise software company for six months,[17] before taking up a contracting role at Silicon Graphics. There he ported Doom and Doom II to a set-top box.[3] In early 1996 Blow started the game company Bolt-Action Software in Oakland with Bernt Habermeier, whom Blow had met in the XCF at UC Berkeley.[3][18][13] An artist joined the team later,[13] and together they created Wulfram, a 3D action-strategy game for up to 32 players.[19]

File:Wulfram hovertank screenshot.jpg
A gameplay screenshot of Wulfram featuring a hovertank. Blow and Habermeier programmed the game in C++ and assembler from scratch.

In Wulfram, players took control of a heavily armed hovertank, and joined one of two sides with the aim to force the other side off the map.[20] The standard map size was around 31 km2.[13] In a February 1998 interview,[21] Blow said the game was around 150,000 lines of C++ code, 2500 of which were assembly for texture mapping optimization, and the game ran on Windows 95, Windows NT, Linux, and Solaris.[13] Scott Keur of MPOGD reviewed the game while it was in closed beta, praised its graphics, gameplay, lack of lag, but criticized its sound, and called it "the best combined action/strategy game to date".[20] Wulfram was released in open beta in July 1998[19] and free to play on Total Entertainment Network.[22] TEN shut down slightly more than a year later, however, after which Blow brought the game to Interactive Magic.[23]

Bolt-Action Software became as large as 14 employees, but it folded in 2000 due to the dot-com crash.[3] The name Wulfram went through several name changes, the final of which was Wulfram 2.[24] For a while after Bolt Action Software folded, Habermeier ran the final version of the game for free on the internet.[25][26] In a 2020 interview, Blow said he was convinced that 1996 was the hardest time in history to start a video game company, because of the transition from 2D to 3D titles.[27] A number of components of the game were challenging to implement, but Blow learned a lot from the experience. He summarized "we went broke, and I was burned out for several years after that from working hard... but that's how I became a good programmer."[28]

2001–2004: Contracting work

Throughout the early 2000s Blow wrote a technical monthly column for the print magazine Game Developer.

After Blow closed his first studio, he did contracting work with a number of game studios with larger budgets. Games he worked on included Oddworld: Munch's Oddysee, Deus Ex: Invisible War and Thief: Deadly Shadows.[29] In 2002, together with Chris Hecker, Doug Church and Robin Hunicke, Blow co-founded the experimental gameplay workshop at the Game Developers Conference.[30][31] Around this time, he also wrote The Inner Product, a monthly column for magazine Game Developer.[2][32]

During this time period, Blow moved to New York City where he was introduced to an IBM research project about servers based on cell processors, which IBM had partly developed.[33] Blow pitched them a proof of concept of a physics-intensive online multiplayer game about giant robots attacking a town.[34] In the game, physics simulation was done on the server. The movement of robots was not implemented with animations but by applying forces to their joints. Players could shoot these joints and thereby affect the movement of the robots.[35] Blow and Atman Binstock did most of the programming for the game,[36] Blow writing the client-side code, graphics, and gameplay, while Binstock wrote the physics engine to run on the server from scratch.[34] After submitting their final report to IBM, the team tried to bring the game to Electronic Arts, but Blow said, "they were like, 'Yeah, we're not impressed'".[37]

Further contract work Blow did included: particle effect programming on Flow on the PS3 (which used the cell processor);[38][39] code review when MTV purchased Harmonix;[38] programming on the dynamic music-action iPod game Phase.[40] Blow said of this part of his life "I didn't really know what I was doing in life yet, I was just stumbling forward like people do sometimes, and doing the best that I knew how to do, which at that time was programming."[41]

2005–2008: Braid

Blow talked about assumptions underlying game design at the Montreal International Games Summit in 2007.

The 2D puzzle-platformer Braid (2008) was a landmark of independent game development. Released on the Xbox 360 through Xbox Live Arcade (XBLA), the game was "an immediate sensation",[42] and a critical and commercial success. Braid demonstrated that it was possible for indie developers to release games on storefronts (instead of through publishers) and remain financially successful.[43] The game "is often credited as the catalyst for the indie [game] boom of the following years".[42]

In Braid, the player solves puzzles using a combination of platforming gameplay and the ability to rewind time. The precise mechanism of time rewind changes throughout the course of the game, and it is usually an essential part of any puzzle solution. For the game's story, Blow drew inspiration from a variety of his favourite books and films such as Invisible Cities and Mulholland Drive, and the plot is told through a combination of textual exposition between worlds, environmental art, and gameplay. The story initially appears to be about the protagonist searching for a princess, but Blow stated that the narrative was "big and subtle and resists being looked at directly."[44]

Blow created a prototype for Braid in December 2004, and began work on the game proper five months later. Much of the work was part-time as Blow also did consulting work for a stable income and invested time into martial-arts training. By December 2005 Blow had finished the first version of the game; however, he felt the graphics and artstyle "looked extremely amateur". After many "false starts" trying to find a good artist, he hired David Hellman, who would eventually create all of the game's art.[45] In mid 2007 he signed with Microsoft to release the game XBLA. Blow felt that time spent meeting the XBLA certification process would have been better spent polishing the game, but he noted that Microsoft was "very hands-off" with respect to game design, and that "the final game is exactly what I wanted to put there".[46] Blow estimated that he spent more than $180,000 of his own money to develop Braid.[47]

The game was released digitally in August 2008 to universal acclaim,[48] and made Blow a millionaire.[49] Available only through download, the game represented an early shift in video games from physical to digital stores.[50] The success of the game inspired many other indie developers; in particular, a designer at Supergiant Games claimed the studio wouldn't exist without the success of Braid.[43] By 2010 some other indie games had also found commercial success, leading Blow to cofound Indie Fund in 2010. Blow was featured in the documentary film Indie Game: The Movie, where he discusses his experiences developing and releasing Braid. In 2014 Blow stated that sales had brought in more than $4 million in revenue, which he used to fund The Witness.[49]

2009–2016: The Witness

Blow talked about truth in game design at the Game Developers Conference in Europe in 2011.

Blow's next project was The Witness (2016), a first-person game in which the player explores an island while solving a large variety of puzzles on panels. The panel puzzles require the player to draw a path on the panel, and are solved if the path satisfies a number of rules. Blow wanted to create a game utilizing non-verbal communication, and as such, the puzzle rules are never explained with words. Instead, the puzzles themselves teach the player the rules. Blow felt that solving puzzles in this way could generate epiphanies for players, and tried to design the game so that the player experiences "miniature epiphanies over and over again".[51] Blow estimated that solving every puzzle in the game would take more than 80 hours.[51]

Work on The Witness began shortly after the release of Braid in 2008. Blow created prototypes of several different game ideas before choosing the one he liked the most, despite it being a 3D game which he "absolutely didn't want to do".[52] Throughout development, Blow hired people to work on the game full-time, forming the company Thekla, Inc. in the process (he remains its president).[52][53][54] By the time the game was revealed to the public in 2010, three people were working on the game full-time, and by 2015 this number had grown to eight.[52][51] Blow had hoped to release the game as a launch title for the PS4 in 2013, however, work on the game continued until its release in 2016. At the time, it was virtually unheard of for a small independent game studio to spend more than seven years on a game.[51] Blow said that The Witness ended up being "a much bigger game than I thought", and that "as long as it looked like we were going to have the money and time... we decided to make it the best thing we can."[51]

The game was released on Windows and the PlayStation 4 in January 2016 to critical acclaim and commercial success. It debuted at $39.99, a price point that was met with outcry in some gaming forums.[55] Blow stated that the price point was "fairly reflective of what the game is",[55] and journalists noted that other independent games of a similar scope and quality debuted with the same price.[55][56] Blow reported that the first week sales revenue of The Witness totaled over US$5 million, and that it had sold more than 100,000 units.[57] After release, Blow said that The Witness was one of the top downloads on illegal BitTorrent websites, was pirated "just as heavily" as Braid,[58] and noted that pirating the game does not help fund Thekla's next game."[58] The game received several BAFTA and Game Developers Choice Awards nominations,[59][60] and appeared on 'Best of the decade' features from IGN,[61] Polygon,[62] NME,[63] CNET,[64] and National Post.[65]

2017–present: Jai Programming Language, untitled sokoban game, and Braid, Anniversary Edition

Blow talked about his programming language at the Gamelab Conference in 2018.

Towards the end of development of The Witness, Blow became frustrated with C++, the programming language Thekla used to implement the game's engine. Blow considered the language to be fiendishly complex, noting "C++ is a powerful language in some ways... but it makes [software development] a lot harder than it should be."[66] He looked into the de facto alternatives to C++ at the time (namely Go, D, and Rust), but found none that addressed his concerns.[67] He then released some videos on YouTube where he tried to convince people that game developers "could do better than get off C++."[68] Blow estimated that a new programming language designed for game development could reduce typical development time by at least 20% and advance the art form by making programming more enjoyable.[67] Further, he anticipated that the language would be relatively easy to create compared to creating a game like The Witness.[69]

In 2014, Blow began work on designing and programming the new language, which is codenamed Jai. Among other things, Blow hopes the language will improve the experience of game programming and allow programmers to build more functionality with less code.[66] When asked about the real name of the language in 2020, Blow quipped that for many projects "people put all their effort into the cool name" before working on the project itself, and that he was "doing things in the opposite way".[70] For about the first year and a half, his work on Jai was part time as Thekla was busy shipping The Witness.[71] Full-time work on Jai began in mid-2016, as well as a game engine written in Jai and a sokoban game built in that engine.[71] By working on the sokoban game, its engine, and Jai at the same time, Blow is able to test the language's design and adjust it early in its lifetime.[72]

Blow has noted that no previous programming languages have debuted with a piece of demo software as large and complex as a game. The game is intended to prove the capability of the language, thus reducing the risk associated with adopting Jai upon release.[73] During a 2018 conference talk, Blow demonstrated that a clean non-optimized compilation of the 80,000-line sokoban game took less than two seconds on his laptop.[74] He predicted that with additional work the compilation rate would increase significantly, with a target compilation rate of a million lines of Jai per second (for a clean non-optimized build).[74] In July 2018 Blow felt the language had already improved his productivity by 15%, and thought that given time this could increase to 50–80%.[66] Blow intends to release much of the source code of the sokoban game upon release, and said Thekla is trying to structure the code to be "very malleable" so that upon release it can "provide an in for people who actually want to start experimenting with a program."[75] The Jai compiler is currently in closed beta and reached beta version 100 in December 2021.[1]

The Jai-based sokoban game combines puzzle elements from a variety of other sokoban games while adding ideas of its own. The majority of characters from Jonah Ostroff's Heroes of Sokoban trilogy appear in the game, as do the lily pads and skipping stones from Alan Hazelden's Skipping Stones To Lonely Homes. By combining so many puzzle elements together, Thekla is able to "explode out the combinatorics [of the puzzle space] even further than Thekla did with The Witness."[76] In mid 2018, two programmers were working on the game, and the art team consisted of five people.[77] The sokoban game had over 700 levels as of May 2021, and Blow stated that it will probably have more than 1000 upon release.[78] Work on the sokoban game, its engine, and Jai are regularly streamed by Blow on his twitch channel.[79]

In August 2020, Thekla announced Braid, Anniversary Edition, a remastered edition of Braid.[80] The game's art is being repainted with significantly more detail, and will have smoother animations and enhanced sound.[81][82] The new edition will include detailed and thorough developer commentary from Blow.[83] Players will be able to toggle between the original and upgraded version while playing.[84] Blow explained that the remaster will be faithful to the original, remarking that Braid will not get the "Greedo shoots first" treatment (a reference to a change made to Star Wars).[85] Thekla planned to launch the game in early 2021.[85]

Long-term project

In 2013 Blow began making a prototype for a singleplayer game that was not a puzzle game.[86] In 2018 Blow said the game had 40–50 hours of playable gameplay. He intends for Thekla to make the game using the game engine being developed for the sokoban game, once it has matured. He plans to work on the game over the course of 20 years, releasing the game in installments. Each installment will make the game larger and add complexity.[77]

Blow noted that one of his goals for the project is to expand his design abilities, and stated "I want to design something that is out of my comfort zone that will make me [a better designer]." Another goal is for the game to be similar to Gravity's Rainbow in having a "high dynamic range" and in how the work "is not afraid to leave you behind when it flies. It expects you to do some work and come with it".[87]

Artistry

In his youth, Blow liked playing text adventure games by Infocom. His favorite was Trinity, which Blow said "affected me in a relatively deep way in terms of the way that I think about games."[88] In college, his favorite game was Netrek.[89] Early in his career Blow played a lot of Counter-Strike, and said that the game “taught [him] a lot of subtle things.”[90]

Blow's games are known for being artistic and not following industry trends, as well as being challenging. In a retrospective on Braid, GQ noted that the game was released at a time when the market was dominated by violent and repetitive first-person shooters, yet "made an earnest effort to make an artistic statement" that went beyond this trend.[50] Time described The Witness as "categorically defiant", and described its reception as being "widely quantified as a game created by a genius for geniuses".[91] The puzzles of Braid have been described as "tough"[92] and "formidable".[93]

Blow's games have higher budgets and longer development times than most independently funded games, and have custom game engines. Braid was built with an relatively large budget for independent games at the time,[94] while The Witness — largely funded with the profits of Braid — cost close to six million dollars.[95] The development times for Braid and The Witness were highly unusual for independent games at the time.[95][51] The choice to create a custom game engine for both games was due to Blow wanting full control over every aspect of the game, and ensuring he could provide the game decades into the future.[96][a] Braid artist David Hellman said that that Blow was not stressed about time or budget, and that for him "the game always came first."[2]

People have this idea that entertainment is supposed to let you get away from your life for a little bit... for me it's the opposite. If I go see a film or a play or listen to music, it's because I want to go towards something... and bring a little bit of that back to my life.

— Blow on art as a form of escapism.[97]

Blow said that when he makes a game, he tries to make something that he would want to play and be interested in.[98] He has a desire to understand the world from many directions,[99] and tries to uncover and understand true things about the universe through game design.[10] Blow has a love of exploring the permutations of a simple idea.[95] He described an ideal player of his games as approximately being someone who "is inquisitive and likes to be treated as an intelligent person."[100] Blow hoped the design skills he developed by working on complicated games have made Jai better designed than most languages.[66]

Blow said that he built Thekla not out of any aspiration goal to run a company, but a necessary consequence of wanting creative freedom.[101] He used almost all of the profits of Braid to independently fund The Witness, noting "I was willing to put it all in the poker pot and make the thing I wanted to make, without interference."[95] He has described his direction as being like a "benevolent dictator" who decides what the game is and makes sure that other people's ideas "work with the large vision."[102] Blow doesn't schedule development time for games at Thekla, noting "we don't do it like Electronic Arts. We don't pick a quarter and ship the game. We're just trying to make the best game."[77]

Public image

In addition to having a reputation for doing outstanding work,[77] Blow is also known for voicing his opinions about the gaming industry.[103] He has been described as a "prickly genius"[95] and the game industry's "most cerebral developer, but also as its most incisive and polarizing internal critic".[2] Commenting on his criticism, Blow said "I honestly say what I think about games, and I honestly say if I think something is good or not, and why."[104] Stephen Totilo of Kotaku thought that Blow's criticism is not targeted towards individuals or specific games but industry trends.[105]

Blow often identifies trends in games which he thinks do not strengthen the medium, hold it back from reaching its potential, or are unethical. Blow thinks that there are individual elements of storytelling which work well in games, including mood, character and setting,[106] but considers games to be a terrible medium for storytelling in general.[107] As of 2016, he considered the quality of storytelling in games to be significantly lower than literature.[108] In 2018 he thought that many contemporary games included designs which are self-sabotaging and weaken the structure of whatever game they are in, despite such designs existing nearly a decade earlier, indicating a stall in progress.[109] [b] He doesn't consider microtransactions to be inherently unethical,[110] but thinks that many games made for phones are "just pretending to be games in order to have a microtransaction button or show ads".[111] He considers social network games evil,[112] and noted than while SimCity and FarmVille may appear similar from a distance, SimCity is a creative activity that involves problem solving while FarmVille is just about getting the player to sit in front of the screen for as long as possible.[113]

Blow feels that games have the potential have a much bigger role culturally[114] and "heavily impact the patterns of human thought, and help define what it means to be human".[115] While Blow strives to make his games meaningful,[105] he has noted that games with relatively empty gameplay (such as MMOs) which keep players hooked with fake rewards may be causing real harm to people.[115]

Despite being seen as somewhat of a poster child for independent development,[104] Blow is uncomfortable with being described as an indie developer: he feels that the indie game scene has changed into something in which he does not belong.[104][116] In 2019 he felt that the scene had developed in the sense that it was easier to make and release a independent game than ever before, but "if you're talking about progress in exploring the medium, I think the progress has not been as large as people assume."[106] Blow noted that Stephen's Sausage Roll, a game he thought in 2017 "may be the best puzzle of all time",[117] was rarely talked about in development circles, indicating a stagnation of the development scene.[106] The comments attracted social media attention, which Blow found troubling, noting "most of the people who got mad are not people who successfully have created indie games. I worry about that. I'm just trying to give people the best advice, that's all."[110]

The job isn't to be in a community; the job is to make a good game.

— Blow on independent game development[110]

Blow considers technology to be more aggravating than it has ever been.[68] He noted in particular that contemporary phones have processing powers and memories comparable to supercomputers from the 1990s, yet it is common to encounter lag on phone apps when performing simple actions such as scrolling or pressing buttons that should be near-instantaneous. He noted "it's like software is worse now than it's ever been."[68] He has a low opinion of modern C++, describing C++ in 2020 as "a terrible, terrible, language at this point".[118] Part of his motivation for making an alternate systems-level programming language to C++ was to try create a tool which was not aggravating to use, and which enables the creation of high quality game engines. "It was me wanting to make my life better and make other people's lives better."[68]

Works

Video games

Only games where Blow has had a major role in development are included below. For example, works in which he is credited under Special Thanks are omitted.

Year Title Role Ref.
1998[c] Wulfram Design, programming [13]
2001 Oddworld: Munch's Oddysee Programming [119]
2003 Deus Ex: Invisible War Additional programming [120]
2006 Flow Additional programming [39]
2007 Phase Programming [40]
2008 Braid Director, programming, design [121]
2016 The Witness Director, programming, design [52]

Films

Year Title Role Notes Ref.
2012 Indie Game: The Movie Himself Documentary [122]

Notes

  1. ^ Off-the-shelf game engines rarely provide access to source code, resulting in less control over any game built with them. Using an off-the-shelf game engine also comes with a risk that the company that created the engine stops supporting it (e.g. it goes out of business). This usually means the game can no longer be updated and released on future platforms.
  2. ^ For example, a game may ask a player to make a decision based on a list of possible outcomes with their probabilities, but it is possible for the game to use a different set of probabilities when selecting an outcome. Blow considers designs which do this to be self-sabotaging, and said that games which did this belong in "the most central, deepest, most frozen circle of hell."[109]
  3. ^ The game was released in an open beta on TEN in July 1998.[19]

References

Citations

  1. ^ a b @Jonathan_Blow (December 24, 2021). "We just shipped beta 100 of the compiler to The People" (Tweet). Archived from the original on March 20, 2022 – via Twitter.
  2. ^ a b c d e f g h Clark, Taylor (May 2012). "The Most Dangerous Gamer". The Atlantic. Archived from the original on March 28, 2022. Retrieved January 19, 2018.
  3. ^ a b c d e f Machkovech, Sam (September 17, 2015). "The man and the island: Wandering through Jonathan Blow's The Witness". Ars Technica. Archived from the original on September 18, 2015. Retrieved January 7, 2023.
  4. ^ Adam Ruins Everything 2017, 1:12:02.
  5. ^ a b c Noclip 2017, 4:45.
  6. ^ Noclip 2017, 5:12.
  7. ^ On the Metal 2020, 5:45.
  8. ^ Noclip 2017, 6:11.
  9. ^ Kara Gieseking (March 20, 2016). Jonathan Blow on Software Quality at the CSUA 1 (YouTube video). Retrieved April 22, 2022. I faded away from the school at some point, but I showed up in Fall of '89.
  10. ^ a b c Dahlen, Chris (August 27, 2008). "Game Designer Jonathan Blow: What We All Missed About Braid". The A.V. Club. Archived from the original on May 4, 2009. Retrieved July 26, 2022.
  11. ^ Blow, John (June 22, 2011). "How to program independent games". Thekla Inc. Thekla Inc. Archived from the original on July 14, 2011. Retrieved April 22, 2022.
  12. ^ "Join the CSUA". 2022. Archived from the original on May 28, 2022. Retrieved April 22, 2022.
  13. ^ a b c d e f Keur, Scott (February 8, 1998). "Interview With Wulfram Development Team by Scott Keur". The Multiplayer Online Games Directory. Archived from the original on July 3, 1998.
  14. ^ Blow, John (September 27, 2010). Games and the Human Condition (YouTube video). Retrieved April 23, 2022. I used to when I was early in college, you know I wrote a little bit of science fiction and got some stuff published, it's under a pseudonym so you can't look it up.
  15. ^ Noclip 2017, 7:54.
  16. ^ Tone Control 2014.
  17. ^ On the Metal 2020, 1:05:46.
  18. ^ On the Metal 2020, 1:14:50.
  19. ^ a b c Keur, Scott (July 24, 1998). "Wulfram Goes Open Beta !!". The Multiplayer Online Games Directory. Archived from the original on February 4, 1999.
  20. ^ a b Keur, Scott (1998). "Wulfram Review". The Multiplayer Online Games Directory. Archived from the original on July 3, 1998.
  21. ^ "Interviews". The Multiplayer Online Games Directory. July 3, 1998. Archived from the original on July 3, 1998.
  22. ^ "Wulfram". The Multiplayer Online Directory. Archived from the original on December 3, 1998.
  23. ^ Tone Control 2014, 17:03.
  24. ^ Tone Control 2014, 17:30.
  25. ^ Tone Control 2014, 17:20.
  26. ^ Habermeier, Bernt. "Wulfram II". wulfram.com. Archived from the original on June 22, 2004.
  27. ^ On the Metal 2020, 1:15:44.
  28. ^ Tone Control 2014, 20:00.
  29. ^ Tone Control 2014, 31:55.
  30. ^ Tone Control 2014, 27:28.
  31. ^ "Experimental Gameplay Workshop at GDC 2022 Celebrates 20th Anniversary". Informa PLC. February 11, 2022. Archived from the original on February 11, 2022. Retrieved April 23, 2022.
  32. ^ Blow, John (2014). "Articles from The Inner Product". Number None. Archived from the original on February 17, 2019. Retrieved April 23, 2022.
  33. ^ On the Metal 2020, 30:00.
  34. ^ a b Tone Control 2014, 38:13.
  35. ^ Noclip 2017, 13:19.
  36. ^ Blow, John (2015). "Happycake Development Notes". Number None. Archived from the original on February 9, 2018. Retrieved April 23, 2022.
  37. ^ Tone Control 2014, 41:06.
  38. ^ a b Noclip 2017, 11:57.
  39. ^ a b "People". thatgamecompany. Archived from the original on December 30, 2007.
  40. ^ a b "FAQ". Harmonix. Archived from the original on July 5, 2008.
  41. ^ Noclip 2017, 15:21.
  42. ^ a b Purdom, Clayton (April 4, 2018). "10 years later, Braid remains the definitive indie game". The A.V. Club. Archived from the original on March 19, 2022. Retrieved March 19, 2022.
  43. ^ a b Horti, Samuel (April 23, 2018). "Does Braid deserve its status as the iconic breakthrough indie game?". PC Gamer. Archived from the original on April 24, 2018. Retrieved April 23, 2018.
  44. ^ McElroy, Justin (September 25, 2008). "Joystiq interview: Blow unravels Braid in postmortem". Joystiq. Archived from the original on January 28, 2015. Retrieved February 18, 2009.
  45. ^ Totilo, Stephen (August 8, 2007). ""A Higher Standard" — Game Designer Jonathan Blow Challenges Super Mario's Gold Coins, "Unethical" MMO Design And Everything Else You May Hold Dear About Video Games". MTV. Archived from the original on March 16, 2010. Retrieved February 19, 2009.
  46. ^ Parkin, Simon; Alexander, Leigh (August 8, 2008). "Blow: 'Unnecessary' XBLA Hurdles Hurt Game Quality". Gamasutra. Archived from the original on December 21, 2008. Retrieved February 19, 2009.
  47. ^ Brophy-Warren, Jamin (August 8, 2008). "Video Games: Braid — Advisor". The Wall Street Journal. Archived from the original on December 26, 2008. Retrieved February 19, 2009.
  48. ^ "Braid for Xbox 360 Reviews". Metacritic. CBS Interactive. Archived from the original on December 21, 2018. Retrieved December 11, 2018.
  49. ^ a b Parkin, Simon (April 3, 2014). "The Guilt of the Video-Game Millionaires". The New Yorker. Condé Nast. Archived from the original on September 7, 2015. Retrieved September 17, 2015.
  50. ^ a b Meslow, Scott (August 8, 2018). "Revisiting Braid, the Indie Video Game That Set the Industry Ablaze". GQ. Condé Nast. Archived from the original on March 19, 2022. Retrieved March 19, 2022.
  51. ^ a b c d e f Kollar, Philip (September 17, 2015). "The Witness: The creator of Braid talks about his fiendishly difficult new game". Polygon. Vox Media. Archived from the original on July 2, 2017. Retrieved February 6, 2022.
  52. ^ a b c d Parkin, Simon (December 6, 2010). "Catching Up With Jonathan Blow". Gamasutra. UBM TechWeb. Archived from the original on December 10, 2010. Retrieved December 6, 2010.
  53. ^ Blow, Jonathan (March 22, 2011). "Jobs!". Thekla, Inc. Archived from the original on December 7, 2011. Retrieved April 25, 2022.
  54. ^ Blow, Jonathan (August 6, 2020). "Announcing Braid, Anniversary Edition for PS4 and PS5". Sony Interactive Entertainment. Archived from the original on January 13, 2021. Retrieved April 25, 2022.
  55. ^ a b c Parkin, Simon (February 7, 2016). "Is the price of a video game ever really right?". The Guardian. Guardian News and Media. Archived from the original on February 7, 2016. Retrieved February 6, 2022.
  56. ^ Chalk, Andy (January 19, 2016). "The Witness preorders go live with a $40 price tag". PC Gamer. Future US. Archived from the original on January 21, 2016. Retrieved January 19, 2016.
  57. ^ Makuch, Eddie (February 2, 2016). "The Witness Sells 100,000 Copies, Xbox One Version Being Considered". GameSpot. CBS Interactive. Archived from the original on February 4, 2016. Retrieved February 6, 2022.
  58. ^ a b Makuch, Eddie (January 29, 2016). "The Witness Is Being Pirated a Lot, Dev Says". GameSpot. CBS Interactive. Archived from the original on January 30, 2016. Retrieved February 6, 2022.
  59. ^ Webber, Jordan Erica (March 9, 2017). "Bafta games awards 2017: Inside and Uncharted 4 lead the way". The Guardian. Archived from the original on March 10, 2017. Retrieved March 9, 2017.
  60. ^ Makuch, Eddie (January 4, 2017). "Game of the Year Nominees and More Revealed for Game Developers Choice Awards". GameSpot. Archived from the original on January 9, 2017. Retrieved January 4, 2017.
  61. ^ "The Best Games of the Decade (2010 – 2019)". IGN. January 26, 2020. Retrieved September 25, 2022.
  62. ^ "The 100 best games of the decade (2010–2019): 100-51". Polygon. November 4, 2019. Retrieved September 25, 2022.
  63. ^ McMahon, James (December 20, 2019). "The 50 Best Games Of The Decade: The 2010s". NME. Retrieved September 25, 2022.
  64. ^ Serrels, Mark (October 5, 2019). "The 30 best video games of the decade, ranked". CNET. Retrieved September 25, 2022.
  65. ^ Marsh, Calum (December 5, 2019). "Nothing else compares to the greatest video game of the decade". National Post. Postmedia Network. Retrieved September 25, 2022.
  66. ^ a b c d Taylor, Ivy (July 3, 2018). "Jonathan Blow: 'C++ is a weird mess'". Games Industry.biz. Gamer Network. Retrieved August 27, 2022.
  67. ^ a b Blow, Jonathan (September 19, 2014). Ideas about a new programming language for games. Archived from the original on December 19, 2021. Retrieved November 27, 2021 – via YouTube.
  68. ^ a b c d Thomsen, Michael (November 24, 2015). "Jonathan Blow Is Writing His Own Programming Language". Forbes. Retrieved September 10, 2022.
  69. ^ AIAS 2021, 55:18.
  70. ^ On the Metal 2020, 1:34:10.
  71. ^ a b AIAS 2021, 57:16.
  72. ^ AIAS 2021, 57:43.
  73. ^ AIAS 2021, 58:07.
  74. ^ a b Gamelab Conference (July 14, 2018). "Jon Blow's Design decisions on creating Jai a new language for game programmers". YouTube. Retrieved February 10, 2022.
  75. ^ AIAS 2021, 1:10:38.
  76. ^ AIAS 2021, 26:50.
  77. ^ a b c d Takahashi, Dean (July 2, 2018). "Jonathan Blow: How Thekla is moving beyond The Witness". VentureBeat. Retrieved September 9, 2022.
  78. ^ AIAS 2021, 45:12.
  79. ^ "j_blow's Videos". Twitch. Retrieved November 27, 2021.
  80. ^ Hall, Charlie (August 6, 2020). "Braid Anniversary Edition coming in 2021". Polygon. Vox Media. Archived from the original on August 9, 2022. Retrieved May 4, 2022. {{cite web}}: |archive-date= / |archive-url= timestamp mismatch; August 9, 2020 suggested (help)
  81. ^ Prescott, Shaun (August 7, 2022). "Braid: Anniversary Edition is a 'hand-repainted' remake, coming to PC in 2021". PC Gamer. Future US. Retrieved May 4, 2022.
  82. ^ Pearson, Craig (August 7, 2020). "Braid: Anniversary Edition repaints the classic indie platformer". Rock Paper Shotgun. Gamer Network Limited. Retrieved May 4, 2022.
  83. ^ Carr, James (August 6, 2020). "Braid Anniversary Edition Announced At PlayStation Event". Gamespot. Retrieved May 4, 2022.
  84. ^ Wales, Matt (August 6, 2020). "Braid is getting an Anniversary Edition with redrawn art and a developer commentary". Eurogamer. Gamer Network Limited. Retrieved May 4, 2022.
  85. ^ a b Makedonski, Brett (August 6, 2020). "Jonathan Blow's next project is Braid: Anniversary Edition". Destructoid. Retrieved May 4, 2022.
  86. ^ Blow, Jonathan (March 1, 2019). PRACTICE 2014: Jonathan Blow. NYU Game Center. Event occurs at 27:29. Archived from the original on December 19, 2021. Retrieved July 11, 2019 – via YouTube.
  87. ^ Blow, Jonathan (March 1, 2019). PRACTICE 2014: Jonathan Blow. NYU Game Center. Event occurs at 45:47. Archived from the original on December 19, 2021. Retrieved July 11, 2019 – via YouTube.
  88. ^ On the Metal 2020, 1:03:35.
  89. ^ On the Metal 2020, 1:04:36.
  90. ^ Interactive Media and Games Seminar — Fireside Chat with Jonathan Blow (AV Recording). mediaX Stanford. October 10, 2017. Event occurs at 1:04:21. Retrieved December 28, 2022.
  91. ^ Peckham, Matt (June 9, 2016). "'The Witness' Creator Jonathan Blow on Science, Language and Reality". TIME. Archived from the original on January 9, 2017. Retrieved December 29, 2022.
  92. ^ Snow, Jean (August 13, 2008). "Review: Braid Innovates and Satisfies". Wired. Archived from the original on March 3, 2009. Retrieved February 20, 2009.
  93. ^ Hill, Jason (August 21, 2008). "Braid". The Age.
  94. ^ Juul, Jesper (2019). Handmade Pixels. Cambridge, MA: MIT Press. p. 177. ISBN 9780262042796. LCCN 2018056263.
  95. ^ a b c d e Parkin, Simon (January 29, 2016). "The Prickly Genius of Jonathan Blow". The New Yorker. Archived from the original on January 30, 2016. Retrieved January 29, 2016.
  96. ^ Moore, Bo (September 17, 2015). "This Sprawling Puzzle Game May Be Your Next Obsession". Wired. Archived from the original on January 24, 2021. Retrieved January 9, 2023.
  97. ^ Adam Ruins Everything 2017, 7:44.
  98. ^ Adam Ruins Everything 2017, 7:15.
  99. ^ Adam Ruins Everything 2017, 48:07.
  100. ^ Hillier, Brenna (January 28, 2016). "Who is The Witness for? We asked Jonathan Blow". VG247. Archived from the original on January 29, 2016. Retrieved January 8, 2023.
  101. ^ Juul, Jesper. "Interview with Jonathan Blow". Handmade Pixels. Archived from the original on December 3, 2022. Retrieved December 29, 2022.
  102. ^ Tone Control 2014, 1:03:33.
  103. ^ Barratt, Charlie (August 10, 2011). "Jonathan Blow interview: How to fix the adventure, innovate mainstream games and do a sequel right". Retrieved January 10, 2023.
  104. ^ a b c Alexander, Leigh (June 6, 2014). "The Witness: Modeling epiphany". Gamasutra. Archived from the original on January 31, 2016. Retrieved January 10, 2023.
  105. ^ a b Totilo, Stephen (August 10, 2011). "Jonathan Blow, Opinionated Creator of Two Video Games, is 'Attempting to be Profound'". Kotaku. Retrieved January 10, 2023.
  106. ^ a b c Whitehead, Dan (May 30, 2019). "Casual Connect: Indie development is 'stagnant' says Braid creator, Jonathan Blow". GameDaily.
  107. ^ "'Videogames Are Terrible For Telling Stories' Says Jonathan Blow". Play. June 2, 2015. Archived from the original on June 7, 2015.
  108. ^ Marsh, Calum (January 27, 2016). "Jonathan Blow: 'I want to make games for people who read Gravity's Rainbow'". The Guardian. Retrieved April 7, 2020.
  109. ^ a b Game Developers Session (October 3, 2018). "Keynote - Jonathan Blow". YouTube.
  110. ^ a b c Ong, Alexis (July 30, 2019). "Jon Blow: "The job isn't to be in a community; the job is to make a good game"". Games Industry.biz. Gamer Network. Retrieved January 10, 2023.
  111. ^ On the Metal 2020, 58:10.
  112. ^ Caldwell, Brandon (February 15, 2011). "Jonathan Blow interview: Do you believe social games are evil? "Yes. Absolutely."". PC Gamer. Retrieved January 19, 2018.
  113. ^ On the Metal 2020, 59:30.
  114. ^ "Jonathan Blow on future of video game industry". CBS This Morning. CBS. August 13, 2012. Archived from the original on January 15, 2023. Retrieved January 14, 2023.
  115. ^ a b "MIGS 2007: Jonathan Blow On The 'WoW Drug', Meaningful Games". Game Developer. November 28, 2007. Retrieved January 19, 2018.
  116. ^ Juul, Jesper (2019). Handmade Pixels. Cambridge, MA: MIT Press. p. 143. ISBN 9780262042796. LCCN 2018056263.
  117. ^ Adam Ruins Everything 2017, 1:31:30.
  118. ^ On the Metal 2020, 1:32:22.
  119. ^ Oddworld Inhabitants (November 15, 2001). Oddworld: Munch's Oddysee (Xbox) (1.0 ed.). Microsoft Game Studios. Scene: Credits.
  120. ^ Ion Storm Inc (December 2, 2003). Deus Ex: Invisible War (Microsoft Windows) (1.0 ed.). Eidos Interactive. Scene: Credits.
  121. ^ Parkin, Simon (September 12, 2008). "Jonathan Blow: The Path to Braid". Gamasutra. Archived from the original on December 20, 2008.
  122. ^ Rapold, Nicolas (May 18, 2012). "The Sweat, Tears and Passion Behind the Pixels". New York Times. Retrieved January 11, 2023.

Sources