About Me!
I was in Track & Field for Jumps and it was one of the best experiences I ever had. My current goals in life is to go to a good university and major in computer science. One of my favorite quotes is, "If you are depressed you are living in the past. If you are anxious you are living in the future. If you are at peace you are living in the present." - Lao Tzu. My favorite thing about school is meeting new people and being able to have a good education and setting myself up for a successful and happy life.
4.0 GPA!!!
Current Classes
# | Class |
---|---|
1 | AP Comp Sci Principles |
2 | AP Physics 1 |
3 | English 3P |
4 | AP US History |
5 | Avid 11 |
6 | Algebra 2 Trig |
Hobbies!
- Coding
- Playing Games
- Rapping
- Dancing
- Chilling with Friends
Favorite Songs!
- 1. Everybody - Logic
- 2. Contemplate - Savory & Grabbitz
- 3. Changes - 2Pac
- 4. Silence - Marshmellow ft. Khalid
- 5. Another Sad Love Song - Khalid
Resume
Field of Study
I intend on majoring in computer science and mastering C++ or C#. source
Relevant Course Work
Courses I am currently taking that will prep me for my major are AP Comp Sci Principles and AP Physics 1. I am also learning Lua on my own free time. source
Track & Field
Scoring 2nd place at my first Meet!
Scratch: Dankemon
Dankemon is my first ever game that I made in Scratch. It is a pokemon game parody filled with today’s dank memes just for the laughs. Some programming concepts I applied when making this game was algorithmic thinking. I faced numerous problems when making this game such as making a battle system. I thought to myself, “what did I put myself into”. Essentially, I realized when I was coding Dankemon is that I am basically giving a computer a set of instructions to follow. The computer executes those instructions by chronological order. Using that concept, I was able to replicate Pokemon’s battle system. Aspects of my game that I like best is how much it was able to make people laugh. As I was watching people play my game, they couldn’t help but enjoy the dank memes and laugh. If I had more time to work on my game, I would improve the efficiency of my code, add an inventory system, a boss battle or gym battle, and a leveling and stats system.
Python: Upheaval (Interactive Fiction)
Upheaval is a tragedy about a girl named Penelope and her loving family. It all seemed well at first... until it all changed after that day. Some programming concepts I learned and applied to this story were if statements. The if statements played an important role of managing which scene to proceed to, depending on the choice that was selected. Another concept I applied to this story was functions. Instead of coding a story into a big pile of mess, I was able to organize each scene into its own function. Thinking back to the stories that I read, the one that stood out to me most was Chelsea's. The story was interesting because it had a good plot and many choices.