Jun 092015
A new version of CPCtelera, the Amstrad CPC game engine for C developers, was just released. CPCtelera offers a huge C library for the SDCC C cross-compiler, which makes it easier to create games and applications for the Amstrad CPC. It is available for Windows, Linux and OS-X. You can get the latest version from GitHub and discuss it in the CPCWiki.
Changes:
- Fixed a compilation problem (1 file was left unadded). Thanks to Martin C. Doege for reporting.
- Added 2 new fast tile drawing functions for small tiles: cpct_drawTileAligned2x4_f, cpct_drawTileAligned4x4_f
- Added complete game example Platform Climber.
[…] 2015 – so you still have enough time to get into Amstrad CPC development either with the CPCtelera game development kit, the great programming tutorials on CPCMania, the CPCrslib programming library or cpcitor’s […]