
Abduction on a Budget
Video game project, made with Unity in a team of 5
Genre: Puzzle Platformer
Last major update: June 2021 (complete)
Play in browser: Click here
Intro
My third entry to the Game Maker’s Toolkit (GMTK) Game Jam, Abduction on a Budget is a game that tasks the player with guiding a UFO around Earth to go about gathering humans. The problem is that the alien’s abduction system is out of order. To fetch the humans, the aliens dangle one of their own from a long rope. This unfortunate alien and the UFO are connected at all times. Either as a single player controlling both units or playing as a two-player experience, the units need to cooperate to achieve the mission.
Compared to the Last Project
Compared to 2020’s project Meowt of Control, this project was both more ambitious and turned out a better result for the jam build. The team’s focus this time was on shipping a game with a better defined gameplay loop, because Meowt of Control was a confused project in many respects.
Game Jam Theme
The jam’s theme was ‘Joined Together’. With this brief in mind, our brainstorming steered toward a helicopter with a person attached by rope. Thinking this was somewhat cliché, the idea of an alien invasion came to us. From here, our artists went all-out on a cartoony, fun style for both the visuals and sound/music.
Summary of Development (2 day event)
The programmers, including myself, had some work to do. The basic character controls were simple enough, but having them interact with a rope-like physics object proved challenging. Still, by the submission time the game functioned well outside of a few glitches to do with the rope. The 3 levels designed were created to show the potential of the game mechanic. The team’s cohesion this time was a step above the last project.
Version History
v1.0 released for the jam was acceptable. Within a week, v1.0.1 became available to fix some player control bugs.
My Project Responsibilities
- Create a basic project setup in Unity before the game jam started
- Code for alien unit movement, rope physics
- Polish of player experience (animations, when sound effects play)
- Screen transition between game levels
- v1.0.1: Fixed rope physics & tweaked level designs
To play the game in your browser, visit the itch.io page for the project! There are also downloadable versions for Windows and Linux available.
> > > Click here to visit the Itch.io page < < <
To view the source code for this project, take a look at the GitHub repo.
