Skip to content
View CodeMelvin's full-sized avatar

Block or report CodeMelvin

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
CodeMelvin/README.md
Gif

こんにちは 👋

Welcome to my Page!
Here I share various works and I hope you enjoy them.

About Me 🙋‍♂️


KNOW ME !
🎓 RoleInformatics Student
🏫 UniversityUniversitas Bunda Mulia (UBM)
📊 GPA4.00 / 4.00
🗓️ Graduating2026 / 2027
🎯 FocusWeb apps · Computer vision · Data analysis · Debugging
🚀 StatusOpen to work
Open to collaborate

Tech Stack 💻

- Programming Languages

cplusplus logo python logo java logo php logo javascript logo kotlin logo git logo

- Frontend Development

html5 logo css3 logo react logo bootstrap logo figma logo canva logo

- Mobile App Development

androidstudio logo android logo

- Game Development

unity logo unrealengine logo

- Machine Learning

tensorflow logo opencv logo numpy logo

- AI Tools

opencode logo gemini logo claude logo chatgpt logo 9router logo

- Database & Data Tools

mysql logo kaggle logo

- Frameworks & Libraries

laravel logo flask logo django logo

- Integrated Development Environments

vscode logo pycharm logo jupyter logo visualstudio logo

- Browsers & Platforms

safari logo firefox logo chrome logo google logo

Social Media 🌍

Gaming For Fun 🎮

Game is in progress! Anyone can make the next move by opening a new issue Use the issue title in this format: move: D3

🧾 How to play

  1. Click the link above to create a new issue.
  2. In the issue title, type your move using this format: move: C4 (must start with move: followed by a valid board coordinate).
  3. The system will:
    • Validate your move,
    • Flip any opponent pieces,
    • Update the board and commit it.

⚠️ Notes:

  • move: must be at the start of the title.
  • Coordinates must be within A1 to H8.
  • Only valid moves that flip opponent pieces are allowed.
  • One move per issue — no body text is needed.
  • Make sure it's your turn! (⚫ Black or ⚪ White)

Example: ✅ Valid: move: D3 ❌ Invalid: D3 ❌ Invalid: move to D3

🔄 To restart the game (reset):

  • Create an issue titled reset: yes

🟩 Current Board

A B C D E F G H
8
7
6
5
4
3
2
1

Next turn: ⚫ Black

You've Reached the End! 🎯

Snake animation

Popular repositories Loading

  1. CodeMelvin CodeMelvin Public

    Github Profile

    Python

  2. GamePingpong GamePingpong Public

    Classic Pong game built with Lazarus

    Pascal

  3. ImageForensicsPro ImageForensicsPro Public

    Web-based digital image forensics suite (ELA, noise/clone detection, metadata analysis) with AI-powered restoration (Real-ESRGAN) — built with Flask & OpenCV

    Python

  4. StudentDataChatbot StudentDataChatbot Public

    Student Data Analysis Chatbot — a Flask web app that answers natural-language questions about 5,000 students using TF-IDF + Logistic Regression. Implementation of a published journal paper, extende…

    Python

  5. VistaCinema VistaCinema Public

    Developed a desktop cinema ticketing system using Java Swing, Apache NetBeans, MySQL, and JasperReports. Implemented features including movie browsing, seat selection, ticket booking, and automated…

    Java

  6. MovieSentimentAnalysis MovieSentimentAnalysis Public

    Movie review sentiment analysis web app built with Flask + scikit-learn (TF-IDF + Logistic Regression) - classifies reviews into Positive, Neutral, or Negative with confidence scores and explainabl…

    Python