Introducing ExoClone A Godot 4 Tribute to the ZX Spectrum Classic Exolon If you have a soft spot for the golden age of 8-bit gaming, you might remember Exolon – the unforgiving, screen-by-screen tactical shooter released for the ZX Spectrum back in 1987. It was a masterclass in classic sci-fi atmosphere and brutal gameplay mechanics. As a passionate project and an experiment in game development, I wanted to bring that exact feeling into the modern era. Meet ExoClone, a tactical 2D side-view shooter built entirely from scratch using the Godot 4 engine . You can watch the gameplay trailer on YouTube to see it in action. Preserving the 8-Bit Vibe To feel the game in its retro roots, I enforced some hardware constraints on myself during development: Resolution: The game renders at a crisp, authentic 256x192 pixels. Color Palette: Every visual element adheres to the original Sinclair ZX Spectrum color palette. I handled all th...
This is a step-by-step HowTo article on performing a hot migration of a Linux operating system to another encrypted disk. It provides almost no explanations, focusing solely on the commands required to complete the task. Use it at your own risk. You could lose your data during the process, so ensure you have a backup of all critical data before proceeding. Part of the output has been removed to make this article shorter. Environment checking $ sudo apt list --installed lvm2 cryptsetup fdisk efibootmgr Listing... Done cryptsetup /stable,now 2:2.6.1-4~deb12u2 amd64 [installed] efibootmgr /stable,now 17-2 amd64 [installed,automatic] fdisk /stable,now 2.38.1-5+deb12u3 amd64 [installed] lvm2 /stable,now 2.03.16-2 amd64 [installed] $ lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS nvme0n1 259:0 0 931.5G 0 disk nvme1n1 259:4 0 238.5G 0 disk ├─nvme1n1p1 259:5 0 512M 0 part /boot/e...