Skip to content

Commit c3499d2

Browse files
authored
Updated README.md
1 parent 816fa2b commit c3499d2

File tree

1 file changed

+38
-1
lines changed

1 file changed

+38
-1
lines changed

README.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,38 @@
1-
# ABCoder1.github.io
1+
# 🕹️ Pac-Man Portfolio | Built with Phaser.js
2+
3+
"A developer's personality is just as vital as the code they write."
4+
5+
This interactive portfolio reimagines my career path as a high-stakes level of **Pac-Man**. Rather than scrolling through a flat, static resume, visitors are invited to navigate a custom-built maze where every corner reveals a different chapter of my technical background.
6+
7+
[Live Demo](https://abcoder1.github.io/)
8+
9+
---
10+
11+
## 🚀 The Vision
12+
By leveraging **Phaser’s Arcade Physics** and **Tilemaps**, I’ve turned traditional navigation into a tactile, gamified experience. This project serves as a technical demonstration of how web technologies can transform a standard professional summary into an engaging, memorable journey.
13+
14+
## 🛠️ Tech Stack
15+
* **Engine:** [Phaser 3](https://phaser.io/) (v3.60+)
16+
* **Language:** JavaScript (ES6+)
17+
* **Physics:** Arcade Physics System
18+
* **Graphics:** HTML5 Canvas / WebGL
19+
* **Deployment:** GitHub Pages
20+
21+
## 🕹️ Features
22+
* **Dynamic Maze:** Responsive tilemap design that scales for the browser.
23+
* **Power-Up Skills:** Scroll through each pellet to see detailed views of my technical stack.
24+
* **Interactive Resume:** Navigate through different "stages" representing Education, Experience, Projects & About me.
25+
* **Retro Aesthetics:** Authentic 8-bit sound effects and classic arcade styling.
26+
27+
## 📂 Project Structure
28+
```text
29+
├── assets/ # Sprites, Tilesets, and Audio
30+
├── index.html # Entry point
31+
├── index.js # Main Phaser Game Logic
32+
├── index.css # Layout Styling
33+
└── README.md
34+
```
35+
36+
## 🎬 Demo
37+
38+
![Demo](Pacman-Portfolio-Demo.gif)

0 commit comments

Comments
 (0)