Software engineer (video games). Likes dogs, DJing + EDM, running, electronics and loud bangs in Reservoir.

  • 0 Posts
  • 72 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle




  • I’d recommend setting up a GitHub profile and developing some personal projects on there, and try to get some experience contributing to other projects (even if they’re just simple first PRs). Make sure you include this on your resume, it’s a great talking point for juniors to show you’re passionate and have concrete examples of your code in the wild.

    Also set up a LinkedIn profile (fleshed out as best you can) and start adding people at companies you’re interested in. DM them asking for advice, most people are lovely and want to help. While LinkedIn is horrible and needs to die, it’s still used heavily by the tech industry and you’ll find every tech company and recruiters on there.













  • What I love most about 8-bit era games are how small they were storage-wise. Most of the ROMs are tens of kilobytes for the entire game. Developers were severely constrained by the hardware limits which led to some creative decisions, eg. the bushes and clouds in Super Mario Bros are the same sprite just drawn in different colors. All code was written in pure assembly for efficiency and size.

    To put it into perspective, AAA games today are one million times bigger.