Short: Nibbles/Worm game. One or two players Author: di3andpe@ida.his.se (Anders Persson) Uploader: di3andpe@ida.his.se (Anders Persson) Version: 98 Type: game/actio Action: NoStart -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Oh, no more SuperMasken '98 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- You have probably seen this kind of game before: A worm crawling around on the screen. And the more it eats, the longer it gets. I don't know when these games first appeared, but my brother made one on the VIC20 in 1983 (Hej Svante!). But now, lets tell the story of "Supermasken": The story begins in 1992: I'm in school (Polhemsgymnasiet, Gothenburg). In the breaks, we went to a classroom full of 486:es. And on these we played Microsoft basic "Nibbles"... And I thougth for myself: "Hey, I can do this game, but better". So I went home and begun programming on my Amiga 500. After a while, and with some ideas from Fredrik Sörensson (Frodo) and Mats Lindblom (Gizmo), "Supermasken" was born. "Supermasken" means "The Super Worm" in swedish. And it was a hit among my friends! So we ended up playing supermasken in the breaks instead! (Yes, we had two of the pupils Amiga 500's in the computer room! (for playing Lotus 2 (or was it 3) with 4 players!!) (Great school, don't you think? :-) And then came 1993, and I bought myself a brand new Amiga 1200 with a harddrive of 80 megabytes! And I begun to develop a new version of the game, that finaly resulted in "Oh, no more SuperMasken" (or SuperMasken II). The news were: New and better graphics, new music, more monsters, built-in track editor, more levels, hard drive installable and more... Then something sad happened: My hard drive broke! And I had no backup of the source for "Oh, no more SuperMasken". So, there could never be a new version of the game! Really SAD! But HEY!, Isn't THIS a new version of the game????? Yes, it is! But HOW? Well, it begun with that the only person who have registred my program "BorayLetter" (hi Roy!) decided to send me more money, as he thougth he had payed to little last time. Well, I thougth he deserved a little bonus and decided to send him the now 5 year old game "Oh, no more SuperMasken"... But then, I remembered that it didn't work as it should any longer... The music sounded strange, as processor speeds goes up, and DMA wait remains the same, and the workbench palette was changed when the game ended due to a bug in old hisoft basic... So, as the game was made in modules (separate files for music, graphics etc.), it was really easy to excange the music into some DigiBooster mods I made last year. And I loaded the executable file into a TEXT EDITOR and changed the names of the music mods. And then I sent him the game... And then... I played the game some, and thougt: "Hey! This game is quite funny!". Why don't I fresh it up a bit, and make a new release of it? And..... so I did! -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- This is new: New 8 channel music New graphics The game is translated to ENGLISH! Many new tracks! (Now over 100 levels!) The standard tracks was replaced with new ones. The old has the base name "LAST", and the really old tracks (from SuperMasken 1) has the base name "OLDTRACK" No need to install any libs or fonts, just run the game! WB-palette bug fixed. When the game exits, SYS:prefs/palette is loaded and sets the palette to your defaults. (You will probably not notice). This is still bad: The game is not multitasking friendly. It IS possible to jump to another screen, but your topaz font will look very strange, and the game will be started every time you press the left mouse button. So I advise you to, play the game, and then QUIT... You can always restart the game later. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- REQUIREMENTS: (Probably) AmigaDos 2.0+, a hard drive and a 68020 processor. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- There is two versions of this game. A full version and a lite version. The only difference between the versions is that the full version has more music to choose from. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Well, HAVE FUN!!!! And don't forget to take a look at my other programs, "Selector" and "BorayLetter". And my mods can be found on Aminet: mods/boray GREETINGS TO: Arkie/Steve, Frodo, Gizmo, Henrikarna, Sunbane, Midaz, Roy! and all others! -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- * Also Try * My homepage: www.ida.his.se/ida/~di3andpe/ Lots of free software, latest versions of my programs and support. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- * Also Try * Aminet: comm/misc/BorayLetter53.lha (english version) comm/misc/BorayLetter53S.lha (svensk version) Homepage: www.ida.his.se/ida/~di3andpe/bletter.chtml Boray Letter, "The king of letter programs". Maybe you don't know what a letter program is. Well, it was something that started on the C64. You could use the keyboard to write a message to your friend, and when he looked at it, it was played in the same way it was written.... BorayLetter is that, and much more. You can for example draw lines, wait for a key to be pressed or even animate and make your own little cartoons!!! When you for example draw a line in your letter, only the coordinates for the line are saved to the file. All graphics works in this way. This leads to an extremely spacesaving fileformat. For example, the demo letter "Cecdic" contains 4:30 minutes of cartoons. And it's only 32K big (uncompressed). Yes, it's not even compressed. If you pack it with SHRINK, it will be 21K, or 24K with lha. "BorayLetter är ett roligt och lättanvänt program" -InternetGuiden nr 2, 1998 "BorayLetter is a funny and easy-to-use program" -InternetGuiden nr 2, 1998 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- * Also Try * Aminet: util/boot/selector71.lha Homepage: www.ida.his.se/ida/~di3andpe/selector.chtml Highly configurable launching tool for almost ANY purpose. But it is not yet another program like toolsdeamon or toolmanager. Selector serves as a complement to these types of programs. It's more like a script language. You can for example make a button panel that follows you from screen to screen when changing screens. Or a button panel (or menu) that pops up ANYWHERE when pressing your middle mouse button. (Or when pressing both mouse buttons together.) You can make a button for starting a program if it's not allready open, else just jump to that programs screen. This is very comfortable, as you allways press the same button to get to the programs screen, regardless if it's open or not. You can make a special window only available on (for example) your word processors screen, with buttons for starting different arexx scripts for that program. Selector is a powerful tool to use within shell scripts or to make a little GUI for your CLI type program. I have for example made a GUI for GMPlay (mus/midi/GMPlayGUI15.lha on Aminet) using selector. The possible use of selector is almost unlimited, yet the syntax is very simple. It is really easy to produce a button panel, info window or a little requester with selector. Or why not quote the world's biggest Amiga magazine: "Selector, the easiest way to create your own toolbars" ... "The program is so easy to use that you can have your first project up and running in under a minute" - AMIGA FORMAT, MARCH 1998 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- * Also Try * Aminet: mods/boray Homepage: www.ida.his.se/ida/~di3andpe/mods.chtml My DigiBooster and Protracker music modules. Why not try the 4 latest: mods/boray/DayUnknown.lha (DIGI Booster module by Boray 97/12/01) mods/boray/HELGON.lha (DIGI Booster module by Boray 97/11/02) mods/boray/PsalmAP2Alt.lha (DIGI Booster module by Boray 97/09/23) mods/boray/IAmGenerated.lha (DIGI Booster module by Boray 97/09/15) -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ============================= Archive contents ============================= Original Packed Ratio Date Time Name -------- ------- ----- --------- -------- ------------- 628 272 56.6% 12-Feb-98 19:16:52 SuperMasken'98.info 61 61 0.0% 12-Feb-98 15:56:24 +BORAY.00 73680 72185 2.0% 20-Jan-98 19:23:02 +BorayLetter 26 26 0.0% 10-Feb-98 19:04:10 +COOL.00 22 22 0.0% 10-Feb-98 14:51:26 +EXPAND.00 264 39 85.2% 11-Feb-98 19:09:16 +OONoMoreSuperMask.font 2728 1634 40.1% 11-Feb-98 19:09:16 +8 4546 2684 40.9% 12-Feb-98 19:32:06 +intro.ble 48944 33035 32.5% 11-Sep-92 17:24:52 +hisoftbasic.library 36 36 0.0% 12-Feb-98 21:00:56 +m.1 36 36 0.0% 12-Feb-98 21:00:44 +m.2 41 41 0.0% 12-Feb-98 21:00:50 +m.3 37 37 0.0% 12-Feb-98 21:00:38 +m.4 39 39 0.0% 12-Feb-98 21:00:32 +m.7 9972 5049 49.3% 14-Sep-94 18:35:30 +mask.0 694 147 78.8% 11-Feb-98 19:41:44 +mask.10 8214 3022 63.2% 11-Feb-98 19:56:44 +mask.12 4498 2317 48.4% 14-Sep-94 18:35:30 +mask.13 32388 6175 80.9% 12-Feb-98 15:00:40 +mask.14 2796 1254 55.1% 12-Feb-98 15:13:28 +mask.15 252 252 0.0% 13-Feb-98 22:09:52 +mask.5 3320 2322 30.0% 14-Sep-94 18:35:26 +mask.8 141 141 0.0% 14-Sep-94 18:35:08 +MAZE.00 7272 7254 0.2% 12-Dec-97 13:53:44 +DIGIplay 243956 155485 36.2% 10-Feb-98 14:06:50 +Gen.DIGI 158529 92571 41.6% 12-Nov-97 12:45:34 +HELGON.DIGI 208312 151536 27.2% 10-Feb-98 14:06:52 +King.DIGI 276221 159591 42.2% 06-Aug-97 14:26:12 +Old.DIGI 205669 115181 43.9% 09-Jun-97 10:55:42 +Stranger.DIGI 110 110 0.0% 03-Aug-95 15:51:10 +MYSTERY.00 280 169 39.6% 12-Feb-98 21:32:42 +Oh, no more SuperMasken 463 208 55.0% 12-Feb-98 21:32:54 +Oh, no more SuperMasken.info 82 82 0.0% 07-Jun-97 14:55:20 +OLDTRACK.00 19124 18670 2.3% 14-Feb-98 08:55:12 +SuperMasken2 62 62 0.0% 14-Sep-94 18:35:38 +TRACK.00 166 166 0.0% 14-Sep-94 18:35:48 +BORAY.1 187 187 0.0% 14-Sep-94 18:35:48 +BORAY.2 313 313 0.0% 14-Sep-94 18:35:48 +BORAY.3 179 179 0.0% 14-Sep-94 18:35:48 +BORAY.4 210 210 0.0% 14-Sep-94 18:35:48 +BORAY.5 177 177 0.0% 14-Sep-94 18:35:48 +BORAY.6 354 354 0.0% 14-Sep-94 18:35:48 +BORAY.7 66 66 0.0% 23-Mar-96 12:14:54 +COOL.1 152 152 0.0% 23-Mar-96 12:21:54 +COOL.10 80 80 0.0% 23-Mar-96 12:22:52 +COOL.11 72 72 0.0% 23-Mar-96 12:23:10 +COOL.12 90 90 0.0% 23-Mar-96 12:23:28 +COOL.13 102 102 0.0% 23-Mar-96 12:23:46 +COOL.14 105 105 0.0% 23-Mar-96 12:24:00 +COOL.15 87 87 0.0% 23-Mar-96 12:24:10 +COOL.16 54 54 0.0% 23-Mar-96 12:24:22 +COOL.17 30 30 0.0% 23-Mar-96 12:24:30 +COOL.18 15 15 0.0% 23-Mar-96 12:24:40 +COOL.19 88 88 0.0% 23-Mar-96 12:15:44 +COOL.2 124 124 0.0% 23-Mar-96 12:16:34 +COOL.3 138 138 0.0% 23-Mar-96 12:17:04 +COOL.4 208 208 0.0% 23-Mar-96 12:17:44 +COOL.5 247 247 0.0% 23-Mar-96 12:18:40 +COOL.6 198 198 0.0% 23-Mar-96 12:19:38 +COOL.7 146 146 0.0% 23-Mar-96 12:20:30 +COOL.8 138 138 0.0% 23-Mar-96 12:21:02 +COOL.9 45 45 0.0% 23-Mar-96 11:55:44 +EXPAND.1 354 354 0.0% 23-Mar-96 12:01:14 +EXPAND.10 343 343 0.0% 23-Mar-96 12:01:50 +EXPAND.11 349 349 0.0% 23-Mar-96 12:02:20 +EXPAND.12 332 332 0.0% 23-Mar-96 12:02:48 +EXPAND.13 317 317 0.0% 23-Mar-96 12:03:26 +EXPAND.14 317 317 0.0% 23-Mar-96 12:04:00 +EXPAND.15 314 314 0.0% 23-Mar-96 12:04:36 +EXPAND.16 278 278 0.0% 23-Mar-96 12:05:14 +EXPAND.17 78 78 0.0% 23-Mar-96 11:56:14 +EXPAND.2 101 101 0.0% 23-Mar-96 11:56:52 +EXPAND.3 170 170 0.0% 23-Mar-96 11:57:30 +EXPAND.4 222 222 0.0% 23-Mar-96 11:58:04 +EXPAND.5 254 254 0.0% 23-Mar-96 11:58:48 +EXPAND.6 272 272 0.0% 23-Mar-96 11:59:24 +EXPAND.7 322 322 0.0% 23-Mar-96 11:59:58 +EXPAND.8 342 342 0.0% 23-Mar-96 12:00:32 +EXPAND.9 147 147 0.0% 11-Feb-98 20:30:02 +LAST.1 124 124 0.0% 11-Feb-98 20:35:46 +LAST.10 237 237 0.0% 11-Feb-98 20:36:04 +LAST.11 425 425 0.0% 11-Feb-98 20:36:20 +LAST.12 189 189 0.0% 11-Feb-98 20:36:40 +LAST.13 184 184 0.0% 11-Feb-98 20:37:00 +LAST.14 183 183 0.0% 11-Feb-98 20:37:26 +LAST.15 243 243 0.0% 11-Feb-98 20:37:46 +LAST.16 316 316 0.0% 11-Feb-98 20:30:46 +LAST.2 128 128 0.0% 11-Feb-98 20:31:08 +LAST.3 158 158 0.0% 11-Feb-98 20:31:28 +LAST.4 297 297 0.0% 11-Feb-98 20:31:46 +LAST.5 142 142 0.0% 11-Feb-98 20:34:10 +LAST.6 131 131 0.0% 11-Feb-98 20:34:26 +LAST.7 299 299 0.0% 11-Feb-98 20:34:54 +LAST.8 143 143 0.0% 11-Feb-98 20:35:24 +LAST.9 507 507 0.0% 14-Sep-94 18:35:48 +MAZE.1 509 509 0.0% 14-Sep-94 18:35:48 +MAZE.2 282 282 0.0% 14-Sep-94 18:35:48 +MAZE.3 289 289 0.0% 14-Sep-94 18:35:48 +MAZE.4 149 149 0.0% 03-Aug-95 15:17:58 +MYSTERY.1 271 271 0.0% 03-Aug-95 15:37:40 +MYSTERY.10 228 228 0.0% 03-Aug-95 15:40:14 +MYSTERY.11 212 212 0.0% 03-Aug-95 15:19:48 +MYSTERY.2 224 224 0.0% 03-Aug-95 15:21:58 +MYSTERY.3 277 277 0.0% 03-Aug-95 15:24:46 +MYSTERY.4 394 394 0.0% 23-Mar-96 11:38:16 +MYSTERY.5 100 100 0.0% 03-Aug-95 15:29:50 +MYSTERY.6 249 249 0.0% 03-Aug-95 15:31:40 +MYSTERY.7 177 177 0.0% 03-Aug-95 15:33:52 +MYSTERY.8 168 168 0.0% 03-Aug-95 15:35:40 +MYSTERY.9 243 243 0.0% 14-Sep-94 18:35:48 +OLDTRACK.1 132 132 0.0% 14-Sep-94 18:35:48 +OLDTRACK.10 90 90 0.0% 14-Sep-94 18:35:48 +OLDTRACK.11 53 53 0.0% 14-Sep-94 18:35:48 +OLDTRACK.12 132 132 0.0% 14-Sep-94 18:35:48 +OLDTRACK.13 206 206 0.0% 14-Sep-94 18:35:48 +OLDTRACK.14 109 109 0.0% 14-Sep-94 18:35:48 +OLDTRACK.15 154 154 0.0% 14-Sep-94 18:35:48 +OLDTRACK.2 191 191 0.0% 14-Sep-94 18:35:48 +OLDTRACK.3 178 178 0.0% 14-Sep-94 18:35:48 +OLDTRACK.4 193 193 0.0% 14-Sep-94 18:35:48 +OLDTRACK.5 162 162 0.0% 14-Sep-94 18:35:50 +OLDTRACK.6 264 264 0.0% 14-Sep-94 18:35:50 +OLDTRACK.7 150 150 0.0% 14-Sep-94 18:35:50 +OLDTRACK.8 132 132 0.0% 14-Sep-94 18:35:50 +OLDTRACK.9 220 220 0.0% 11-Feb-98 21:27:12 +TRACK.1 75 75 0.0% 11-Feb-98 21:32:06 +TRACK.10 218 218 0.0% 11-Feb-98 21:42:40 +TRACK.11 148 148 0.0% 11-Feb-98 21:46:28 +TRACK.12 99 99 0.0% 11-Feb-98 21:48:08 +TRACK.13 154 154 0.0% 11-Feb-98 21:50:10 +TRACK.14 35 35 0.0% 11-Feb-98 21:50:54 +TRACK.15 63 63 0.0% 11-Feb-98 21:51:38 +TRACK.16 112 112 0.0% 11-Feb-98 21:52:14 +TRACK.17 194 194 0.0% 11-Feb-98 21:53:04 +TRACK.18 166 166 0.0% 11-Feb-98 21:53:56 +TRACK.19 232 232 0.0% 11-Feb-98 20:52:16 +TRACK.2 243 243 0.0% 11-Feb-98 21:54:40 +TRACK.20 147 147 0.0% 13-Feb-98 22:11:34 +TRACK.21 419 419 0.0% 13-Feb-98 22:12:18 +TRACK.22 51 51 0.0% 13-Feb-98 22:13:02 +TRACK.23 206 206 0.0% 11-Feb-98 21:05:08 +TRACK.3 178 178 0.0% 11-Feb-98 21:07:10 +TRACK.4 231 231 0.0% 11-Feb-98 20:57:10 +TRACK.5 168 168 0.0% 11-Feb-98 21:10:04 +TRACK.6 90 90 0.0% 11-Feb-98 21:05:58 +TRACK.7 139 139 0.0% 11-Feb-98 21:04:46 +TRACK.8 269 269 0.0% 11-Feb-98 21:30:06 +TRACK.9 -------- ------- ----- --------- -------- 1335207 853509 36.0% 05-May-98 20:48:10 147 files