DEV Community

Cover image for Me as a game dev team leader
philo san
philo san

Posted on

Me as a game dev team leader

story time :)

so one of my university's subjects is computer graphics and how it's done.
and its project is simply a video game with a team consisting of a maximum of 5 persons bare with me it's really not as easy as it sounds we weren't following some YouTube tutorial or anything we were on our own.

start page in the game

tools

  • Jogl: it's the beast library we were told to code with it's a Java library based on Opengl and here is the catch it doesn't have that much documentation online; so we were on our own as I told you.
  • IntelliJ IDEA: mainly I use neovim as my editor of choice but the library worked the best in IntelliJ and the team was comfortable with it so now complains
  • git/GitHub : let's be honest as a university students most of my team lacked the knowledge of git and GitHub.
  • Audacity: we used some third-party audio assets from itch.io and it had some problems with the way I implemented audio in the game I opened an issue where I discussed this and Audacity was the solution
  • Assets :
    • sound effects: one of the most likable sound effects I found
    • textures: most of them either handmade by me or provided by the professor

Challenges

  • I was the most skilled person in the team in game dev which meant if some new feature to the game that meant I needed to explain it to the rest of the team or I would be the one implementing it myself; more on that on accomplishments.
  • no game engine we had to program everything from scratch and there was no game engine tools luxury
  • lack of time all of us were out of time because we had other three projects to make with different teams so the game was probably made in 10 hours of work.
  • no documentation as I said before there was no available documentation or past projects we could copy or take as a reference
  • lack of GitHub knowledge most of the team had to start learning GitHub from the very beginning

Accomplishments

  • entity system I programmed a mature entity system that held the game upon its shoulders consisting of the Entity Manager class that was responsible for displaying and updating every entity in the game, the Entity class itself everything in the game was planned to be an entity

  • GitHub level up gained more GitHub knowledge by being the leader of the team and the responsible person for the GitHub repo and by teaching 3 of my teammates

future plans

I am going to take full control of the game in the future after the team abandons the project after passing the subject
everything in the game gonna be changed the textures will feel more alive and I will add more sounds to the game everything will be an entity for more clean code; also will add powerups and the last plan is to add Ai to the game by implementing a neural network the available Ai is just a ball that follows you
inside _ game
credits

Top comments (0)