diff --git a/.github/workflows/pacman.yml b/.github/workflows/pacman.yml
deleted file mode 100644
index 0e2369b..0000000
--- a/.github/workflows/pacman.yml
+++ /dev/null
@@ -1,35 +0,0 @@
-name: Generate Pacman Contribution Graph
-
-on:
- schedule:
- - cron: "0 */12 * * *"
- workflow_dispatch:
- push:
- branches:
- - main
-
-jobs:
- generate:
- runs-on: ubuntu-latest
-
- permissions:
- contents: write
-
- timeout-minutes: 5
-
- steps:
- - name: Checkout repository
- uses: actions/checkout@v4
-
- - name: Generate Pacman Contribution Graph
- uses: abozanona/pacman-contribution-graph@main
- with:
- github_user_name: jkdevcode
-
- - name: Publish Pacman Graph
- uses: crazy-max/ghaction-github-pages@v4
- with:
- target_branch: output
- build_dir: dist
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
diff --git a/LICENSE b/LICENSE
deleted file mode 100644
index c9a8b41..0000000
--- a/LICENSE
+++ /dev/null
@@ -1,21 +0,0 @@
-MIT License
-
-Copyright (c) 2026 Dario Vargas
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
diff --git a/README.md b/README.md
deleted file mode 100644
index 184531c..0000000
--- a/README.md
+++ /dev/null
@@ -1,63 +0,0 @@
-# github-pacman
-
-
-
-Transform your GitHub contribution graph into a Pac-Man maze animation. 👾
-
-
-
-
-
-
-
-
-
-
-
----
-
-## ✨ Features
-
-- 🟡 Pac-Man contribution graph animation
-- 👻 Ghost enemies
-- 🌗 Automatic dark/light mode
-- ⚡ GitHub Actions automation
-- 📈 Dynamic contribution rendering
-- 🛠 Easy setup
-
----
-
-## 🚀 How it works
-
-This project generates a Pac-Man style animation using your GitHub contribution graph.
-
-The workflow automatically:
-- Fetches GitHub contributions
-- Generates animated SVG files
-- Publishes them to the `output` branch
-- Updates the graph every 12 hours using GitHub Actions
-
----
-
-## ⚙️ Setup
-
-1. Fork this repository
-2. Create an `output` branch
-3. Enable GitHub Actions
-4. Update the workflow with your GitHub username
-5. Enjoy your Pac-Man contribution graph 🎮
-
----
-
-## 📄 License
-
- [MIT License](./LICENSE)
diff --git a/pacman-contribution-graph-dark.svg b/pacman-contribution-graph-dark.svg
new file mode 100644
index 0000000..90326a2
--- /dev/null
+++ b/pacman-contribution-graph-dark.svg
@@ -0,0 +1,2042 @@
+
\ No newline at end of file
diff --git a/pacman-contribution-graph.svg b/pacman-contribution-graph.svg
new file mode 100644
index 0000000..5da23da
--- /dev/null
+++ b/pacman-contribution-graph.svg
@@ -0,0 +1,2042 @@
+
\ No newline at end of file