From 44ed8f849058cbd6337ef9a9cc0c59d63b3d88ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barra=20=C3=93=20Cath=C3=A1in?= Date: Tue, 17 Jun 2025 00:14:44 +0100 Subject: [PATCH] Initial Commit - Added Readme. --- README.org | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.org diff --git a/README.org b/README.org new file mode 100644 index 0000000..a7f7766 --- /dev/null +++ b/README.org @@ -0,0 +1,4 @@ +* Spacewar! +Spacewar is a multi-player networked space combat game, with physics based movement, based on what some consider to be the first computer game, "Spacewar!" for the PDP-1. + +Spacewar is currently undergoing a rewrite to use SDL3.