I have recently been spending a good portion of my time learning C++. To further test my abilities, I decided to attempt to create a full game in C++. Luckily, as I’m enrolled in the second year WANIC course of programming, I have been fortunate enough to receive some guidance […]
Read More
Today I got back a 3 day Virtual & augmented reality oriented Hackathon. I was apart of a group of 7 and we decided to build an augmented reality game for the Magic Leap. Our game titled DARgon ThAR DestroyAR, in this game, heavily inspired by the internet character Trogdor […]
Read More
With the school year already starting, it is now time for me to prepare for the upcoming FRC season. As the vice president, one of my specific duties is to lead the team in programming the robot. Yet, the FRC framework changes almost annually. As such, I have spent a […]
Read More
Tomorrow I will be leaving for a road trip in which I will be visiting a couple of the colleges I will be applying to. As such, there will be little new things from me. I should be back roughly August 22nd.
Read More
Today, I decided to revisit an old engine I’ve used in the past, the Zero engine, in order to assess my memory of it. In my humble opinion as a computer programmer, it is only natural to know and understand multiple languages as well as to be able to learn […]
Read More
Apologies again for the brief hiatus, I’ve had some other pressing concerns, with Senior year on the horizon, much more of my time is going to studying for standardized tests as well as to prepare for college applications. But today, I’ve actually got some spare time. So, I decided to revisit […]
Read More
Unfortunately, today my desktop suddenly crashed, and windows would not boot up on my drive. Luckily, I didn’t lose any important files, however it took me essentially the entire day to fix.one So, if anyone else out there suddenly receives windows start up error 0xc000000, here is how I personally fixed […]
Read More
Terribly sorry for the 2 week hiatus, I was at Georgia attending TSA Nationals for a majority of said gap. Anyways, to return into programming, I decided to create a dice roller app, to challenge myself I wanted to create it in only one hour, but include as many features […]
Read More
I decided to take a break on the combo system and went to work on an AI. As I’m no expert on AIs, I decided to create a simple, yet effective one. The AI would first determine whether to move, attack, or do nothing. If the ai is doing nothing, then […]
Read More
Now that I have a working title and select screen, I started on a basic fighting system. The first script I created was a StateManager, a script that will control the player’s information including their health, whether or not they’re moving, attacking, in the air, etc. Using these variables I […]
Read More