Not to diminish the groundbreaking originality KidPix (1989), but rather to highlight something from a few years later in the same vein that it might have inspired, I also love the Thinkin' Things series from Edmark (1993):<p><a href="https://en.wikipedia.org/wiki/Thinkin%27_Things" rel="nofollow">https://en.wikipedia.org/wiki/Thinkin%27_Things</a><p>>Thinkin' Things is a series of educational video games by the Edmark Corporation and released for Windows and Mac in the 1990s. Entries in the series include Thinkin' Things Collection 1 (Formerly Thinkin Things) (1993), Thinkin' Things Collection 2 (1994), Thinkin' Things Collection 3 (1995), the adventure game Thinkin' Things: Sky Island Mysteries (1998), Thinkin’ Things Galactic Brain Benders (1999), Thinkin' Things: All Around Frippletown (1999) and Thinkin' Things: Toony the Loon's Lagoon (1999).<p>>The Thinkin' Things series allows players to experiment and explore with interactive objects in different ways and methods throughout the games. This can be in the form of playing with shapes, patterns, motions, sound effects and music tunes. Every game has its own preset designs and demonstrations to give the player an idea of how the game works before the player can customize a design of their own. Some games also permit the player to record their own sounds with a microphone.<p>History of KidPix is interesting too:<p><a href="https://en.wikipedia.org/wiki/Kid_Pix" rel="nofollow">https://en.wikipedia.org/wiki/Kid_Pix</a><p>Thinkin' Things Collection 1 Gameplay:<p><a href="https://www.youtube.com/watch?v=Rszh-Pq-mpw" rel="nofollow">https://www.youtube.com/watch?v=Rszh-Pq-mpw</a><p>Especially the mesmerizing bouncing balls:<p><a href="https://youtu.be/Rszh-Pq-mpw?t=629" rel="nofollow">https://youtu.be/Rszh-Pq-mpw?t=629</a><p>Thinkin' Things Collection 2 Gameplay:<p><a href="https://www.youtube.com/watch?v=G2Sh5pxLSlA" rel="nofollow">https://www.youtube.com/watch?v=G2Sh5pxLSlA</a><p>Thinkin' Things Collection 3 Gameplay:<p><a href="https://www.youtube.com/watch?v=gCFNUc10Vu8" rel="nofollow">https://www.youtube.com/watch?v=gCFNUc10Vu8</a><p>Alan Kay also loves Thinkin' Things (as well as Warren Robinett's "Rocky's Boots" and "Robot Odyssey", the same guy who made Atari Adventure), and cited one of its levels, a football halftime parade programming system, as a precursor to blocks-based visual programming:<p><a href="https://news.ycombinator.com/item?id=17423040">https://news.ycombinator.com/item?id=17423040</a><p>DonHopkins on June 29, 2018 | parent | context | favorite | on: Classic 1984 video game Robot Odyssey available on...<p>From: Alan Kay Date: Mon, 12 Nov 2007 13:55:27 -0800 (PST) Subject: Re: Just curious ... To: Samuel Klein, Don Hopkins, Chris Trottier, John Gilmore<p>Hi SJ --<p>Robot Odyssey is another game that would benefit from having a clean separation between the graphical/physical modeling simulation and the behavioral parts (both the games levels and the robot programming could be independently separated out) -- this would make a great target for those who would like to try their hand at game play and at robot behavioral programming systems.<p>This is a long undropped shoe for me. When I was the CS at Atari in 82-84, it was one of our goals to make a number of the very best games into frameworks for end-user (especially children's) creativity. Alas, Atari had quite a down turn towards the end of 83 ... We did get "the Aquarium" idea from Ann Marion to morph into the Vivarium project at Apple ... And some of the results there helped with the later Etoys design.<p>Cheers,<p>Alan<p>----<p>From: Alan Kay Date: Mon, 12 Nov 2007 20:57:51 -0600 (CST) Subject: Re: Just curious ... To: Samuel Klein, Don Hopkins, Chris Trottier, John Gilmore<p>Thanks SJ --<p>We are benefiting here from Don Hopkins' generosity (and of the original designers and owners of these games).<p>The basic notion is that there are many games that, if modularized with nice separable interfaces, would be great environments for exploring various kinds of "learning by doing". For example, there is a nice separation between the "rules/dynamics" of a games world and the "strategies/actions" of the characters. There could be a third separation to break out the graphics and sound routines as a media environment.<p>For example, in SimCity, the first and most useful breakout for children would be to allow various UIs to be made that would let children find out about and try experiments with the "city dynamics rules". It's not clear what the best forms for this would be, so it would be great to have a variety of different designers supply modules that would try to bridge the gaps to the child users.<p>This could work even for pretty young children (we helped the Open Magnet School set up Doreen Nelson's "City Building" curriculum in the third grade of the school and this was very successful -- a child controlled SimCity would have been wonderful to have).<p>Maybe this separation could be set up via the D-bus so that separate processes written in any language the authors choose could be used. This would open this game up to different experiments by different researchers to explore different kinds of UIs and strategy languages for various ages of children. I think this would be really cool! We would all learn a lot from this and the children would benefit greatly.<p>A trickier deal would be the world dynamics (I'm just guessing here, but Don would know). This is one of the really great things about SimCity -- it can really accommodate lots of different changes and stitch things together to make a pretty decent simulation without too many seams showing. (Given the machines this game originally ran on, many of the heuristics are likely to be a little patchy. Don has indicated as much.) I think doing a great world dynamics engine for games like SimCity would be really wonderful -- and could even be a thesis project or two.<p>Don has talked about doing the separations so that many new games can be made in addition to the variations.<p>Similarly, Robot Odyssey (one of the best games concepts ever) was marred by choosing a way to program the robots where the complexity of programming grew much faster than the functionality that could be given to the robots. This game was way ahead of its time.<p>Again, the idea would be do make a game in which environment, levels of challenge, and how the robots are programmed would be broken out into separate processes that a variety of gamers and researchers could do experiments in language and UI.<p>One of the most wonderful possibilities about this venture is that it will bring together very fluent designers from many worlds of computing (more worlds than usually combine to make a game) in the service of the children. We should really try to pull this off!<p>Cheers,<p>Alan<p>pjungwir on June 29, 2018 | root | parent | next [–]<p>Does anyone here remember ZZT? I loved building puzzles in that game with the scripting language. You didn't program to play, but you could make your own games and program the behavior of special objects. It's the closest realized example I can think of to what Alan described here.<p>jasonjayr on June 29, 2018 | root | parent | next [–]<p>I remember ZZT -- and the excitement when I found an archive of alternate worlds I could download from a BBS. Learning to program ZZT worlds was one of the first steps I took to programming.<p>DonHopkins on June 29, 2018 | root | parent | prev | next [–]<p>I'm not familiar with ZZT, but here's a reference to another game that inspired Alan Kay, called "Thinkin' Things", in a discussion about the Snap! visual programming language!<p><a href="https://snap.berkeley.edu" rel="nofollow">https://snap.berkeley.edu</a><p>----<p>From: Alan Kay Date: Thu, 3 May 2018 07:49:16 +0000 (UTC) Subject: Re: Blocky + Micropolis = Blockropolis! ;)<p>Yes, all of these "blocks" editors sprouted from the original one I designed for Etoys* more than 20 years ago now -- most of the followup was by way of Jens Moenig -- who did SNAP. You can see Etoys demoed on the OLPC in my 2007 TED talk.<p>I'd advise coming up with a special kid's oriented language for your SimCity/Metropolis system and then render it in "blocks".<p>Cheers<p>Alan<p>------------- * Two precursors for DnD programming were in my grad student's -- Mike Travers -- MIT thesis (not quite the same idea), and in the "Thinking Things" parade programming system (again, just individual symbol blocks rather than expressions).<p>----<p>From: Don Hopkins Date: Fri, 4 May 2018 00:43:56 +0200 Subject: Re: Blocky + Micropolis = Blockropolis! ;)<p>I love fondly remember and love Thinkin’ Things 1, but I never saw the subsequent versions!<p>But there’s a great demo on youtube!<p><a href="https://youtu.be/gCFNUc10Vu8?t=24m58s" rel="nofollow">https://youtu.be/gCFNUc10Vu8?t=24m58s</a><p>That would be a great way to program SimCity builder “agents” like the bulldozer and road layer, as well as agents like PacMan who know how to follow roads and eat traffic!<p>I am trying to get my head around Snap by playing around with it and watching Jens’s youtube videos, and it’s dawning on me that that it’s full blown undiluted Scheme with continuations and visual macros plus the best ideas of Squeak! The concept of putting a “ring” around blocks to make them a first class function, and being able to define your own custom blocks that take bodies of block code as parameters like real Lisp macros is brilliant! That is what I’ve been dreaming about and wondering how to do for so long! Looks like he nailed it! ;)<p>Here’s something I found that you wrote about tile programming six years ago.<p>-Don<p>Squeak-dev:<p><a href="http://squeak-dev.squeakfoundation.narkive.com/7ZN0H3vt/etoys-alice-and-tile-programming" rel="nofollow">http://squeak-dev.squeakfoundation.narkive.com/7ZN0H3vt/etoy...</a><p>Etoys, Alice and tile programming ajbn at cin.ufpe.br () 6 years ago<p>Folks,<p>I have been trying the new version of Alice <www.alice.org>. It also uses tile programming like Etoys. Just for curiosity, does anyone know the history of Tile Programming? TIA,<p>Antonio Barros PhD Student Informatics Center Federal University of Pernambuco Brazil<p>Alan Kay 6 years ago<p>This particular strand starting with one of the projects I saw in the CDROM "Thinking Things" (I think it was the 3rd in the set). This project was basically about being able to march around a football field and the multiple marchers were controlled by a very simple tile based programming system. Also, a grad student from a number of years ago, Mike Travers, did a really excellent thesis at MIT about enduser programming of autonomous agents -- the system was called AGAR -- and many of these ideas were used in the Vivarium project at Apple 15 years ago. The thesis version of AGAR used DnD tiles to make programs in Mike's very powerful system.<p>The etoys originated as a design I did to make a nice constructive environment for the internet -- the Disney Family.com site -- in which small projects could make by parents and kids working together. SqC made the etoys ideas work, and Kim Rose and teacher BJ Conn decided to see how they would work in a classroom. I thought the etoys lacked too many features to be really good in a classroom, but I was wrong. The small number of features and the ease of use turned out to be real virtues.<p>We've been friends with Randy Pausch for a long time and have had a number of outstanding interns from his group at CMU over the years. For example, Jeff Pierce (now a prof at GaTech) did SqueakAlice working with Andreas Raab to tie it to Andreas' Balloon3D. Randy's group got interested in the etoys tile scripting and did a very nice variant (it's rather different from etoys, and maybe better).<p>Cheers,<p>Alan<p>Mike Travers Portfolio:<p>AGAR Ant World:<p><a href="https://hyperphor.com/portfolio/ant-world-illo.gif" rel="nofollow">https://hyperphor.com/portfolio/ant-world-illo.gif</a><p>Ant Agent Graph:<p><a href="https://hyperphor.com/portfolio/agent-graph-illo.gif" rel="nofollow">https://hyperphor.com/portfolio/agent-graph-illo.gif</a><p>Brainworks:<p><a href="https://hyperphor.com/portfolio/brainworks.jpg" rel="nofollow">https://hyperphor.com/portfolio/brainworks.jpg</a><p>Agar: An Animal Construction Kid (Mike Travers' thesis, supervised by Marvin Minsky):<p><a href="https://dspace.mit.edu/handle/1721.1/78088" rel="nofollow">https://dspace.mit.edu/handle/1721.1/78088</a><p><a href="https://dspace.mit.edu/bitstream/handle/1721.1/78088/20084240-MIT.pdf?sequence=2&isAllowed=y" rel="nofollow">https://dspace.mit.edu/bitstream/handle/1721.1/78088/2008424...</a>