aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2026-02-19 13:31:58 +0100
committerFelix Morgner <felix.morgner@gmail.com>2026-02-19 13:31:58 +0100
commit794ce30a84be44e258a96fd35eb9f86e235ce807 (patch)
tree2fe663debd7dfd7715a48f65fbd7cc8020756594
parente6d59a7b506f610b82340b62457f9dd9ad0cb53d (diff)
downloadsnake.s-794ce30a84be44e258a96fd35eb9f86e235ce807.tar.xz
snake.s-794ce30a84be44e258a96fd35eb9f86e235ce807.zip
docs: add simple readme
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..d51b498
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+# snake.s
+
+A simple snake game, mostly implemented in x86-64 assembly. \ No newline at end of file