A game made in P5.play for Game Design 357

Comments

Log in with itch.io to leave a comment.

The core verb in Asteroid Collector is movement. The player’s goal is to collect asteroids and movement is required to do so. As movement is not instant in the game and is rather magnetic towards cursor position, timing is needed in order to cross paths with asteroids. The asteroids move in various paths as the player moves and when the player successfully moves into an asteroid, it is collected with the UI at the top of the screen showing how much time has elapsed as well as how many remaining asteroids are to be collected. The player uses this info in order to decide which of the next asteroids they want to go for. The asteroids have set paths of motion that are overwhelming for the player to look at all at the same time. However, focusing on one specific asteroid, it is easy to calculate its path and move to collect it. The game also has a timer that is constantly going up, so while it is technically possible to slowly go to the center of each asteroid’s path and wait to collect them, the player is incentivized to speed up and find optimal lines to travel on. The “danger” in the game does not result in failure, but rather loss in time which can be seen as the measure of scoring in this game. While many speedruns of common games can have set paths and inputs to memorize, it is much harder to do so in Asteroid Collector due to the timings of various asteroids moving.

Prompt 3:

The name of the game “Asteroid Collector” already mentioned the general purpose of the game which is to collect the asteroids which let players remind the space. The core verb of the game is a collection. When I play the game, there is a spaceship and some asteroids around with arbitrary movement. Besides, the information about the game is shown on the top of the screen. The play controls the ship and tries to grab the asteroid with random movement and the time of collecting all asteroids also be recorded which makes paly try to finish the task as soon as possible. The most interesting verb in the game is the movement of the ship that the play is controlling. The spaceship doesn’t move with the mouse all the time, there is some delay which means, the spaceship requires some time to catch the mouse. It is interesting, and it also fits the real situation. Just like a real ship on the sea, when the ship tries to turn in a direction, it also requires turning the steering wheel in advance a lot. The verb makes the game be more realistic, which lets the player feel how the spaceship moves in space and how hard to collect the asteroids in space. The asteroids move fast, but the spaceship needs time to catch them and collect them. This verb fits the setting of the general idea of the game. In another word, it makes the game be more enjoyable and let paly feel the sense of space, asteroids, and spaceship’s movement.

Prompt 1: “Asteroid-Collector” is a simple yet effective arcade game built upon uncertainty.  It is uncertainty that challenges the player to complete a task in the shortest time possible.  The player is a spaceship that is tasked with collecting asteroids as fast as possible.  The problem is that the asteroids have erratic and unpredictable movements.  To add to the problem, the player's ship is sluggish relative to the asteroids.  This combination challenges the player.  Without this challenge, the game wouldn’t be much of a game.  Players can strategize by trying to get as close to as many of the asteroids as possible so they can collect them quickly.  This works by being able to pick them up consecutively before they randomly move again.  This strategy is still quite difficult though.  The tension in the game is created by the timer and the animations.  The player is tasked to race to beat their high score.  Understanding the trajectory of the various asteroids is very difficult.  Perceiving where the ship will be by the time the asteroid gets to a particular point in the game's space is ever more difficult given the differing speeds.  The asteroids often move too fast to be able to react, so the player must be patient and not lose focus.  Staying calm and trying to get the asteroid on its next move is the best step the player can take towards completing the round.  This game effectively utilizes aspects of randomness to add a challenge to a very simple concept, collecting objects as fast as possible.