BoxUp Puzzles
BoxUp is a compact variation on traditional Sokoban, where all boxes are hollow and open on one side. Importantly they can be moved by pushing from the inside only (not the outside). There are two sizes of boxes, small and large, the aim is always to push the small red box inside the large blue box. Black boxes may help or hinder your progress.
Update April 2022: BoxUp has now been ported to PuzzleScript. A single app replaces the original java applets and offers all previously published levels, broken down as follows:
- The original set of 12 puzzles by Andrea Gilbert, first published in 2003.
- A sample set of 5 Nx2 puzzles by Don O'Brien, added the same year. The max is size 6x2 with solution length 108.
- A sample set of 12 4x3 puzzles by Bob Henderson, added in 2012. The max has solution length 153.
Example puzzle
Development notes (April 2022)
Puzzlescript Plus (maintained by Auroriax) was adopted for this port in order to make use of the larger sprite size, resulting in a presentation more in keeping with the original applet. The Puzzlescript Plus inbuilt solver function also proved very useful in order to verify I had correctly transcribed the original puzzles. A hackable version of the app is available here.
Links & related pages
- Boxup (JS): A native JS port by Graham Rogers (2020).
- BoxUp iOS app: the commercial app for iPhone and iPad released in 2012 (110 puzzles!)
- GottaSolveit review: GottaSolveit blog spot review (2012)
- GamesKeys listing: BoxUp features in GamesKeys list of Top games to tryout in October 2020
concept - © Andrea Gilbert - 2003 onwards
puzzlescript implementation - © Andrea Gilbert - 2022
puzzlescript plus fork - maintained by Tom Hermans (Auroriax)
puzzle designs - © Andrea Gilbert 2003, Don O'Brien 2003, Bob Henderson 2012