Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
A jam submission

Interlisp Hungarian RingsView game page

My second game using the Medley Interlisp environment
Submitted by Pixel_Outlaw — 5 hours, 12 minutes before the deadline
Rated by 3 people so far
Add to collection

Play game

Interlisp Hungarian Rings's itch.io page

Rate this game

In order to rate this submission you must be logged into itch.io and have submitted your own entry. Anyone with an account can leave a comment.

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted

Thanks for the clear installation+running instructions. The graphics look fantastic and “click to rotate” interface is nice.

When I ran the environment as just medley, it didn’t work for me. I got this error:

UNBOUND-VARIABLE

In OLDFAULT1: GRAYSHADE2 is an unbound variable.

It worked after I ran the environment as medley --apps.

Developer (3 edits)

I was informed yesterday you can also load the file using the pull out side menu on the Medly VM as well as the desktop "IMPORT/EXPORT" button on the desktop. Just another option to load the file into the VM's filesystem. Following that, the usual Right Click desktop EXEC -> Interlisp shell followed by (LOAD "RING.LISP") followed by (HUNGARIAN.RINGS) in the InterLisp EXEC window. :)

Submitted(+1)

Wow, Medley is cool! Thanks for putting this together, I didn’t think I’d be playing a game in a full Lisp OS. I feel like a proper hacker XD

The game is diabolically difficult. It’s like solving a Rubiks cube from first principles, I kinda love it.

Developer (6 edits)

Playing the Game:

To play the game you have two options. The online emulator provides very easy access but if you're interested in a real Lisp OS, eventually you'll want a personal copy.


ONLINE https://interlisp.org/software/access-online/

  1. Use the online Medley Environment and upload the RING.LISP file using the "IMPORT/EXPORT" button on the VM there. In the window, drag your copy of RING.LISP over.
  2. Once, you've uploaded the RING.LISP file move back to the Interlisp desktop. Right click a blank space on the desktop and select EXEC -> Interlisp from the menu. (Drag out the window it's prompting for)
  3. Type (LOAD "RING.LISP") to load the file you've uploaded.
  4. In the same Exec window type (HUNGARIAN.RINGS) and the game will prompt you to position 2 windows. One is the live puzzle and the other is a card with a solved picture.
  5. To play the game simply click inside the loop you wish to shift. Left click rotates left, right rotates right. (The game actually just uses the angle from the center of the screen to the mouse to determine the ring to rotate)
  6. To quit the game middle click the puzzle window and select 'Close'. (The other window can be right clicked and 'close' selected.)
  7. It is probably best to log out when done. (LOGOUT)

OFFLINE https://interlisp.org/software/install-and-run/

  1. Place the file in the root directory of your medley install and follow steps 2 onward. This is '~/il/' for me on Linux. Consult the docs for where your root directory for Medley is otherwise.