home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
game
/
misc
/
poing
/
product-info
< prev
Wrap
Fred Fish's Product-Info
|
1995-10-23
|
734b
|
36 lines
.name
Poing
.type
Action Game
.short
Multi-tasking 'BreakOut' style game.
.aminet-dir
game/misc
.description
Poing is a horizontal breakout clone with some nice touches.
This is a sound-enhanced version of Poing 2.1 - more tracks,
more instruments, and the sound is supposed to work on A4000's now.
.version
3.0
.author
Paul van der Valk
.distribution
Copyrighted but Freely Redistributable
.docs
Poing3.doc
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
set choice `RequestChoice "Poing" "Please select an option" "View Doc" "Run Poing" "Cancel"`
if $choice EQ "0"
quit 5
endif
if $choice EQ "1"
MetaTool Poing3.doc TEXT
endif
if $choice EQ "2"
Poing3
endif