converted to protected mode, not done
[ld45_start_nothing] / README.md
1 Bare Metal Shoot'em up
2 ======================
3
4 About
5 -----
6 This is a game for the Ludum Dare #45 compo. Theme: *start with nothing*.
7
8 It's a twist on the theme. Instead of the game mechanics being bound to the
9 theme, the development of the game is. I'm eschewing any and all modern game
10 development tools and abstractions: engines, graphics API's, high level
11 languages, and even operating systems, in favour of *starting with nothing*.
12
13 Starting with a cold bare metal machine, my game code (written in assembly),
14 loads itself into memory, takes control of the computer, and runs until the
15 computer is rebooted.
16
17 In the spirit of starting from nothing, I'm using no previous code. Everything
18 is written from scratch for this game.
19
20 License
21 -------
22 Copyright (C) 2019 John Tsiombikas <nuclear@member.fsf.org>
23
24 This program is free software. Feel free to use, modify, and/or redistribute it
25 under the terms of the GNU General Public License version 3, or at your option
26 any later version published by the Free Software Foundation. See COPYING for
27 details.