Bare Metal Shoot'em up ====================== About ----- This is a game for the Ludum Dare #45 compo. Theme: *start with nothing*. It's a twist on the theme. Instead of the game mechanics being bound to the theme, the development of the game is. I'm eschewing any and all modern game development tools and abstractions: engines, graphics API's, high level languages, and even operating systems, in favour of *starting with nothing*. Starting with a cold bare metal machine, my game code (written in assembly), loads itself into memory, takes control of the computer, and runs until the computer is rebooted. In the spirit of starting from nothing, I'm using no previous code. Everything is written from scratch for this game. License ------- Copyright (C) 2019 John Tsiombikas This program is free software. Feel free to use, modify, and/or redistribute it under the terms of the GNU General Public License version 3, or at your option any later version published by the Free Software Foundation. See COPYING for details.