From 08e1d87b9b62f139ce95d1e30149f286238bc3e5 Mon Sep 17 00:00:00 2001 From: Andrew Kesterson Date: Tue, 22 Jan 2013 07:52:04 -0500 Subject: [PATCH] Added README and got the C++ port building on mingw32 and linux again --- README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..6d95444 --- /dev/null +++ b/README @@ -0,0 +1,6 @@ +spaceshooter +============ + +A space shooter I wrote in the style of 1942/Galaga. The game has both Adobe Flash (ActionScript 2) and C++ (using akesterson/libsdlgame ) ports. + +The Flash version is currently more complete; the C++ version is missing boss fights and level transitions. However the Flash version doesn't support gamepads or 2 players, while the C++ version does. \ No newline at end of file