From 8dc5ee58677dac0f88ae52a42ec3971c02774be4 Mon Sep 17 00:00:00 2001 From: boreddevnl Date: Thu, 16 Apr 2026 22:41:00 +0200 Subject: [PATCH] CREDIT: re-added original credit in 2048. Fixes #2 Co-authored-by: Lluciocc --- src/userland/games/2048.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/userland/games/2048.c b/src/userland/games/2048.c index 766d0b2..3700d25 100644 --- a/src/userland/games/2048.c +++ b/src/userland/games/2048.c @@ -6,6 +6,7 @@ #include /* +@Lluciocc 2048 for BoredOS Controls: - WASD keys or arrow keys or numpad keys to move