Global Game Jam 2023: Uprooted

The cover art for our game. It says "Uprooted" and shows a robot with a chainsaw coming toward you.


tl;dr: I participated with a friend in Global Game Jam 2023, and we made a first-person shooter in which you are a tree creature that must defend itself against wood-cutting robots!



The game

You are a walking tree creature, and you must survive as long as you can through endless waves of wood-cutting robots. In order to defend yourself, you must place roots near a pool of fresh spring water. But these springs are fickle, and they constantly dry-up, so you must keep uprooting yourself in search of fresh water and safety.

The jam

Global Game Jam is an annual 48-hour game jam.

The theme this year was "Roots".

The team

This time around, only Zaven Muradyan and I worked on this.

What we didn't make

In most jams, you don't have to make everything for the game yourself, but we often make most parts anyway. This time, we borrowed a bit more than usual, because we were exploring more new areas of development than usual.

The things we didn't make ourselves were:

Screenshots

A screenshot from Uprooted, showing a chainsaw robot.
A beautiful chainsaw bot.

A screenshot from Uprooted, showing a pool in the distance.
We added a rising particle effect to help indicate from a distance which pools are currently hydrated. 

A screenshot from Uprooted, showing a bunch of robots in pursuit.
The enemies spawn in waves, and grow in numbers!

A screenshot from the Godot editor, showing the overall Uprooted level.
The level is a combination of heightmap-based terrain and box-based geometry.

A screenshot from the Godot editor, showing the pool animation.
The pool shader was fun to make!

Retrospective

  • Neither of us play many first-person shooters, but we decided to make an FPS because it seemed more interesting to make.
  • During our brain-storming phase, none of our ideas really jumped out at us as being particularly compelling.
    • We almost made a 2D tower-defense game instead. We had all of the details planned-out for one.
    • But ultimately, we decided it wouldn't be interesting enough. Our idea wouldn't really be creating anything novel in the tower-defense space, and neither of us would be practicing any skills that we weren't already pretty comfortable with.
  • Both of us have made a lot more 2D games, and neither of us had made a 3D game using Godot, so our goal was to learn and practice our 3D skills for this jam. We definitely succeeded!
  • Our game turned out pretty well. I think the main mechanic works decently, needing to root in a pool and regularly move around to find a new pool keeps the pace moving, and adds a frantic element.
  • Both of us enjoy making simple chiptune music now-a-days, so we were kind of looking forward to making some music for this jam. But we ran out of time, and also decided that chiptunes probably wouldn't fit the mood of our game very well.
  • I was surprised to discover that Godot doesn't come with any heightmap-based level-creation tools built-in.
    • Fortunately, we found this plugin, which is pretty polished and worked out great for us.
  • I was impressed by how easy it is to setup a navigation mesh and get enemy units to path-find.


🎉 Cheers!


This is a simple icon representing my sabbatical.

Comments