From 5d3984c414412fba64196e83a36c6b2f83c6b0c8 Mon Sep 17 00:00:00 2001 From: Daniel Poveda Date: Thu, 16 Oct 2025 12:03:29 +0200 Subject: [PATCH] feat: add game link --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7bdf039..fe4640f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

👋 Hi, I'm Dani 🙃

-🛰 C/C++ â€ĸ 👾 Unreal Engine â€ĸ 🚧 Core Systems & Engine Architecture +🛰 C & C++ â€ĸ 👾 Unreal Engine â€ĸ 🚧 Core Systems & Engine Architecture

@@ -31,7 +31,7 @@ ## 🧑‍đŸ’ģ About Me - đŸ’ģ **Focus:** Modular architecture, scalable core systems, low-level programming -- 🧩 **Experience:** Game engines, game core systems, networking, graphics (OpenGL), low-level systems, devops, pentesting, linux +- 🧩 **Experience:** Low-level systems, game engines, core systems, networking, graphics (OpenGL), devops, pentesting, linux - 🤝 Strong believer in maintainable code and flexible architecture - đŸĢ§ Previously lead programmer at [24-Pack Studios](https://store.steampowered.com/app/4034810/Not_My_War/) @@ -39,7 +39,7 @@ ## 🚀 Featured Projects -- đŸŽ¯ **Not My War** – Lead programmer on UE5 stealth game, core systems architecture +- đŸŽ¯ [**Not My War**](https://store.steampowered.com/app/4034810/Not_My_War/) – Lead programmer on UE5 stealth game, core systems architecture - 🌐 **Web Server** – HTTP/1.1 server in C++98 with CGI support, nginx-style config - đŸ•šī¸ **Chip8 Emulator** – Simple emulator to learn emulation fundamentals - 🔧 **Custom Engines** – Built simple game engines from scratch for learning