Hampson's Plane Deluxe

General games-related topics
Post Reply
User avatar
GCHarder
Posts: 427
Joined: Sat Dec 14, 2013 7:46 pm

Hampson's Plane Deluxe

Post by GCHarder »

Hampson's Plane
by Ian Turtle
from Sinclair User, Dec. 1982, page 61

HAMPSON'S PLANE. for the 16K ZX-81 is derived from an attempt to simulate in
two dimensions as many features of Rubic's Cube as possible. The author of the
listing, I Turtle of Scunthorpe, South Humberside, discovered the basic idea from
an article in an American magazine.

The rules of the game are fairly simple. The screen is covered by 20 lines of
plus signs. The computer. running in FAST. selects one of the symbols at random
and inverts it and its eight immediate neighbours. The process is repeated a
number of times, depending on the skill level.

When the computer has Finished, your job is to convert the screen to normal.
using the same technique, i.e., defining the centre square of a group and ordering
the machine to invert it and its neighbours. The move should be input as "Letter.
number. NEWLINE"

===============================================

Notes for the "Deluxe Edition"

I always thought this was an interesting puzzle game and such a simple algorithm
too! The "Deluxe Edition" replaces the grid of "++++" lines with a picture of your
choosing. Depending on the image chosen the puzzle can be easy to very hard.

During game play you can enter these single character "hot keys"...

"M" - Ends current game and returns to the puzzle selection menu.
"V" - Displays the original puzzle in it's unscrambled form.
"G" - Displays a GRID which may help in entering the coordinates.
"Q" - Quits the game immediately.

Files included in the ZIP...

Hampsons Plane Deluxe.bas The BASIC source code, use this to edit/change the pictures.
Hampsons Plane.asm The MC source code, ARTIC Assembler-2 format.
Hampsons Plane.gif Animated GIF demo.
Hampsons Plane.jpg Mag scan of the original program listing.
Hampsons Plane.p The original program in P format.
Hampsons Plane.txt This file.
HPDeluxe.p Hampson's Plane Deluxe Edition in P format.
ZX81_riched.fon ZX81 font needed to view the BASIC listing.
Demo
Demo
Hampsons Plane.gif (170.79 KiB) Viewed 4809 times
Attachments
Hampsons Plane Deluxe (16K).zip
Program and support files
(303.29 KiB) Downloaded 193 times
sirmorris
Posts: 2811
Joined: Thu May 08, 2008 5:45 pm

Re: Hampson's Plane Deluxe

Post by sirmorris »

You certainly find some interesting stuff, Greg!
User avatar
mrtinb
Posts: 1910
Joined: Fri Nov 06, 2015 5:44 pm
Location: Denmark
Contact:

Re: Hampson's Plane Deluxe

Post by mrtinb »

GCHarder wrote: Hampsons Plane.asm The MC source code, ARTIC Assembler-2 format.
I've never heard of the Artic Assembler 2. Is it downloadable somewhere?
Martin
https://zx.rtin.be
ZX81, Lambda 8300, Commodore 64, Mac G4 Cube
User avatar
dasteph
Posts: 46
Joined: Fri Nov 27, 2015 2:51 am
Location: Sydney, AU
Contact:

Re: Hampson's Plane Deluxe

Post by dasteph »

How strange that this post should pop up, I was only just reading an article in Sync Magazine from 1981 on this very puzzle. https://archive.org/stream/syncmagazine ... 9/mode/2up . Interesting idea indeed.
Moggy
Posts: 3266
Joined: Wed Jun 18, 2008 2:00 pm

Re: Hampson's Plane Deluxe

Post by Moggy »

dasteph wrote:How strange that this post should pop up, I was only just reading an article in Sync Magazine from 1981 on this very puzzle. https://archive.org/stream/syncmagazine ... 9/mode/2up . Interesting idea indeed.
Oddly enough the first game I ever typed into a ZX80 from Sync magazine.
Moggy
Posts: 3266
Joined: Wed Jun 18, 2008 2:00 pm

Re: Hampson's Plane Deluxe

Post by Moggy »

mrtinb wrote:
GCHarder wrote: Hampsons Plane.asm The MC source code, ARTIC Assembler-2 format.
I've never heard of the Artic Assembler 2. Is it downloadable somewhere?
Don't know about v2 original here.

http://www.zx81stuff.org.uk/zx81/tape/ZXAssembler
User avatar
GCHarder
Posts: 427
Joined: Sat Dec 14, 2013 7:46 pm

Re: Hampson's Plane Deluxe

Post by GCHarder »

Version 2 is Carlo Delhez's modified version. It used to be available on his website, but is no longer active since he went to the great coder's paradise in the sky. Maybe a Google search will find another download site.

Regards;

Greg
User avatar
mrtinb
Posts: 1910
Joined: Fri Nov 06, 2015 5:44 pm
Location: Denmark
Contact:

Re: Hampson's Plane Deluxe

Post by mrtinb »

I've found the answer in this thread. Sorry for cross-posting.
Martin
https://zx.rtin.be
ZX81, Lambda 8300, Commodore 64, Mac G4 Cube
User avatar
mrtinb
Posts: 1910
Joined: Fri Nov 06, 2015 5:44 pm
Location: Denmark
Contact:

Re: Hampson's Plane Deluxe

Post by mrtinb »

GCHarder wrote: Hampsons Plane.asm The MC source code, ARTIC Assembler-2 format.
I'm just curious as to how you exported the source to ascii? Maybe you can answer in the other thread.
Martin
https://zx.rtin.be
ZX81, Lambda 8300, Commodore 64, Mac G4 Cube
olofsen
Posts: 189
Joined: Wed Jan 08, 2014 12:29 pm

Re: Hampson's Plane Deluxe

Post by olofsen »

Oops - I guess I see why chr$ 6 didn't make it through the selection :?
hp6.png
hp6.png (30.21 KiB) Viewed 4608 times
Attachments
hp6.p
(2.12 KiB) Downloaded 194 times
Post Reply