AMIGA alive

AMIGA alive

Sunday, June 26, 2022

AADevLog #4 - AROS and AmigaOS text editor

Publishing zx81paint on AmiNet led to me reviewing a lot of old C code, and creating an ASCII text editor is certainly an essential project for every C coder.

Actually it started a long time ago: In the late nineties, I was impressed by text editors like Microsoft's "Frontpage" and some MacOS programs, which were among the first to show "tabbed" documents, have integrated shell functions (e.g. recursive search), and some other features I hadn't seen before in GUI text editors. So my idea of a program called "proWEB" was born, an HTML editor with advanced functions like sophisticated TABLE creation, FRAME management, etc. Well, time has passed, web development has changed, my preferences have changed, operating systems have changed, and so on. But the idea of a great text editor, according to my personal taste, has remained. In it's first early incarnation for AmigaOS, "proWEB" didn't really get far. There was a second incarnation for AROS which got considerably further, but I was a bit over-ambitious, and under-educated in software architecture, so that one slowly but steadily came to a halt, too. 

Nowadays, having created a lot of smaller programs, slowly developing a usable concept of a program's architecture, and with some experience with C compilers (vbcc is my favourite) gained, I resurrected this old project again.

Among the first steps of resurrection was to find a nice short name you can easily type into your shell - so now "proWEB" has become: "reED", preferably spoken (and certainly typed in as) "reed", which is a reference to a) my name, b) editing, and c) Phragmites Australis. :-)

To my surprise it took me just a day to make all code adjustments from AROS' gcc to AmigaOS' vbcc, including lots of stylistic improvements, and I got a working executable. The code now doesn't use any special compiler features, and should work with gcc, probably SAS-C, etc. just as it does with vbcc. There were a couple of minor differences between AmigaOS and AROS that needed to be taken care of - for example my old AROS system used a font called "ttcourier" instead of "courier".

"reED" running on AmigaOS3.9 in 2022!

Looking at this old code from my "modern" perspective, it's quite a mess, a lot of things can be done much simpler. But "reED" is more sophisticated than I remembered: It has it's own GUI layout engine, it has a massive menu (which I use more like a notepad, many functions not yet implemented), uses ASL file requesters, it can edit multiple documents, it can mark/cut/copy/paste - and it has actual tabs with keyboard control! Colors might be a bit harsh, though. ;-)

I'm not sure if it makes any sense to devote lots of energy to this project - but it's a sort-of success even at the current stage of development. AmigaOS is great, AROS is great, and why not support both at the same time, it's really easy. (Well, gcc will do, but we still need an updated vbcc for AROS to make it perfect.) And in the end, AROS is just AmigaOS, so it just makes a lot of sense.

Let's see what other old (or new) stuff I can dig out from my harddrive... there are a couple of games I have to seriously review and rework...

Thanks for reading, stay healthy!

* * *

Click here for an overview of all AADevLog articles

Thursday, June 23, 2022

AMIGA alive software: zx81paint 0.1

Do you like to create software for the Sinclair ZX81? This little paint program might come in handy.

zx81paint creates ZX81 character set images, and can save them in file formats suitable for ZX81 development.

Being the first release at version 0.1, it's quite a simple program, but it's already usable. zx81paint has its own file format for loading and saving, and can additionally save raw byte sequences of ZX81 character codes, and ASCII text BASIC program code for processing with "zxtext2p".

zx81paint v0.1, showing its included example picture

zx81paint requires Workbench 2.0. It opens a 320x256px window, so you might need a PAL Amiga, or adjust your NTSC Workbench size. Currently it's unaware of screen resolutions, so it looks best on 1:1-pixel-aspect-ratio screens e.g. Low Res, High Res Laced, or RTG screens.

See Readme-file included for usage information, and more.

You can download it from AmiNet:
http://aminet.net/package/gfx/edit/zx81paint

Feedback on the program, esp. file formats written, is very much appreciated! Leave a comment below, or visit AMIGA alive on facebook or reddit. Thanks!

Tuesday, June 21, 2022

Games galore #30: Final Fight Enhanced, Akumajou Dracula AGA, Amidar500, Scramble500, CyberPunk Alien City

Three arcade conversions, an AGA conversion of a classic Konami platformer, and a new cyberpunk themed shoot-em-up.

Final Fight Enhanced

1989 Capcom coin-op brawler "Final Fight" in it's 1991 Amiga version is one of the games that couldn't live up to it's full potential because of limited resources put into it's creation - especially from today's perspective, with highly experienced developers around, and new tools for game creation available, it's a bit of a disappointment regarding graphics, speed, and playability.

Final Fight 1989 original arcade graphics

Final Fight 1991 U.S. Gold Amiga version graphics

Developer Brick Nash aka Prototron has decided to change that situation, and is working on an enhanced conversion of "Final Fight". It's work-in-progress, and no definitive hardware requirements have been set, but an early demo runs on 68020-equipped Amigas. 

Final Fight 2021 Prototron Amiga early demo graphics

There's obviously still a lot of work to do, but it already has a couple of new features: parallax scrolling, an updated title screen, 2-button joystick support, and music plays while you're fighting.

Here's a video of the demo from Prototron's YouTube channel (2022-01-12):


https://www.youtube.com/watch?v=ZfuAvYCAXss

There's no public playable demo yet - but if you like, you can download the assembler source code and contribute to the development:
https://github.com/Prototron77/Final-Fight-Enhanced

Additional sources:
http://eab.abime.net/showthread.php?t=109488
http://www.indieretronews.com/2022/01/final-fight-enhanced-enhanced-amiga.html
https://www.lemonamiga.com/games/details.php?id=409 (original 1991 Amiga port)

Akumajou Dracula AGA (Castlevania AGA)

The game known as "Castlevania" in most places ("Akumajou Dracula" in Japan) gets a remake for AGA Amigas.

This fantasy themed platform adventure game is probably best known from it's initial versions running of Nintendo console hardware, and it's one the defining games of the genre.

An official Amiga version has been available since 1990, but now (finally!) it looks as if we could get a new, polished version for AGA Amigas which makes proper use of graphics hardware, and provides smooth gameplay. A "prototype" is available, and although unfinished it's already and quite obviously a huge improvement over the previous version.

Here's a video from Saberman's YouTube channel (2022-02-12):


https://www.youtube.com/watch?v=Jf08o0VFugo

Go to the game's website for more information and download:
https://danteretrodev.itch.io/akumajou-dracula-aga


Additional sources:
https://www.indieretronews.com/2022/04/akumajou-dracula-aga-upcoming.html
http://hol.abime.net/2953 (1990 Amiga version)
https://en.wikipedia.org/wiki/Castlevania_(1986_video_game)

Amidar500

After "Pacman 500" and "Ms PacMan 500", Jean-Francois Fabre continues to create great conversions of great arcade games with "Amidar500".

If you've never played "Amidar" you certainly should do so now. Originally released in 1981, it's one of the classic arcade games, just like Space Invaders, Pac Man, Centipede, and a couple of others. With it's grid-capture gameplay it sits somewhere between Pac Man, and Qix, another huge classic. So basically you get arcade history galore and tons of fun with this addictive game! 

 "Amidar500" runs on any Amiga with 1MB of RAM.

Here's a video from Jean-Francois Fabre's YouTube channel (2021-12-30):


https://www.youtube.com/watch?v=RuQbFbTu6yQ

Go to Amidar500's website for more information:
https://jotd666.itch.io/amidar500

Additional sources:
https://en.wikipedia.org/wiki/Amidar

Scramble500

"Scramble" is yet another Konami arcade classic that got ported to the Amiga by Jean-Francois Fabre.

"Scramble" is pretty much the mother of all side scrolling space shooters, but there was never a proper port of the original arcade game for the Amiga. Well, now there is! "Scramble500" aims to recreate the original experience as close as possible, with faithful graphics, sound and gameplay, including all levels of the arcade version. Two- and three-button joysticks are supported, as is the CD32 joypad.

Here's the latest video from the author's YouTube channel (2022-02-23): 


https://www.youtube.com/watch?v=2f5ZNwWzgsU

It's a preview video, but a final version of the game, with added 2-player mode, improved graphics, and a lot of bugfixes, has already been released.

Go to Scramble500's website for more information and download:
https://jotd666.itch.io/scramble-500

Additional sources:
https://amiga-news.de/en/news/AN-2022-02-00073-EN.html
https://en.wikipedia.org/wiki/Scramble_(video_game)

CyberPunk Alien City

Amiten Games has released a great looking work-in-progress shoot-em-up that goes by the name of "CyberPunk Alien City". 

Neon lights, green aliens, a hero with a big gun, and a groovy soundtrack - the game is still in early development stage, but a playable demo is available, and it totally feels "Blade Runner meets Mars Attacks!" - very promising!

The game requires an Amiga with 1MB ChipRAM, some acceleration / A1200 is recommended.

Here's a video from Amiten TV's YouTube channel (2021-12-08):


https://www.youtube.com/watch?v=CpKaNw_gtRA

Go to the game's itch.io pages for more information and download:
https://amiten.itch.io/cyberpunk-alien-city

Additional sources:
https://www.indieretronews.com/2022/02/cyberpunk-alien-city-cyber-sci-fi.html

 * * *

Thanks for reading! Stay tuned for "Games galore #31"!


* * *

Support Amiga game development! Buy a game!

Thursday, June 16, 2022

Games galore #29: Caves & Cargo, Choctris, Attack of the Petscii Robots, Project Quest, Castle Danger

In this issue: a game inspired by "Gravity Force", another "Tetris" game, a character-set based action adventure, an original top-down view shooter, and a virtual board game.

Caves & Cargo

This is an arcade action game similar to "Gravity Force", under development by EAB user TheoTheoderich: Fly your spaceship through caves and collect cargo.

It's not finished, but a playable version has been released, and it looks like a lot of fun. Graphics are simple, but pleasant and effective, your spaceship sprite is small and agile, the game has a "2-player race" mode, and nice speech samples add some serious atmosphere. 

A slightly accelerated Amiga (FastRAM, or Amiga 1200) is recommended for good performance.

Here's a video from Saberman's YouTube channel (2021-12-08):


https://www.youtube.com/watch?v=mO84QSaY4B4

Go to EAB's forum pages for more details, and download links:
https://eab.abime.net/showthread.php?p=1520823

Additional sources:
https://www.indieretronews.com/2021/12/caves-cargo-upcoming-amiga-game-by.html

Choctris

"Choctris" is a Tetris clone with extras, originally shown at RetroKomp 2018 as an early beta. In Dec. 2021 an updated version was released - and, yeah, it's a very nice Tetris with tasteful graphics, decent sound effects, some hypnotic MOD music playing along, and some specials: different playing modes (classic tetrominos, additional tetrominos, "blind" mode), playing mode options, support for audio CD music playback when running on CD32 or CDTV, and a couple more.

"Choctris" runs on any Amiga with Kickstart 2.0 or higher.

Here's video from Ransom's YouTube channel (2021-12-08):


https://www.youtube.com/watch?v=nz6oZlIEDJI

Head over to ppa.pl forum for more information and download links:
https://www.ppa.pl/forum/strefa-tworcow/43688/choctris-yet-anothe-tetris

Additional sources:
https://www.indieretronews.com/2021/12/choctris-tetris-clone-for-commodore.html

Attack of the Petscii Robots

Dave Murray aka "The 8-bit Guy"'s character graphics based action adventure "Attack of the Petscii Robots" has been ported to the Amiga, and released commercially in both digital and physical form. 

It's an interesting project that has it's roots in the fixed character set of a Commodore PET 8-bit computer - and the end result, which is available for many home computers from Atari to ZX Spectrum, now also for the Amiga, is indeed a fun top-down view action game with some tactical elements.

The Amiga version has the same grid based gameplay as the other versions, but uses more detailed graphics. The game runs on any 512KB Amiga, requires an extra 512KB for music, and supports keyboard, one and two button joysticks, and CD32 joypad. Prices range from 10$ for the digital-only edition, up to 65$ for a physical boxed edition, hand-signed by the author himself, which includes among other goodies an actual CD32 compatible joypad! Not bad.

Here's a video from Amiga Fan's YouTube channel (2021-12-20):


https://www.youtube.com/watch?v=sPKd37PTtec

Click the link below for more information, and purchase:
https://www.the8bitguy.com/product/petscii-robots-for-amiga/

Additional sources:
https://twitter.com/Vesuri
https://www.indieretronews.com/2021/12/attack-of-petscii-robots-hot-news-as.html
https://www.youtube.com/watch?v=uyf7tiSO9vo (original game release video)


Project Quest - Chapters 1 and 2

Electric Black Sheep's latest game production is "Project - Quest", a fantasy themed arcade action shooter similar to their previous one, "Project Horizon"

"Project Quest" is still under development, but you can already play chapters (levels) 1 and 2. Very much like it's predecessor, it looks great, with detailed graphics, nice little animations, and vivid colors. Sound effects are a great match for the visuals, and it has a moody background music score.

Here's a video from Electric Black Sheep's YouTube channel (2021-12-22):


https://www.youtube.com/watch?v=EMkIxQgqyUg

Go to Electric Black Sheep's itch.io website for more information and downloads:
https://electricblacksheep.itch.io

Additional sources:
https://www.indieretronews.com/2021/12/project-quest-chapter-2-upcoming.html
http://eab.abime.net/showthread.php?t=107518

Castle Danger

Not too often comes a (virtual) board game along: "Castle Danger" is a conversion of a Windows freeware game that was first released in 2001.

It's basically chess with guns - and, as opposed to the PC original, it has a 1-player mode with computer AI. If you like a nice round of grid-map based, turn based strategy playing with a buddy, or against the CPU, this game is certainly worth looking at.

"Castle Danger" runs on any Amiga with 1MB RAM.

Here's a video from famous retro gaming YouTuber Saberman's channel (2022-01-31):


https://www.youtube.com/watch?v=RFSxP3No9Nw

Go to the game's website for more information and download:
https://jcksbk.itch.io/castledanger

Additional sources:
http://amiga-news.de/de/news/AN-2022-02-00040-DE.html
https://web.archive.org/web/20020803202356/http://mwgames.com/cd.htm

* * *

 ...and some bonus gaming news:

Ambermoon Advanced

Great 1993 fantasy RPG "Ambermoon" gets a couple of updates from developer Pyrdacor: If we got that right there's a patched original of "Ambermoon", and extension of the original game called "Ambermoon Advanced", and a complete rewrite in C# (for Mac, PC, Linux) called "Ambermoon.net".

In any case lots of stuff for "Ambermoon" fans!

Check these links for the different versions:

https://github.com/Pyrdacor/Ambermoon

https://github.com/pyrdacor/ambermoon-advanced

https://github.com/pyrdacor/ambermoon.net

You can also visit the developer's homepage at:
https://www.pyrdacor.net

Additional sources:
https://twitter.com/Pyrdacor2/status/1476590123861315590
http://hol.abime.net/3256 (1993 Thalion game)


* * *

Thanks for reading! Stay tuned for "Games galore #30"!


* * *

Support Amiga game development! Buy a game!


Tuesday, June 14, 2022

P96 V3.3.1 is out!

Jens Schönfeld / individual Computers is showing his commitment to Amiga RTG software by releasing another update of P96 graphics card driver.

Here's a copy of the v3.3.1 list of changes:
  • The Cirrus5434.chip driver was broken (Piccollo64, Matze's graphics card) and did not switch back from direct color modes to chunky modes.
  • One release of UAE had an issue by indicating that it would support mode mixing, but forgot to provide the necessary call-backs in some configurations. P96 provides now default call-backs avoiding the crash.
  • Bitmap handling was simplified and streamlined.
  • The Visiona driver supports now panning and interlace.
  • The installer places now the P96 version into ENVARC:Picasso96/Version so you know what you have on the system.
  • The installer no longer provides wrong default selections for the available boards in case the list of installed boards requires more than one page.
  • The installer makes a very tiny consistency check on the unpacked files as some people unpacked on the PC, and then protection bits were incorrect.

Also the installer for Buddha has been updated to v1.4. See links below for all the details.

Sources:
https://icomp.de/shop-icomp/en/33/items/new-versions-buddha-install-v1-4-and-p96-v3-3-1.html
http://amiga-news.de/en/news/AN-2022-06-00031-EN.html



Monday, June 13, 2022

Games galore #28: Knightmare, Turbo Santa, Santa Rocks, BvA: It's Snow Joke, Rick Dangerous remake, Guardian The Legend of Flaming Sword

A fantasy shoot'em-up, a couple of Christmas games from 2021, and some exciting work-in-progress: Rick Dangerous AGA and Guardian The Legend of Flaming Sword!

Knightmare

In Jan. 2022 an old MSX game got remade for the Amiga: Konami's "Knightmare", a vertically scrolling shoot-em-up with a fantasy theme.

It has a great background story - your goal is to rescue Aphrodite, Goddess of Love and Beauty, from some evil Prince of Darkness. That sounds very epic, but of course a shoot-em-up is all about the shoot-em-up, and it's a good one in that regard.

This Amiga port aims to be a perfect, enhanced conversion of the original MSX game, with remastered graphics, updated soundtrack and sound effects, accurate recreation of the gameplay, a new hi-score table, and more, all running on Amiga 500 machines with 512KB ChipRAM and 512KB FastRAM.

Here's a game video from Hoffman's YouTube channel (2022-01-11):


https://www.youtube.com/watch?v=MaE8h8UM8H4

Go to the game's website for more information and download:
https://hoffman.home.blog/knightmare/

Additional sources:
https://twitter.com/djh0ffman/status/1480945633091637254
http://amiga-news.de/en/news/AN-2022-01-00038-EN.html
https://konami.fandom.com/wiki/Knightmare


Turbo Santa release, and Santa Rocks re-release

Two Christmas 2021 releases by NIVRIG, one based on "Turbo Tomato", the other on "Dodgy Rocks" - both very entertaining games. It looks as if the two games were only available for a limited time, but if you like you can check the sources below for more details - and don't worry, you can still get "Turbo Tomato" and "Dodgy Rocks" for some good arcade action.

Here "Turbo Santa" teaser video from NIVRIG's YouTube channel (2021-11-27):


https://www.youtube.com/watch?v=uu0yHk-ovoI

Visit NIVRIG games' website: https://nivrig.com

Check out NIVRIG games' games at: https://nivrig.itch.io/

Additional sources:
https://eab.abime.net/showthread.php?t=109062
http://amiga-news.de/en/news/AN-2021-11-00042-EN.html
http://amiga-news.de/en/news/AN-2021-12-00018-EN.html
https://nivrig.itch.io/turbo-santa
https://nivrig.itch.io/santa-rocks


Bean vs. The Animator release and christmas special

Since we last reported about "Bean vs. The Animator" the game got released on itch.io, and a very lovely single level version with a cute Christmas theme was made available for free in time for Christmas 2021. It's called "It's Snow Joke", and - yeah, if you're in a solemn mood, why not obliterate tons of evil machines with some Jingle Bells playing along?

The game runs on any Amiga with 1MB ChipRAM and Kickstart 2.04 or better.

https://img.itch.zone/aW1hZ2UvMTMyODg1NC83NzI4MDc3LnBuZw==/347x500/W68e7l.png

Go to "BvA: It's Snow Joke"'s website for more information and download:
https://17bitretro.itch.io/its-snow-joke

Additional sources:
https://17bitretro.itch.io/bean-versus-the-animator
http://amiga-news.de/en/news/AN-2021-12-00070-EN.html


Rick Dangeous remake

Z-Team is working on a remake of popular classic platformer "Rick Dangerous", for AGA Amigas (including CD32) with 1MB of additional FastRAM.

The original game has many fans, and with an AGA enhanced, updated remake it will probably soon have even more. Current version number is beta 0.4, so for the final release a little more patience is required - but it already looks fantastic, and you can download the current development version if you want to try it out.

Here's a video from DomKid's YouTube channel (2021-12-28):


https://www.youtube.com/watch?v=SB7GUS7XaDc

Go to the game's itch.io website for more information and download:
https://z-team.itch.io/rick-dangerous-amiga

Additional sources:
https://www.indieretronews.com/2022/01/rick-dangerous-very-difficult.html
http://amiga-news.de/en/news/AN-2022-01-00024-EN.html
http://hol.abime.net/1235


Guardian - The Legend of Flaming Sword

Here's a very good looking work-in-progress, and it has an epic title:  "Guardian - The Legend of Flaming Sword"

It's a new platformer for ECS and AGA Amigas which is under active development, currently in some alpha stage. But from what we can already see it's obvious there are some very talented graphics artists at work, and it's also been quite a while since we've last seen a game character go surfing with his cat. Very promising material!

Here's the alpha version 0.8 development update video from Yoz Montana's YouTube channel (2021-11-23):


https://www.youtube.com/watch?v=KcZiwTWMQZE

Additional sources:
https://www.indieretronews.com/2021/11/the-legend-of-flaming-sword-upcoming.html


* * *

 ...and some bonus gaming news:

"Time" full version

Amiga Future is a great printed Amiga magazine, and they also have a very respectable collection of software to freely download from their website. In Jan. 2022 another full, formerly commercial game was added: 1989 point-and-click adventure "Time" by Empire software. It has quite an ambitious scope - actual time travel - and indeed there's a large amount of animations, graphics, things to pick up and use, and so, stored on the two game floppy disks. Reviews from the time of it's initial release were favourable, and it's certainly still fun to explore "Time"!

Go to Amiga Future's website to download "Time", and many other full versions:

https://www.amigafuture.de/app.php/dlext/index?cat=62

Additional sources:
https://www.amigafuture.de/app.php/newsportal/?start=0&ulg=de&news_id=39467
http://hol.abime.net/1401

* * *

Thanks for reading! Stay tuned for "Games galore #29"!


* * *

Support Amiga game development! Buy a game!


Wednesday, June 8, 2022

Games galore #27: Turbo Tomato, Ms Pac-Man 500, Shadow Warrior, Devil's Temple, Ermentrud - Held mit Pferd

Among the many arcade style game releases, in this issue we also have a slightly unusual point-and-click adventure from Germany.

Turbo Tomato

Around July 2021 arcade action game "Turbo Tomato" by Nivrig games was released, and got an update to v1.1.0 in October.

It's a fast paced collect-and-evade game involving bombs, obviously tomato, and mutated vegetables. Doesn't that sound awesome? Yes it does, and you can even play it in 2-player-cooperative mode. Lots of levels, lots of enemies, and lots of explosions should keep you entertained for hours and hours.

You can get a digital edition of "Turbo Tomato", but real Amiga gamers choose the "Deluxe Collector's" edition - see link below video for both options. The collector's edition includes a 3.5 inch floppy, printed manual, poster, stickers - and a "Turbo Tomato" magnet for your fridge.

The game requires an Amiga with 1MB of ChipRAM and Kickstart 2.0, and can be installed to harddisk.

Here's the game's release trailer on NIVRIG's YouTube channel (2021-07-31):

 
https://www.youtube.com/watch?v=XLicBgoYfIA

Go to Bitmap Soft's website for more information, and get your copy of "Turbo Tomato":
https://www.bitmapsoft.co.uk

Additional sources:
https://nivrig.itch.io/turbo-tomato
http://amiga-news.de/en/news/AN-2021-10-00036-EN.html


Ms Pac-Man 500

After developer Jean-Francois Fabre aka JOTD's "Pacman 500" comes "Ms Pac-Man 500" - another near-perfect arcade conversion. 

Many classic games running on coin-op machines in the 1980s got ported to home computers and consoles back in the day, at the time when they were successful at the arcades, or shortly after. "Pac Mac" and "Space Invaders" would be quite prominent examples, everyone wanted to have these games running on his/her machine - sometimes regardless of the price: "Pac Man" for the Atari VCS 2600 had to make huge sacrifices in graphics and sound, resulting in a game that looks vastly different from the arcade original. Some Amiga conversions are especially disappointing, where better quality would've been technically possible, but wasn't achieved due to lack of hardware programming know-how by the developers. In some cases, for whatever reasons, a game wouldn't be available for the Amiga at all. 

Nowadays a handful of experienced Amiga developers have come to change this situation for a growing list of games - for a couple of years now great arcade conversions keep popping up, among which are "Bubble Bobble" as "Tiny Bobble", "Gradius" as "Tinyus", and "Jackal", to name just a few.

Well, so here's "Ms Pac-Man", near-perfectly converted from the original, with all the levels, intro animation, intermissions, and so on, in smooth 50Hz framerate, for all Amigas with at least Kickstart1.3 and 512K RAM (or Kickstart 2.0 and 1MB RAM) - great work!

Here's a video from Jean-François Fabre's YouTube channel (2021-10-27):


https://www.youtube.com/watch?v=DyGI-lNRBUw

Go to the game's itch.io website for more information and "name-your-own-price" download:
https://jotd666.itch.io/mspacman-500

Additional sources:
http://eab.abime.net/showthread.php?t=108339
http://hol.abime.net/6483


Shadow Warrior

"Shadow Warrior" is another first person shooter that was ported to the Amiga by BSZili around April/May 2021. Just like his other "Build" game ports "Blood" and "Exhumed" ("Powerslave"), it requires a powerful Amiga (68040/68060/Vampire), and some game data files from one of the PC versions. An updated version of "Shadow Warrior" was recently released to AmiNet. 

It's quite a gory game, with a tone similar to "Duke Nuke'em 3D", but in terms of Amiga-first-person-shooters it's certainly also among the best, bringing "advanced" raycasting techniques from the PC to the Amiga. 

Here's a video of "Shadow Warrior" running on an Amiga 1200 / 68060@66MHz from anouk33's YouTube channel (2021-05-20):


https://www.youtube.com/watch?v=lhB97A3ZEIE

You can grab "Shadow Warrior" from AmiNet:
http://aminet.net/package/game/shoot/jfsw

See AmiNet readme file for more information about game requirements, or just go here and download PC shareware version:
http://www.jonof.id.au/buildgames/sw.html

Additional sources:
https://www.lemonamiga.com/games/details.php?id=4661
http://bszili.morphos.me/
https://eab.abime.net/showthread.php?p=1512859
http://eab.abime.net/showthread.php?t=106580

Devil's Temple - Son of Kung-Fu Master

What started as "Kung Fu Master Remastered" has become "Devil's Temple": Graeme Cowie was working on a remake of arcade beat'em-up classic "Kung Fu Master" for OCS Amigas, with a planned release date some time in early 2022, but the author's goals have changed a bit: Over time this remake has turned into a re-imagining of the idea, with very different graphics, additions in gameplay, an original soundtrack, and so on: Son of Kung-Fu Master!

A playable demo has been released, along with a teaser video, and pretty much everything about this game already looks and sounds great. Fans of beat'em-up games will love this new title, that obviously has elements from "Kung-Fu Master", but also "Renegade" and "Final Fight", all presented in full 16-bit Amiga quality.

Here's "Devil's Temple" teaser video from Graeme Cowie's YouTube channel (2022-04-04):


https://www.youtube.com/watch?v=0-E7GFX-vWg

You can download latest "Devil's Temple" demo at:
https://mcgeezer.itch.io/kung-fu-remaster

Additional sources:
https://eab.abime.net/showthread.php?t=110293
http://eab.abime.net/showthread.php?t=107812
http://amiga-news.de/de/news/AN-2021-11-00027-DE.html

Ermentrud - Held mit Pferd

Author Timo Kloss has released his point-and-click adventure "Ermentrud - Held mit Pferd" ("Hero with horse"). Initial development of the game dates back about 20 years, when it was created on the Amiga using the author's own "Inga" graphic adventure engine. (You can find it on AmiNet.) For some reason it was never properly finished - until Dec. 2021, when Timo decided to fix it and stitch it together, and release it to the public. 

So we get a somehow incomplete, but well playable, good looking, outstanding sounding (~190MB WAV soundtrack!) graphic adventure that should give you at least a couple of hours of good fantasy entertainment, with its funny storyline and dialogue, about 20 game characters, and about 40 locations to visit.

"Ermentrud" is currently only available in German language, but for many platforms (AmigaOS 3.x with graphics card, AmigaOS 4, MorphOS, Windows, MacOS), and obviously requires a harddisk.

Here's a trailer video from Inutilis Software's YouTube channel (2021-11-13):


https://www.youtube.com/watch?v=2nxFbwbcmmk

Go to the game's web page for more information:
https://www.inutilis.com/portfolio/ermentrud-das-spiel/


...or download it right away from it's itch.io page:
https://inutilis.itch.io/ermentrud

Additional sources:
http://amiga-news.de/de/news/AN-2021-12-00026-DE.html
http://amiga-news.de/en/news/AN-2021-11-00038-EN.html
https://www.timokloss.com
https://twitter.com/timo_inutilis

* * *
 
Thanks for reading! Stay tuned for "Games galore #28"!


* * *

Support Amiga game development! Buy a game!

Tuesday, June 7, 2022

Amiga37 event in Mönchengladbach, Germany

As has been announced on Jan. 17th 2022, the "Amiga37" event will take place in Mönchengladbach, Germany, on October 15th and 16th 2022. Tickets are available since April 25th.

Go to https://amigaevent.de for detailed information, latest updates, and tickets!

The Amiga Art Contest 2022 is on!

Amiga artists, warm up your fingers! 

Since 2019 "10 Minute Amiga Retro Cast" is organizing the "Amiga Art Contest", where all sorts of Amiga art creations - images, animation, sound - can be submitted. The 2022 event has just been announced. 

You can submit your artwork to the following categories:

1. Handdrawn artwork

2. Digital photography

3. Raytracing

4. Music

5. Animation

The rules are quite simple: "As long as your Amiga created it, you can submit it." Prizes will be given to the first place and second place winners of each category, plus an extra "Best of Show" winner.

The contest goes from June 1st 2022 until October 11th 2022.

Here's the official announcement video from 10MARC's YouTube channel (2022-06-06):


https://www.youtube.com/watch?v=XlxoWrTpqXc

Go to https://www.amigaartwork.com for more information!



Games galore #26: Abu Simbel Profanation, Black Dawn Rogue / Technomage, Slayers of High Toro, Blade re-release, Pacman 500

Oops, it's been quite some time, catching up with 2021/2022 Amiga game developments: an old platformer got remade, "Black Dawn" got another sequel, a new turn-based strategy game was released, an iso-3D adventure game got re-released, and good old Pac Man makes another appearance.

Abu Simbel Profanation - The Full Adventure

Originally created in 1985 for the ZX Spectrum, and first released for the Amiga in 2001, the "Abu Simbel Profanation" recently got a facelift remake for AGA machines called "The Full Adventure".

It's a funny multi-screen arcade platformer with beautiful graphics, an upbeat soundtrack, and many different enemies and obstacles. Among the sound effects is a spine-chilling scream that you're gonna hear whenever you lose a live - which probably is quite often, as the difficulty level of the game is said to be hard as nails. Niiice!

The game requires an AGA Amiga with 2MB FastMEM and a 030 CPU.

Here's a gameplay video from YouTube channel Ransom (2021-09-28):


https://www.youtube.com/watch?v=1MyklC3EGJ4

You can download the game from AmiNet:
http://aminet.net/package/game/misc/Abu_Simbel_Profan_-TFA-

Additional sources:
http://www.indieretronews.com/2021/09/abu-simbel-profanation-full-adventure_27.html
http://hol.abime.net/6323 (OCS/ECS game from 2001)
https://s0yamigamsx.wordpress.com/abu-simbel-the-full-adventure/

 

Black Dawn Rogue / Technomage

Black Dawn saga continues: In early 2021 the follow-up to "Black Dawn Rebirth" was announced, and by October we got a first teaser video, with a second one following closely in December, and the announcement of "Black Dawn Technomage" in January 2022. Well, everybody likes a good dungeon crawler game, and the latest "Black Dawn" sequel - quite like it's predecessors - very much looks like it's going to be just that.

Also it looks as if the authors would like to keep the aforementioned first teaser video private to famous retro-gaming news website "Indie Retro News", so we'll just provide you with a couple of links here:

http://www.indieretronews.com/2021/10/black-dawn-rogue-next-amiga-aga-game-in.html

https://www.indieretronews.com/2022/01/black-dawn-technomage-next-amiga-aga.html

You can also visit "Black Dawn" team on facebook:

https://www.facebook.com/blackdawnuniverse


Slayers of High Toro

By far the majority of Amiga games released these days are platform/jump-and-run games. For a welcome change, here's turn-based strategy game published by Bitmap Soft in May 2021.

It's a spiritual successor to Windows game "Slay" which dates back to 1995. "Slayers of High Toro" runs on any Amiga with at least 1MB RAM, and is available as a physical "Deluxe Collector's edition" with some nice extras for a great retro experience: 3.5 inch floppy in a glossy A5 box, color printed manual, badge, stickers, and a poster.

Here's a video from the author's YouTube channel  (2021-03-21):


https://www.youtube.com/watch?v=MH0moStN-Ng

Go to Bitmap Soft's website to purchase your copy of "Slayers of High Toro":
https://www.bitmapsoft.co.uk

Additional sources:
http://blitmapgames.co.uk
http://www.windowsgames.co.uk/slay.html
http://hol.abime.net/6486


Blade (1996) re-release

Great looking dungeon adventure game "Blade" by Mark Sheeky, first published in 1998 by Alive Mediasoft, was released for free around Sept. 2021.

"Blade" title screen as seen on https://marksheeky.itch.io/blade

According to the author, it's his most ambitious Amiga game project, and the isometric game screens and cutscene graphics certainly look impressive. 

"Blade" in-game screen as seen on https://marksheeky.itch.io/blade

With lots of levels, potions, scrolls, and spells, there's quite an amount of things to discover and explore for adventure gaming fans. "Blade" runs on pretty much any Amiga with at least 1MB of RAM, but might require harddisk installation.

"Blade" in-game screen as seen on https://marksheeky.itch.io/blade

Go to the game's website for more information and download:

https://marksheeky.itch.io/blade

Additional sources:
http://hol.abime.net/5332

 

Pacman 500

Of course you know Pacman, the legendary pill-eating yellow dude who's relentlessly being hunted by ghosts. "Pacman 500" is another release of Namco's 1980 classic, this time attempting to stay as close as possible to the original arcade machine. 

From what we can see it's quite successful at doing so - apart from minor changes due to different screen orientation (the arcade machine uses a 3:4 display, as opposed to the Amiga's 4:3 aspect) it indeed looks and sounds and feels just like the original! 

Another great arcade remake, "Pacman 500" runs on any Amiga with 512KB memory.

Here's a video from Jean-François Fabre's YouTube channel (2021-09-05):


https://www.youtube.com/watch?v=TvU7mu-3J5I

Go to the game's itch.io website for more information and "name-your-own-price" download:

https://jotd666.itch.io/pacman-500

Additional sources:
https://en.wikipedia.org/wiki/Pac-Man
https://www.amigalove.com/viewtopic.php?f=8&t=1993
http://www.indieretronews.com/2021/09/pacman-500-amiga-conversion-from-arcade.html

* * *

Thanks for reading! Stay tuned for "Games galore #27"!


* * *

Support Amiga game development! Buy a game!