Skip to content
View Persinus's full-sized avatar
😃
sleep
😃
sleep

Organizations

@GameCodeHub @EduHub-GameDev @SkillArtCoder

Block or report Persinus

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
Persinus/README.md


👋 Welcome to my GitHub!
I'm Persinus

👩‍💻 About Me

🎮 Game Developer using Unity
🌐 Web Developer using Vue & Asp.Net
💡 Always learning new technologies and improving my skills

🔥My Stats :

stats graph languages graph trophy graph activity-graph graph

pacman contribution graph

Generate pacman animation

📫 Connect with Me

linkedin logo discord logo youtube logo gmail logo visualstudio logo stackoverflow logo itch logo

🚀 Thanks for visiting my profile! Feel free to explore and contribute!

Pinned Loading

  1. HotelManagementAPI Public

    This project is a Hotel Management API built using ASP.NET Core. It acts as the backend system for a hotel, allowing various users (guests, staff, administrators) to interact with hotel operations.…

    C# 17

  2. My-Portpolio Public

    Portpolio của mình ^_^

    JavaScript 3

  3. Command.cs
    1
    
                  
    2
    using UnityEngine;
    3
    
                  
    4
    public class MoveCommand : ICommand
    5
    {
  4. FacadePattern
    1
    using UnityEngine;
    2
    
                  
    3
    public class UnifiedGameFacade : MonoBehaviour
    4
    {
    5
        private GameFacade gameFacade;
  5. SingLeton
    1
    using UnityEngine;
    2
    
                  
    3
    public class AdvancedSingleton : MonoBehaviour
    4
    {
    5
        private static AdvancedSingleton instance;