News about Amstrad CPC, PCW, Notepad NC100 NC150 NC200, PDA600 and also Amstrad PC






Traffic for Amstrad CPC translated in several languages by Vag

-

Vag a traduit Traffic an Amstrad CPC game, a mix of a traffic simulator, arcade and puzzle, in several languages : English, French, German, Greek, Portuguese, Spanish. he also did correct some problems.


Youtube video




PUSHORI64+, an Amstrad CPC reflexion game by Marco Spedaletti written in ugBASIC

-

ugBASIC by Marco Spedaletti is a compiled basic which works on many computers including the Amstrad CPC(+). In fact this compiler write the code so a program works whatever the features of the targeted computer, a feature which doesnt exist in hardware will be managed by software. For ugBASIC's github it's here, an official Facebook group of ugBASIC and even an ugBASIC forum.

There is also an IDE for ugBASIC v1.17 still by Marco Spedaletti available on Itch.IO for Windows.

Marco wrote in 2024 a Sokoban game : Soko64+, of course in ugBASIC.

He just wrote PUSHORI64+, a new game inspired by Pushori which was a popular puzzle and skill video game originally developed by Toni Pa (or Tony Pa) in the Flash era. It's based on a rather simple concept, but it requires planning and logic to master. The game involves "clearing" a playing area of blocks that have the same symbol.


Youtube video




Microsoft releases Zork (1 to 3) as open source

-

Microsoft makes Zork Open Source. Zork originally was developed on mainframe between 1977 and 1979 by Tim Anderson, Marc Blank, Dave Lebling and Bruce Daniels (rather the enigmas), all students at Massachusetts Institute of Technology (MIT). The first version was developed on a DEC PDP-10 mainframe. Because the program was too large for the microcomputers of the time, they were forced to split it into three parts and develop a virtual machine (Z-Machine) using the Zork Implementation Language (ZIL). They then went on to create the well-known video game company Infocom in 1979.




Impetus+, a shoot them up for Amstrad CPC+ by Inufoto

-

Inufuto is a japanese who write many games, each time for many platforms including Amstrad CPC. He wrote initally Impetus in 2022 for CPC old, this year he is releasing a new version of Impetus+ for Amstrad CPC+ with hardware sprites. You cab check the Youtube channel of Inufuto. Impetus+ is a classic shoot them up game, whose sources you will find on Github.


Youtube video



SugarDS v1.4, an Amstrad CPC emulator for Nintendo DS and DSi (and more)

-

SugarDS is an Amstrad CPC emulator for Nintendo DS and DSi by Nige Rideout. This version 1.4 features :

  • DSi now double-buffers LCD rendering for smoother performance and syncs to true 50Hz refresh
  • Added Favorites system - use SELECT when loading games to toggle between like/love
  • Added new 130% rendering speed as a per-game option
  • Improved key map handling - all virtual Amstrad CPC keys are now mappable to the NDS keys
  • Added vertical jitter handling - improves look of vertical compression making games like Tempest look much improved when scaled
  • Improved save state support - AY music is properly restored when loading an old save state
  • Added instructions for use on first boot of the emulator
  • Switched to O3 optimization for a few more frames of performance
  • Lots of other small improvements and cleanups under the hood as time permitted

And if you are curious and you go check his Github profile, you will see that he has written several other emulators for Nintendo DS and DSi.



Making a joystick with 3D print by Manuel3D

-

Manuel3D is the author of 3 Amstrad CPC programs, two utilities : New font for Amstrad CPC and Draw a star, and also a game : the hangman.

On his Youtube channel, he was showing a case for an Amstrad CPC 464.

Today he is showing how to make a joystick for Amstrad CPC with the needed components and 3D printing (thanks to Amstrad Power for the tweet.

Et pour voir le résultat, allez voir cette vidéo du joystick fabriqué sur une partie d'Arkanoid.


Youtube video



Universal Basic Library (UBL) to program in Locomotive basic on Amstrad CPC (and much more)

-

Amstrad Power presents Universal Basic Library (UBL) by Orac81 which is a basic library for Amstrad CPC but also for C64, VIC-20, C16, PET, DOS QBasic, Apple II, Dragon 32, BBC Micro, ZX-Spectrum, MSX, TRS-80, Exidy Sorcerer and Ohio Superboard. UBL will use the lines 1 to 49 (fast function) and 9500-9999 (heavy functions), you code will then use lines 50 to 9499.

You can download a .DSK compiled by shacpc with examples programs using UBL.