From 5394e10c216ef9c5e5a0dba3ca396f849ba5bc28 Mon Sep 17 00:00:00 2001 From: "Marian W." Date: Mon, 3 Feb 2025 02:08:47 +0100 Subject: [PATCH] Create README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..53a0f03 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Bugtris +A tetris-style game written in assembly. +My first (and hopefully last) attempt at making a game in x86-64 ASM. + +(Probably) everything you see here is bad practice, do not use it as a reference to good code :D