From c2e8c02bf0f9cbd2b50b4d2a6bc035c1839274f8 Mon Sep 17 00:00:00 2001 From: Lucas Date: Sun, 15 Jun 2025 15:48:54 +0200 Subject: [PATCH] remove outdated info from CLAUDE.md --- CLAUDE.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index a776242..95154b5 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1,7 +1,5 @@ This is a test playground for web development - both frontend with simple html/css and vanilla javascript, and a backend API written in go. -Currently it is not a git repo, it's just an experiment. - **IMPORTANT: This is a learning project for a non-developer. Always prioritize maximum simplicity and readability over "best practices". Use the most straightforward, beginner-friendly approaches possible. Avoid complex patterns, frameworks, or advanced techniques.** The current purpose: develop all basic features necessary for a simple browsergame along the lines of ogame - no realtime unit controls, currently no 3d graphics, just a "planet status" screen with buildings and researches, some buttons that call the api, and a map.