Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

🎃 Embarking On My Hacktoberfest Journey as a Unity Game Repo Maintainer 🎮

Posted on Oct 2 Hi, I’m Taryn! I’m a Unity dev who created a small project for Hacktoberfest 2023. In this devlog, I’ll introduce you to the project and talk about my goals for Hacktoberfest as a game developer.First, let’s talk about the project itself. 🌟Tiny Troves of Dev Wisdom is a simple point-and-click 2D game.The goal of the game is to select one of four chests. When you click or tap on a Chest, the Player will automatically move to that chest. The chest opens, revealing a piece of advice about the developer journey and the author of that advice. I wanted to keep things really simple since this is my first time serving as a maintainer of a Repo. The game will continue spawning chests and revealing advice when the chests are tapped on until you exit it. I made the game with Unity, which you may or may not be familiar with given the recent controversy over changes to its pricing model. Before we continue, let’s take a quick look at how Unity works.Unity is a game engine that has been used to create popular games such as Hollow Knight and Cuphead. It uses C# for scripting and contains a host of other built-in visual tools and components. As a standalone program, it is downloaded from the official Unity website and usually used alongside Visual Studio. Solo game developers typically wear many different hats at once. These different roles and responsibilities can include game designer, programmer, artist, composer, QA tester, project manager, and more. So suffice to say, no matter which game engine they use, game devs often have a lot on their plates. 😄For Hacktoberfest, I wanted to cut through all the noise and make a game that’s more accessible to any and all contributors, whether or not they have direct experience with Unity.And so, let’s take a look at the initial planning and prototyping of the game.I had three main goals in mind when creating this project: After chatting with other developers, I decided to restrict the variety of contributions allowed for the game to just one text file. This opened the door for non-code contributions while also bypassing the issue of requiring a Unity install. It did mean my project would be more “on the rails” than I had initially hoped, but I thought this would be the best way of making the project truly accessible to everyone. My aim was to avoid scope creep at all cost, but of course that’s easier said than done! 😅I knew I wanted the game to be advice-themed. All developers, no matter where they are in their journey, have something to offer when it comes to wisdom for other developers. Initially, I foresaw the game being more simplistic. In the initial prototype, there was no player at all. I was planning on relying on UI elements such as buttons to have the user open chests. However, I thought this might not be engaging enough so I ended up adding in a third-person controller. Using the keyboard, I could make the player run and jump. The game was much more interactive at this point, but not if you played it on mobile. I had been looking for an opportunity to practice my mobile development skills, so I ended up adding in some touchscreen controls.I had originally prototyped the game using Unity’s old input system. Adding touchscreen controls is more streamlined with the new input system. At this point, I ended up taking the time to update the game to the new input system and change how the game handles player input. In the end, the game is still small in scope, but I think it’s more visually appealing and easier to play than if I had just stuck with UI-based gameplay.While I’m no stranger to setting up repos, most of my previous repos have been private. So preparing the Tiny Troves repo for public access required a fresh perspective and approach.I’m fortunate to be a member of the Virtual Coffee community and their repo checklist was a life-saver when it came to knowing what to include to make the repo ready for Hacktoberfest.As a solo developer, I typically add a basic README to my repos. The notion of creating a contributors’ guide, license, and code of conduct was new to me and a bit intimidating at first. I found it helpful to look at examples of these files in other open source projects to help me see how they should be structured. Finding the right assets for the project was another big hurdle to overcome. Before I made the repo public, I had to make sure that all the assets in the game had licenses that were compatible with open-source distribution.As an extra precaution, I decided to limit my use of external assets and to include anything I do use in the .gitignore file. I ended up creating most of the major game assets, such as the player and chest sprites, myself.Officially, I’m asking contributors to only make changes to the Advice.txt file that’s contained in the repo. Unofficially, any contributions related to documentation, bug fixes, or adding new features to the game are welcome.To keep things simple, I’ve structured the CONTRIBUTING.md file so that it only contains the instructions for a baseline contribution.In this file, you’ll learn how to:Tiny Troves of Dev Wisdom is for everyone, no matter your experience level with open source. Maintaining the repo is going to be a learning exercise for me and I hope contributing to the repo can be a learning exercise for you too! ❤️I ask that all contributors respect the project’s Code of Conduct and that we all support and lift each other up as we embark on this Hacktoberfest journey together.That wraps up this devlog on my Hacktoberfest project. I'm excited to see how the process of maintaining goes this month and I'll be back in a few weeks' time to reflect more on this journey.In the meantime, if you're looking for a repo to contribute to this Hacktoberfest, feel free to give Tiny Troves of Dev Wisdom a go! 😄Templates let you quickly answer FAQs or store snippets for re-use. Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse Anastasiia Ogneva - Sep 1 Abayomi Ogunnusi - Aug 31 Peter Davis - Aug 11 Dumebi Okolo - Aug 27 Once suspended, tarynmcmillan will not be able to comment or publish posts until their suspension is removed. Once unsuspended, tarynmcmillan will be able to comment and publish posts again. Once unpublished, all posts by tarynmcmillan will become hidden and only accessible to themselves. If tarynmcmillan is not suspended, they can still re-publish their posts from their dashboard. Note: Once unpublished, this post will become invisible to the public and only accessible to Taryn McMillan. They can still re-publish the post if they are not suspended. Thanks for keeping DEV Community safe. Here is what you can do to flag tarynmcmillan: tarynmcmillan consistently posts content that violates DEV Community's code of conduct because it is harassing, offensive or spammy. Unflagging tarynmcmillan will restore default visibility to their posts. DEV Community — A constructive and inclusive social network for software developers. With you every step of your journey. Built on Forem — the open source software that powers DEV and other inclusive communities.Made with love and Ruby on Rails. DEV Community © 2016 - 2023. We're a place where coders share, stay up-to-date and grow their careers.



This post first appeared on VedVyas Articles, please read the originial post: here

Share the post

🎃 Embarking On My Hacktoberfest Journey as a Unity Game Repo Maintainer 🎮

×

Subscribe to Vedvyas Articles

Get updates delivered right to your inbox!

Thank you for your subscription

×