Archives of Genesis8 Amstrad Page from 1999 to 2024 about developpement, page 6 / 18





WIP Shadows of Death by Eric Cubizolle, a Beat them all game on Amstrad CPC

-

I am late to write about a WIP game as its release could maybe be soon, it's the beat them all Shadows of Death by Titan (Eric Cubizolle).

You should really go look at CPCWiki and of course the official web site of Titan which has many informations, graphics, pre-version for windows (using the motor OpenBOR) and Amstrad CPC.

Code and graphics are by Titan, musics by Pulsophonic, sound effects and voices by CosmoBuggi.




RASM v1.5 by Roudoudou, a multi platform assembler for Amstrad CPC

-

The last version of RASM is v1.5 (19th July 2021).

Rasm is now available on Github (documentation included).

This multi platform assembler (linux, windows, but not only like MorphOS on Amiga) let you program for Amstrad CPC.



Infernal Runner JS by Cyxx, a HTML Javascript version of the game by Eric Chahi

-

Infernal Runner by Eric Chahi is using a virtual machine and Cyxx did the reverse engineering of the Amstrad CPC .DSKimage and Z80 code to write Infernal Runner JS. This version written in Javascript is reading the .DSK of the game to get the bytcode running in the virtual machine and the original Amstrad CPC graphics in mode 1.

You can also read in german with english subtitles the presentation by Norbert Kehrer : The Virtual Machine Architecture of Infernal Runner and another javascript port of this virtual machine.





PunyInform v2.7 by Fredrik Ramsberg and Johan Berntsson to write text adventure games

-

PunyInform v2.7 by Fredrik Ramsberg and Johan Berntsson is a library written in Inform 6 to create adventure game (pure text, no graphic support contrary to DAAD) using the Z-machine virtual machine which will run on 8bit computers (or more recent computers too). PunyInform has a parser, knowing of common verbs and a framework to write adventure games.

PunyInform is based on the Inform 6 library written by Graham Nelson. Its goal is to make easily adventure games in Inform 6, with a manual describing the differences between the official library and PunyInform..

Games using PunyInform can be compiled in z3, z5 and z8 format (z3 being the best format for 8bit computers, other formats have more features). Compared to the Inform 6 library, it means that there is no support for the Glulx virtual machine but z3 format is important as Inform 6 doesnt support it.

To compile games written with PunyInform, you should use the Inform 6 compiler maintained by David Kinder. Binaries are available on if-archive. PunyInform needs Inform v6.34 (or more).

They are tutorials to write adventure game with PunyInform (end of the page).

To try your game after compilation, you can use WinFrotz by David Kinder, to create map easily you can use Trizbort.



New articles on 64 NOPS

-

New articles are available on 64 NOPS, a blog about programmation on Amstrad CPC by Hicks (Vanity) and Toms (Pulpo Corrosivo).




PunyInform v2.6 by Fredrik Ramsberg and Johan Berntsson to write text adventure games

-

PunyInform v2.6 by Fredrik Ramsberg and Johan Berntsson is a library written in Inform 6 to create adventure game (pure text, no graphic support contrary to DAAD) using the Z-machine virtual machine which will run on 8bit computers (or more recent computers too). PunyInform has a parser, knowing of common verbs and a framework to write adventure games.

PunyInform is based on the Inform 6 library written by Graham Nelson. Its goal is to make easily adventure games in Inform 6, with a manual describing the differences between the official library and PunyInform..

Games using PunyInform can be compiled in z3, z5 and z8 format (z3 being the best format for 8bit computers, other formats have more features). Compared to the Inform 6 library, it means that there is no support for the Glulx virtual machine but z3 format is important as Inform 6 doesnt support it.

To compile games written with PunyInform, you should use the Inform 6 compiler maintained by David Kinder. Binaries are available on if-archive. PunyInform needs Inform v6.34 (or more).

They are tutorials to write adventure game with PunyInform (end of the page).

To try your game after compilation, you can use WinFrotz by David Kinder, to create map easily you can use Trizbort.




PunyInform v2.5 by Fredrik Ramsberg and Johan Berntsson to write text adventure games

-

PunyInform v2.5 by Fredrik Ramsberg and Johan Berntsson is a library written in Inform 6 to create adventure game (pure text, no graphic support contrary to DAAD) using the Z-machine virtual machine which will run on 8bit computers (or more recent computers too). PunyInform has a parser, knowing of common verbs and a framework to write adventure games.

PunyInform is based on the Inform 6 library written by Graham Nelson. Its goal is to make easily adventure games in Inform 6, with a manual describing the differences between the official library and PunyInform..

Games using PunyInform can be compiled in z3, z5 and z8 format (z3 being the best format for 8bit computers, other formats have more features). Compared to the Inform 6 library, it means that there is no support for the Glulx virtual machine but z3 format is important as Inform 6 doesnt support it.

To compile games written with PunyInform, you should use the Inform 6 compiler maintained by David Kinder. Binaries are available on if-archive. PunyInform needs Inform v6.34 (or more).

They are tutorials to write adventure game with PunyInform (end of the page).

To try your game after compilation, you can use WinFrotz by David Kinder, to create map easily you can use Trizbort.




Tribute to Michael Collins (Apollo XI), an Amstrad CPC+ slideshow by Nemo59

-

Nemo has created a slideshow in turbo pascal for Amstrad CPC+ including astronaut quotes : Michael Collins (Apollo XI) tribute which you can see on Youtube on his channel. The screenshots has been converted with ConvImgCPC by Ludovic Deplanque.




Ramiro IV, a WIP Amstrad CPC game by the Mojon Twins

-

Ramiro el Vampiro is at the start a platform game for the ZX Spectrum by The Mojon Twins, released in 2013 with an upgraded version in 2016.

The Mojon Twins are actually working on Ramiro IV for ZX Spectrum (test version) and for Amstrad CPC in a earlier state (link in spanish).



Turbo Pascal programmation on Amstrad CPC by Nemo 59 : a hardware sprite editor, and more

-

Nemo 59 is programming in Turbo Pascal on Amstrad CPC a software : a hardware sprite editor for Amstrad CPC+, and much more. I invite you to go see his youtube videos and read his posts on CPCRulez.

He also wrote a pascal framework (TP-tools v0.2 with its documentation), the objective is to have a v1.0 with more pascal units, for Amstrad CPC and CPC+. TP-Tools v0.2 is actually organized in 4 units :

  • UGraph.inc : graphics management
  • USound.inc : sound management
  • UKBoard.inc: keyboard and joystick management
  • UAsic.inc : ASIC CPC+ management

Other pascal units will be added in the future v1.0 (UCrt, USprite, ...).




PunyInform v2.3 by Fredrik Ramsberg and Johan Berntsson to write text adventure games

-

PunyInform v2.3 by Fredrik Ramsberg and Johan Berntsson is a library written in Inform 6 to create adventure game (pure text, no graphic support contrary to DAAD) using the Z-machine virtual machine which will run on 8bit computers (or more recent computers too). PunyInform has a parser, knowing of common verbs and a framework to write adventure games.

PunyInform is based on the Inform 6 library written by Graham Nelson. Its goal is to make easily adventure games in Inform 6, with a manual describing the differences between the official library and PunyInform..

Games using PunyInform can be compiled in z3, z5 and z8 format (z3 being the best format for 8bit computers, other formats have more features). Compared to the Inform 6 library, it means that there is no support for the Glulx virtual machine but z3 format is important as Inform 6 doesnt support it.

To compile games written with PunyInform, you should use the Inform 6 compiler maintained by David Kinder. Binaries are available on if-archive. PunyInform needs Inform v6.34 (or more).

They are tutorials to write adventure game with PunyInform (end of the page).

To try your game after compilation, you can use WinFrotz by David Kinder, to create map easily you can use Trizbort.



For more news, Go to home page