Skip to content
View kerem-erkinsoy's full-sized avatar

Block or report kerem-erkinsoy

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
kerem-erkinsoy/README.md
  • 👋 Hi, I’m Kerem Erkinsoy
  • 👀 I'm interested in game development with Unity and back-end programming with Spring.
  • 👀 I solve Math and Algorithm problems in my spare time and share the Algorithms I solve here.
  • 👯 Bordercide, the top down 2D action game We developed with a friend, will be released for PC soon on Steam and other platforms. You can add wishlist on Steam now: https://store.steampowered.com/app/1415150/BORDERCIDE/
  • 📫 How to reach me: k.erkinsoy@hotmail.com

Popular repositories Loading

  1. UniversityManagementSystem UniversityManagementSystem Public

    University Management System analysis and design. Project document include use cases, sequence diagrams and domain model. GRASP patterns were used in the project.

    C# 2 1

  2. Eight-Queens-Problem Eight-Queens-Problem Public

    Solving Eight Queens problem with the Hill Climbing method

    Java 1

  3. kerem-erkinsoy kerem-erkinsoy Public

    Config files for my GitHub profile.

  4. Lexical-Analyzer-and-Parser Lexical-Analyzer-and-Parser Public

    C

  5. Project-Euler-Solutions Project-Euler-Solutions Public

    I will share the problems I solved under this folder.

  6. TextEditor-WithDesignPatterns TextEditor-WithDesignPatterns Public

    Simple Java Text Editor. Command, Factory and Strategy Pattern were applied as the Design Pattern. UI was designed with Swing. Undo operation is provided with the Command pattern.

    Java