Code
This page presents code projects I have developed during my studies and practical exploration, including templates, course-related exercises, and small personal projects.
All source code is publicly available in my GitHub repositories.
Discussions and feedback are always welcome.
My-RPG-Game
My-RPG-Game is a practice project developed while learning C++ and object-oriented programming (OOP).
The project focuses on interface abstraction and system architecture design, rather than specific gameplay
mechanics.
Key features of the project include:
- Defining core behavior interfaces using abstract base classes
- Extending functionality through inheritance and polymorphism
- Emphasizing modular decoupling and long-term extensibility
- Serving as a structured practice example of a medium-to-large-scale C++ project
🔗 Repository:
https://github.com/LUNARKN1GHT/My-RPG-Game
Math-NoteBook
This is a clean math notebook template that allows me to use a unified format for organizing course notes in my future courses. Updates will be made appropriately based on actual usage.
- Define some commonly used commands, such as $\mathbb{R}, \, \mathbb{N}$, etc.
- Set different color blocks for different theorem environments, making the notes colorful while facilitating content identification.
🔗 Project Repository: https://github.com/LUNARKN1GHT/Math-NoteBook
R
This repository contains my code and notes from the course Applied Statistical Software, which primarily focuses on statistical analysis and programming using R.
The purpose of this repository is to systematically document my learning process, code implementations, and related insights throughout the course.
🔗 Project Repository: https://github.com/LUNARKN1GHT/R