Skip to content
View berkerdemoglu's full-sized avatar
bruh
bruh
  • Germany

Highlights

  • Pro
Block or Report

Block or report berkerdemoglu

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
berkerdemoglu/README.md

You have reached berkerdemoglu's profile!

Python-Java

  • 🔭 I’m currently working on a chess application in Python.
  • 👯 I’m looking to collaborate on a Python or a Java project.
  • 💬 Ask me about baseball and programming in general!
  • 📫 Contact me: My Mail

Projects

  • Chess: A chess application written in Python using the pygame library.
  • 3D Engine: A 3D engine from scratch in Java.
  • Hangman: The classic Hangman game in Java.
  • DataVisualysis: A data analyzing and visualizing library that simplifies most things.
  • CovidResults: COVID-19 results of Turkey from March to October.

Hobbies

Python Java HTML CSS Django

Stats!

Github stats Top languages

Pinned Loading

  1. Chess Chess Public

    A chess application written in Python using the pygame library.

    Python 2

  2. Hangman Hangman Public

    The Hangman game.

    Java

  3. My3DEngine My3DEngine Public

    A 3D Engine from scratch in Java.

    Java 1

  4. berkerdemoglu.github.io berkerdemoglu.github.io Public

    HTML

  5. md-2-html md-2-html Public

    A Markdown to HTML converter built in Python.

    Python 1 2

  6. Binary Tree Node Search Binary Tree Node Search
    1
    package tree;
    2
    
                  
    3
    public class TreeNode {
    4
    	private TreeNode left;
    5
    	private TreeNode right;