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 !
🤔 Why COMEL?COMEL is short for CodeMelvin
🎯 Focus • Building web & mobile applications
• Computer vision & image processing
• Debugging & troubleshooting
• Data analysis & visualization
• Software testing & quality assurance
• AI & machine learning integration
• API design & development
• Database design & management
🚀 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 nextjs logo bootstrap logo figma logo canva logo

- Mobile App Development

androidstudio logo android logo flutter 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 antigravity logo

- Database & Data Tools

mysql logo postgresql logo supabase logo firebase 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

- Hosting & Deployment

vercel logo github logo

Social Media 🌍

Gaming For Fun 🎮

Game is in progress! — anyone can play by opening a new issue.

🧾 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: D6

    The title must start with move: followed by a valid board coordinate.

  3. The system will then:

    • Validate your move,
    • Flip any opponent pieces,
    • Update the board and commit it.

💡 Example

✅ Valid: move: D6

❌ Invalid: D3

❌ Invalid: move to D3

⚠️ Important notes

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

🏆 How to win

  • The board fills up move by move.
  • When it's full (or no more moves are possible), the player with the most pieces on the board wins.

🎯 Current Board

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

⚫ Black to move

🟩 Possible moves for ⚫ Black: D6, C5, F4, E3

➡️ Next: ⚪ White

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