Welcome to Michael Gottlieb's personal website!

Hi! I'm a nerdy guy with a lot of interests/hobbies and a lot of cool stuff to publish. My most popular creation is probably qqTimer. I also recommend the Javascript Programs and Cubing Tools pages.

2024.02.07

Added a version of carykh's Minesweeper with way more mine patterns, which I made back in January 2021.

2023.08.27

I made a new version of IsoMinxSim, with the features from IsoCubeSim, so I could do a solve of the Minx of Madness (a megaminx 21x21x21), which took about 4.5 hours.

2023.06.24

I made an updated Square-1 alg search program, based on Jaap Scherphuis's sq1opt from a decade ago. It has a lot of new features, including a small webapp to make it easier to set up positions. Check out the video here: https://www.youtube.com/watch?v=U3LTJx6CyJo. Source code is available on github.

2022.10.06

I wrote about 17k words of advice and mini-tutorials for all the Puzzle Team puzzles. If you want to try the puzzles but aren't sure how to do some of them, I hope this helps. Take a look at .

2022.06.10

I wrote a generator for Minesweeper logic puzzles, plus a related type called Mosaic. Unlike normal Minesweeper, you start with every clue, and have to figure out which spaces are mines and which are safe. You can play both of those at puzzle-minesweeper.com!

That isn't my site, but belongs to a logic puzzle community called Puzzle Team that has about 30 different puzzle types for people around the world to compete on. I've been playing on the site a lot recently, and am actually ranked 1st place globally across all puzzles, by a pretty good margin. I'm also 1st in some individual puzzle types (currently dominosa, heyawake, hitori, jigsaw sudoku, mosaic, and sudoku) and top ten in all the rest. If you enjoy logic puzzles, give it a try!

2021.11.27

I made a JavaScript version of a defunct Flash puzzle game called PsychoPath, by K2xL games. It's a block-pushing game where you have to reach the goal without going past the given step count. Several hundred official and custom levels were provided by davidspencer6174, a member of the game's community, and are all playable here.

2021.11.13

I made a new simulator: qheli. It's a keyboard-controlled program that simulates edge-turning cubes from the Helicopter Cube and Curvy Copter to the Master Little Chop. The visuals aren't the prettiest, but because of the control scheme it's possible to go much faster than on physical cubes (e.g. 22.631 avg12 on Helicopter Cube).

I also made some updates to qcube, my minesweeper probability calculator, and Sudo-Sweep.

2020.06.07

Released IsoCubeSim version 4.1, with some bugfixes.

2020.05.30

Released IsoCubeSim version 4.0, with control scheme enhancements and automatic logging of solve reconstructions and stats.

2020.02.28

Fixed some IsoCubeSim bugs and replaced the v3.0 file.

2020.02.19

Released IsoCubeSim version 3.0, now with supercubes and relays!

2020.02.04

Released IsoCubeSim version 2.4, with various improvements listed on that page.

2020.01.26

Released IsoCubeSim version 2.3, with various improvements listed on that page.

2019.12.31

I have been working on two javascript projects, which are hosted on github. The first is Schulte Table, a game where you have an NxN grid with numbers 1 through N^2, and try to read and click the numbers as fast as possible. This version has a lot of options and variations, and saves a local high score for each mode.

There second is a game called Minesweeper: The Grand Master. This is a combination of the gameplay of Minesweeper and the fair but high difficulty of the Tetris: TGM series. Completing all levels will earn you a GM (grand master) rank, but I designed this to be extremely difficult. In fact, I believe this version requires more skill to complete than any other minesweeper game out there - and it is all skill, because each level can be solved without guessing. So far I'm the only one I know of to have completed it. There is also a practice version if you find one of the modes particularly tough.

2018.09.28

I updated my Sokoban page. I added a lot more longest-known puzzles of various sizes, up to 2x23, 3x16, 4x14, 5x14, and 6x6. I also linked some of my C++ code, and a curated collection of over 100 puzzles that I've constructed or generated over time.

2018.08.21

Removed the Juggling section of my website (or rather, relegated to a subheading under Random) since I haven't really juggled for a long time and don't have the expertise to add or revise content there. Instead I'm adding a Minesweeper section. I'm actually first in North America and top 20 in the world at it, and I've spent a lot of time on math/algorithms and variants of the base game too. Here are the pages I added recently:

2018.03.24

Earlier this week I had an idea about how to make some interesting Disconnect Four variants, where instead of four in a row other patterns of pieces are forbidden. I've finished this logic puzzle, which I call Disconnect More. There are about 20 different puzzle types, and 3 difficulties. As in the original, it generates random puzzles with a unique solution every time, and is a lot of fun to solve!

PS: I found a 15 puzzle sim from 2013. Most of the work is not mine, but I made some substantial changes, and I don't think this version is available in other places. It has a lot of features and can be used for speedsolving, so check it out!

2018.02.07

I wrote a 3x3x3 Constraint Solver. If you define a list of criteria a Rubik's Cube position should satisfy, it will search for those positions, and output them in one of a few useful formats. This could be used for finding interesting patterns or developing sets of algorithms. Getting this to run efficiently took some clever design!

Also, made version 2.2 of IsoCubeSim and IsoSupercubeSim. I made some hotkey/control changes, added an indicator for half-turn scrambles, and allowed the color scheme to be customized.

2017.07.21

I wrote up a demonstration of a new algorithm to compute the probabilities of spaces in a minesweeper position; you can find it here. It is exponentially faster than a backtracking position-counting algorithm for most positions.

The details are complicated, so I haven't written up a full explanation yet. However, there is some info over at the reddit post, as well as instructions on how to use it.

2017.04.24

Started working at Bloomberg! (To be clear, all opinions and ideas on this site, now and going forward, are mine personally, unless stated otherwise.)

2017.04.09

I implemented a logic game called Disconnect Four, where you try to fill in a board with pieces of one of two colors so there are no four-in-a-rows of the same color. It can quickly generate its own puzzles with various sizes and three difficulties.

I also added some video links to the MultiBLD UWR page. Please let me know if I missed anything.

2016.07.28

I've put up a Minesweeper Board Museum, which catalogs dozens of interesting, unique, or historically important Minesweeper boards. I welcome interesting contributions, and there is a program linked there which will let you play with and optimized boards by yourself.

I wrote up a method of mentally factoring numbers up to four or five digits. The explanation is here. I also added more links on the Articles, Cube Tools, and JavaScript Programs pages, and cleaned up the left-hand menu a bit.

2016.05.24

A few months ago I computed the longest possible Sokoban puzzles in small rectangular rooms with no internal walls. The results of that computation are shown here along with some pictures of the most difficult puzzles for each size board. Larger boards take more than exponentially more time to compute, so going much beyond these results would take a lot of computing time.

2016.04.05

I started work at Addepar!

2015.11.28

With some more coding and a lot of trial and error, and with the help of AdituV over at TASVideos, I was able to make pretty good solutions for all of the puzzles in Denki Blocks, including the 3-of-a-kind and bonus shape bonuses, and the Club levels. Using that, we could make TASes (tool-assisted speedruns) of the entire game, and they have been published on the TASvideos page: any% (completing the game as fast as possible) in 29:47 and 100% (completing all the puzzles and getting all the stars) in 1:24:07.

2015.08.31

I translated a two-century-old French medical journal article about people who eat very large amounts, and specifically a man named Tarare. It can be found here. I'm not a native French speaker but I tried to figure out as much as I could, and provided links to the references when I could figure them out. It's a pretty interesting article to read through.

2015.05.17

I made a Rubik's Clock simulator, called qClock. Compared to my old Clock simulator, the biggest changes are that the size and controls can be customized; it also various rotations and has a few color schemes. As with qCube and qMinx, it is designed primarily for speed - to be a simulator that unofficial world records could be broken with. Speedsolving.com discussion is here.

2014.09.21

Lately I've been working on sprucing up the Denki Blocks page. With the help of a program I wrote, I was able to find optimal solutions for some of the game's levels, and good suboptimal solutions for many of the rest. I have pages for the Game Boy Advance and Game Boy Color versions, with an image showing each level's layout.

2014.05.24

I wrote a program to optimally solve the Rubik's Clock, and my friend Ben Whitmore made a simple GUI to accompany it. See the speedsolving thread for a download link, plus details and discussion.

Interestingly, publishing this program led to Jakob Kogler and Tom Rokicki working on this puzzle too. They released similar optimal solvers (mine uses less memory, but is slower, although still fast enough for normal use), and ended up proving God's Number for the Rubik's Clock (12 moves) as well as eventually determining the entire move count distribution for the puzzle. Very cool stuff!

2013.10.16

Released ksolve+ version 1.0, a program for finding useful move sequences in permutation puzzles. It is based on Kare Krig's ksolve, but with many improvements and new features. See the speedsolving thread for details!

2013.03.15

Just like with qCube, I've updated qMinx, bringing all the versions together with new features and better code. You can try it out here. One of the big changes is the ability to play with Pentultimates with any number of layers (such as the Royal Pentultimate) - but good luck, they're very difficult puzzles. Have fun! Comment over at the speedsolving thread.

2012.09.15

Following the updated version of qCube, I have been working on a simulator for arbitrary bandaged cubes - something I have wanted to make for a while. Try it here! The controls are like qCube; many puzzles will feel more natural with the "optimized turning style" option turned on. There are a lot of puzzles here, and I tried to make sure that they all display properly and are scrambled well. You can discuss it at the speedsolving thread.

2012.07.22

There's a new version of qCube here. You can select any combination of puzzle (normal cube, Dazzler, etc.), event (single, marathon, 2x2-NxN relay), and color scheme from the available options. It also keeps statistics for your best time and best average of 5/12/100. There are also a good number of smaller optimizations and fixes throughout. This is a replacement for all of the individual qCube sims. Feel free to talk about it in the speedsolving thread.

2012.01.25

Yesterday I had an idea of a way to generalize the Tower of Hanoi puzzle, and today I wrote a nice playable javascript version of it, which you can find here. Normally, the puzzle requires about 2^n moves if there are n disks; my generalized version requires about k^n moves for n disks, with k being a number that you can make as large as you want. I hadn't seen this before and thought it was a pretty cool discovery. More details and math are in this speedsolving thread.

2011.12.20

I did a big update to qqTimer, which can be found at mzrg.com/qqtimer and qqtimer.net. The biggest change was probably the addition of some code for cookies, so even if you quit the browser your times will still be saved. All the details are in this speedsolving thread. Happy cubing!

2011.06.17

I haven't updated the main page in a while, but I've done plenty of new stuff:

Also, I got into the Rensselaer Polytechnic Institute (RPI) as a transfer student, and I'll be going there. Good things are ahead.

2011.04.20

I completely rewrote the cube notation page to describe the SiGN notation, which is a lot more modern than what was there before. I also made some major edits to the cube mechanics page.

2011.04.15

I've been working on updating qqTimer, but due to a somewhat unexpected scheduling snag I don't want to make a big public release yet. For now, you can try it out here if you're interested.

There are also two smaller updates. First, I made a new cube simulator variant where you can only see the stickers that are on the correct side. You can press ~ to switch between 'easy' mode (visible squares are properly colored) and 'hard' mode (visible squares are white). Some trial and error is involved, but it's an interesting challenge to try to do it quickly. Second, I made a program to train mouse control for Minesweeper, which I find useful as a warmup. The idea is simply to click all of the safe squares as quickly as possible, without clicking any other squares.

2011.04.03

I made a new version of qCube which changes its color scheme every move (so, the cube's position isn't different, but which color goes where has changed). I've been able to get a 5x5 time of 1:11 on it, so it's certainly playable.

I also wrote a simulator for the Rubik's Race, although mine is single-player (the original is a two-player contest, but the players don't interact except for winning). Instead of being faster than the other player, your goal is to finish as fast as possible. If you want more information about this puzzle, there's a lot of detail at the Unofficial Rubik's Race Page.

2011.04.01

Happy April Fools! I changed the main page's background to be pink, and made all the navigation links go to a random My Little Pony episode. I also modified qqTimer (the one on my site and the one on qqtimer.net) to run 20% faster, to make people get slower times. I think a few people enjoyed it.

2011.03.31

For a few days I've been working on my table of Rubik's Cube Orders. For a long time this table had been sitting there with only a few entries, which had all been found by hand using guesswork. I decided to revamp it, and I started by making an order calculator to let me use modern notation that I hadn't included in the old Visual Basic version. Once that was done, I could write a program to look through all sequences of a given length to fill in big parts of the table with truly optimal sequences. After doing the 3x3x3 and 4x4x4 columns, I realized that the 5x5x5 column would be at least as large as the 4x4x4 column and take even more time to calculate, so I removed it. There is now a 2x2x2 column in its place.

Older News?

Older news navigation: 11th Grade - 2011 News | 10th Grade News | 9th Grade News