From 5d1b0d3a90657ba521984e8375f071daf7dd0511 Mon Sep 17 00:00:00 2001 From: "Marian W." Date: Mon, 3 Feb 2025 04:15:38 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53a0f03..f7027cf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Bugtris -A tetris-style game written in assembly. +A fully working tetris-style WIN32 game written in x86-64 masm 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