Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding descriptions to every Sprig game #2767

Open
wants to merge 25 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 24 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions games/13_medium_sokoban_puzzles.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
@title: 13 medium sokoban puzzles
@description: "13 Medium Sokoban Puzzles" is a puzzle game created by Zachary Miller, where players push red-brown boxes onto black goals across 13 medium-difficulty levels. The game challenges players' problem-solving skills with obstacles and walls that increase in complexity as they progress through each Sokoban-style puzzle.
@author: Zachary Miller
@tags: ['puzzle']
@addedOn: 2022-12-19
Expand Down
1 change: 1 addition & 0 deletions games/15_puzzle.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
@title: 15 puzzle
@description: The "15 Puzzle" is a classic sliding puzzle game where the objective is to arrange numbered squares into sequential order, leaving one square empty. Players move tiles by sliding them into the empty space, trying to achieve the configuration shown in the instructions. It's a strategy and logic puzzle aimed at testing spatial reasoning and problem-solving skills.
@author: maggie
@tags: ["puzzle"]
@addedOn: 2022-07-18
Expand Down
1 change: 1 addition & 0 deletions games/1930.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{}
/*
@title: 1930
@description: "1930" is a strategy game where players must simultaneously guide Blobs and defeat Java aliens, both of which move in unison. Players need to eliminate all Javas to unlock the portals, allowing the Blobs to advance to the next level. Beware of spikes, as they can destroy both Blobs and Javas upon contact.
@author: tejasag (@tej on slack)
@tags: ['strategy']
@addedOn: 2023-01-16
Expand Down
1 change: 1 addition & 0 deletions games/2048.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
@title: 2048
@description: 2048 is a retro-themed puzzle game where players combine tiles with the same number to form a new tile with the sum of the two, aiming to create a tile with the value of 2048. The game ends when the player successfully creates this tile or runs out of possible moves. This version is a clone of the classic game.
@author: linkai101
@tags: ["puzzle" , "endless"]
@addedOn: 2022-09-16
Expand Down
1 change: 1 addition & 0 deletions games/2048_Alphabet_Edition.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
@title: 2048 Alphabet Edition
@description: 2048 Alphabet Edition is a strategic puzzle game that reimagines the classic 2048 game by using letters instead of numbers. The objective is to merge matching alphabet tiles to reach the letter "L" and win the game. The game offers a fresh twist on a familiar gameplay, appealing to fans of the original with a novel challenge.
@author: OptimalBlock489
@tags: ['strategy']
@addedOn: 2022-10-19
Expand Down
1 change: 1 addition & 0 deletions games/2048_clone.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ First time? Check out the tutorial game:
https://sprig.hackclub.com/gallery/getting_started

@title: 2048
@description: "2048" by VeressIris is an endless puzzle game where players merge tiles with identical numbers to form new tiles, aiming to reach the elusive 2048 tile. The game continues until there are no more possible moves or a player achieves a 2048 tile, with the objective being strategic tile placement and movement to maximize merges on a 4x4 grid. The theme is based on numerical progression, challenging players to think ahead and adapt as the board becomes increasingly populated.
@author: VeressIris
@tags: ['endless', 'puzzle']
@addedOn: 2024-08-19
Expand Down
1 change: 1 addition & 0 deletions games/256.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
@title: 256
@description: "256" is a retro-themed puzzle game where players combine numbered tiles on a grid to increase their score, aiming to reach the 256 tile to win. Inspired by classic tile-merging mechanics, the game ends when there are no more moves available. The simplistic design and strategic gameplay offer a nostalgic experience.
@author: jzhao
@tags: ['retro']
@addedOn: 2022-08-22
Expand Down
1 change: 1 addition & 0 deletions games/2D_life.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
@title: 2D Life
@description: 2D Life is a sandbox simulation game with a retro aesthetic where players can manipulate and observe cellular automata based on customizable rules. Inspired by Conway's Game of Life, the game allows players to create patterns and control their evolution on a grid, experimenting with the conditions for life and survival.
@author: Leonard (Omay)
@tags: ['sandbox','simulation','retro']
@addedOn: 2022-09-25
Expand Down
1 change: 1 addition & 0 deletions games/2P_Fighting_Game.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
@title: Fighing Engine
@description: "Fighting Engine" is a 2-player fighting game inspired by rock'em sock'em robots and Street Fighter. Players can engage in battles by dodging, punching, and using the "hadouken" attack to knock out their opponents. The game emphasizes strategic movement and timing to outplay your friend for victory.
@author: James Lian
@tags: ['action','multiplayer']
@addedOn: 2024-07-22
Expand Down
1 change: 1 addition & 0 deletions games/2Psplashflame.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
@title: 2Psplashflame
@description: 2Psplashflame is a competitive two-player game where each player must navigate through various levels to reach the exit first. This engaging, level-based challenge tests players' speed and strategic planning.
@author: Josh Deva
@tags: []
@addedOn: 2024-04-19
Expand Down
1 change: 1 addition & 0 deletions games/2_Player_Maze_Game.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
@title: maze_game_starter
@description: Maze Game Starter, by Cheru Berhanu, is a cooperative puzzle game where two players, represented by red and blue characters, navigate through a maze to reach color-specific goals. Players must work together by avoiding traps, pressing certain buttons with specific characters, and making blocks pushable to progress. The game's main focus is on having a fun, cooperative experience with friends.
@author: Cheru Berhanu
@tags: []
@addedOn: 2023-08-08
Expand Down
1 change: 1 addition & 0 deletions games/2p-snake.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
@title: 2p-snake
@description: "2p-snake" is a multiplayer adaptation of the classic Snake game where two players collaborate to navigate their snakes around an increasingly crowded and fast-paced grid. The central challenge is to manage the growing speed and limited space while sharing a single score, emphasizing teamwork over individual success. Players must work together to collect apples while avoiding obstacles and their own snake tails.
@author: Sigfredo feat. whatware
@tags: ['multiplayer']
@addedOn: 2024-08-13
Expand Down
1 change: 1 addition & 0 deletions games/3072_A_2048_Spin-Off.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
@title: 3072: A 2048 Spin-Off
@description: "3072: A 2048 Spin-Off" is a strategic puzzle game where players combine numbered tiles to reach the target number 3072. Building upon the mechanics of the classic 2048 game, it offers a fresh challenge with intuitive gameplay and enhanced features. The goal is to merge tiles to get higher sums and ultimately achieve the winning tile.
@author: sahitid
@tags: ['strategy']
@addedOn: 2022-10-14
Expand Down
1 change: 1 addition & 0 deletions games/3D_Rasterizer.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
@title: 3d Renderer
@description: 3D Renderer is a tech demo showcasing 3D rasterization using the Sprig engine. The demo allows you to explore and manipulate 3D objects through camera movements and rotations. This demonstration highlights the visual capabilities of rendering 3D graphics in a virtual environment.
@author: Ruadhan
@tags: ['3d']
@addedOn: 2024-08-13
Expand Down
1 change: 1 addition & 0 deletions games/3D_wire_frame_rendererV2.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
@title: 3D Wireframe Renderer (v2)
@description: 3D Wireframe Renderer (v2) is a simulation game developed by Patcybermind, where users can explore and manipulate a 3D wireframe environment. The game allows players to move in various directions and rotate their perspective to view and interact with the rendered shapes. It provides a visual representation of geometric forms using wireframe graphics, bringing a classic 3D visualization experience.
@author: Patcybermind
@tags: ['simulation']
@addedOn: 2024-06-11
Expand Down
1 change: 1 addition & 0 deletions games/3d_demo.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
@title: 3D Demo
@description: A 3D renderer that can render a teapot, a cylinder, or a cone.
@author: William Choi-Kim
@tags: []
@addedOn: 2024-10-22
Expand Down
1 change: 1 addition & 0 deletions games/4_Colour_Drawing.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

/*
@title: 4_Colour_Drawing
@description: 4 Colour Drawing is a sandbox game where players can create pixel art using a limited color palette inspired by the original Gameboy, but with shades of gray instead of green.
@author: Dexter Speed
@tags: ['sandbox']
@addedOn: 2023-08-18
Expand Down
1 change: 1 addition & 0 deletions games/5-in-1-Carnival-Game-Pack!.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
@title: 5-in-1 Carnival Game Pack!
@description: 5-in-1 Carnival Game Pack by Ada Dyer is a collection of mini-games set in a carnival atmosphere, where players can explore various game areas. The game includes diverse activities such as racing, maze navigation, and zombie shooting. Hidden surprises like easter eggs add an extra layer of exploration and fun.
@author: Ada Dyer
@tags: []
@addedOn: 2023-01-07
Expand Down
1 change: 1 addition & 0 deletions games/8-Sprig.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
@title: 8-Sprig
@description: 8-Sprig is a puzzle game inspired by the classic 8-puzzle, where players arrange numbered tiles in order. It includes a speedrun mode to challenge personal best times and an endless mode with randomly generated puzzles. The game is adapted for the Sprig platform and features music by FructosePear.
@author: NoozAbooz
@tags: ['puzzle','endless']
@addedOn: 2024-07-04
Expand Down
1 change: 1 addition & 0 deletions games/9 tiles.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
@title: 9 Tiles
@description: "9 Tiles" is a simplified version of the classic 15-tile puzzle, featuring 8 numbered tiles and a red circle. The goal is to rearrange the tiles from 1 to 8 while moving the circle to the lower left corner. This game presents a more accessible challenge by reducing the size of the grid and the number of tiles in play.
@author: Arrow07
@tags: []
@addedOn: 2024-08-28
Expand Down
1 change: 1 addition & 0 deletions games/9_puzzle.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
@title: 9_puzzle
@description: "9_puzzle" is a tile-based puzzle game where the objective is to cover pink tiles with red tiles by strategically pulling white tiles into position. Players navigate a grid and must solve each level by aligning the tiles correctly to progress.
@author: brian
@tags: ['puzzle']
@addedOn: 2022-07-14
Expand Down
1 change: 1 addition & 0 deletions games/A_Maze.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
@title: A Maze
@description: "A Maze" is a puzzle game where players navigate through mazes, avoiding enemies and solving puzzles to reach the end goal. The game involves moving and manipulating block obstacles while ensuring not to die or accidentally push a block onto the goal. Players will encounter various challenges and secrets as they progress through multiple levels.
@author: Ethan C
@tags: []
@addedOn: 2024-09-03
Expand Down
1 change: 1 addition & 0 deletions games/A_Really_One_Sided_Duel.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
@title: A_Really_One_Sided_Duel
@description: "A Really One Sided Duel" is an endless shooter game where the player defends their country by dodging enemy projectiles and meteors while aiming to shoot the enemy. Players can move side to side and enter attack mode to shoot, but they cannot move while in attack mode. The player must score 10 points by hitting the enemy to win, while ensuring they dodge any incoming projectiles to avoid an instant loss.
@author: Saatwik Das
@tags: ['endless']
@addedOn: 2022-12-28
Expand Down
1 change: 1 addition & 0 deletions games/Advanced-Clicking-Simulator.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
@title: Advanced Clicking Simulator
@description: Try to get as much money as you can! Click on upgrades to increase your click value. Avoid downgrades to prevent losing click value.
@author: Lun Ivanov
@tags: []
@addedOn: 2024-11-26
Expand Down
1 change: 1 addition & 0 deletions games/Advent_of_Sprig.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
@title: Advent of Sprig
@description: "Advent of Sprig" is a utility-themed game created by Leonard (Omay), where new games or levels are added each day. It features a menu from which players can select different game levels, involving puzzle-solving elements like pushing boxes and toggling on/off switches to reach goals. The game is designed to reveal new content over time, enhancing replayability and engagement.
@author: Leonard (Omay)
@tags: ['utility']
@addedOn: 2022-12-01
Expand Down
1 change: 1 addition & 0 deletions games/Alien-poop.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
@title: Alien poop
@description: "Alien Poop" is a puzzle game by Luis Guerrero in which a player controls an alien tasked with pushing a poop into a toilet to clean the world. The game's objective is to solve each level by moving the poop to the designated goal area, exploring the different challenges presented across multiple stages. As players progress, they will need to strategize to overcome obstacles, such as walls and other boxes.
@author: Luis Guerrero
@tags: []
@addedOn: 2024-05-20
Expand Down
1 change: 1 addition & 0 deletions games/Alien_Attack.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
//
/*
@title: Alien_Attack
@description: Alien Attack is a fast-paced arcade game where players aim to shoot alien invaders with lasers. The objective is to shoot as many aliens as possible without getting hit, with increasing difficulty as the speed of the aliens rises every 25 points. The game emphasizes quick reflexes and strategic movement to outlast the alien onslaught.
@author: whatware
@tags: []
@addedOn: 2023-03-15
Expand Down
1 change: 1 addition & 0 deletions games/Amazeing.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
@title: Amazing
@description: "Amazing" is a maze-based puzzle game inspired by "Maze_Runner3" by Charlie. Players navigate through complex mazes, collecting keys to unlock blocked paths and reaching coins to progress to the next level. The game challenges players to strategically plan their moves to solve each maze.
@author: Dilon
@tags: []
@addedOn: 2024-06-07
Expand Down
1 change: 1 addition & 0 deletions games/Amazing_Mazes.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

/*
@title: Amazing_Mazes
@description: Amazing Mazes is a puzzle game where players navigate through complex mazes to reach the goal. The game challenges players to maneuver their way using strategic moves, progressing through various levels of increasing difficulty. Enhance your problem-solving skills as you explore each intricate maze designed by Dexter Speed.
@author: Dexter Speed
@tags: ['puzzle']
@addedOn: 2023-07-25
Expand Down
1 change: 1 addition & 0 deletions games/Amoeba.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
@title: Amoeba
@description: Amoeba is a two-player strategy puzzle game inspired by Gomoku, where players alternate turns to place their marks on an infinite grid. The objective is to align at least five of your marks in a row either horizontally, vertically, or diagonally while preventing your opponent from doing the same. This version was created by LUKÁCS Gergely and offers a unique twist with its infinite playing field.
@author: LUKÁCS Gergely
@tags: ['puzzle']
@addedOn: 2022-11-08
Expand Down
1 change: 1 addition & 0 deletions games/AmongTheStars.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

/*
@title: Among_The_Stars
@description: "Among_The_Stars" is an endless game where players navigate a universe filled with deceptively dangerous stars. As players explore the shimmering lights, they must uncover hidden secrets while battling against the blinding lights that challenge their progress. The game presents a captivating journey where players must fight to survive amid increasingly sinister celestial bodies.
@author: VanGo
@tags: ['endless']
@addedOn: 2023-04-11
Expand Down
1 change: 1 addition & 0 deletions games/Amongus_flight.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
@title: Amongus flight
@description: "Amongus Flight" is an endless game where players navigate a character through a series of moving obstacles. The goal is to maneuver through openings in the blockers without colliding, collecting points as the game progresses. The game continues until the player hits an obstacle.
@author: Yashas
@tags: ['endless']
@addedOn: 2023-01-04
Expand Down
1 change: 1 addition & 0 deletions games/Anomaly.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
@title: Anomaly
@description: "Anomaly" is a suspenseful puzzle-adventure game where players navigate a series of levels to avoid a mysterious entity mimicking people. Set in a world with cryptic warnings and eerie environments, players must stay cautious and indoors as instructed by the game's narrative, progressing through various maps with puzzles and hidden dangers. The game combines exploration and strategy, immersing players in an intriguing and unsettling atmosphere.
@author: Liam
@tags: []
@addedOn: 2024-05-20
Expand Down
1 change: 1 addition & 0 deletions games/Antivirus.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

/*
@title: Antivirus
@description: "Antivirus" is an action game inspired by "Space Invaders" where you control a computer to battle incoming viruses. Players navigate and shoot in different directions to eliminate viruses approaching from all sides. The game challenges players to maneuver quickly and strategically to defend their digital space.
@author: Nathan Jereb
@tags: ['action']
@addedOn: 2023-05-03
Expand Down
1 change: 1 addition & 0 deletions games/Apple_Drop.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ First time? Check out the tutorial game:
https://sprig.hackclub.com/gallery/getting_started

@title: Apple_Drop
@description: A game where you catch apples as they fall from the sky. Try to catch them all - once one gets by you, you lose!
@author: wvminecraftkid
@tags: []
@addedOn: 2024-10-30
Expand Down
1 change: 1 addition & 0 deletions games/Apple_Skedaddle.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
@title: Apple Skedaddle
@description: "Apple Skedaddle" is a puzzle game where you play as an apple trying to reunite with your Watermelon friend. The challenge lies in navigating through mazes while avoiding dangerous bombs. Use your wits to outsmart the obstacles and reach your friend safely.
@author: DieselFalcon
@tags: ['puzzle']
@addedOn: 2022-11-06
Expand Down
1 change: 1 addition & 0 deletions games/Apples-and-Oranges.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
@title: Archery
@description: "Archery" is a competitive two-player game where each player aims to shoot as many moving targets as possible within 60 seconds. The game features a head-to-head match with simple controls for moving and shooting arrows. The player with the highest score at the end of the time limit wins.
@author: Raghav Sinha
@tags: []
@addedOn: 2024-08-23
Expand Down
1 change: 1 addition & 0 deletions games/Arcade-Treasure.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
@title: Treasure_Quest
@description: Treasure Quest is a puzzle-adventure game where the player navigates through obstacles and solves puzzles to reach hidden treasures while avoiding enemies. The game challenges players to think strategically as they maneuver through the levels, with the objective of collecting treasures without being caught. The theme revolves around exploration, problem-solving, and evasion, creating an engaging and dynamic gameplay experience.
@author: Albin Thapaliya
@tags: ['puzzle','adventure']
@addedOn: 2024-06-18
Expand Down
1 change: 1 addition & 0 deletions games/Arcade_Runner.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
@title: Arcade runner
@description: Arcade Runner is an endless runner game by Artem4852 where players collect arcade tickets while avoiding bugs and bans. The objective is to gather as many tickets as possible without getting banned or collecting too many bugs, which causes malfunctions. The game challenges players to achieve high scores through strategic movement on the game board.
@author: Artem4852
@tags: ['endless']
@addedOn: 2024-08-04
Expand Down
1 change: 1 addition & 0 deletions games/Art.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
@title: Art
@description: "Art" is a sandbox game by Leonard (Omay) where players can create pixel art by selecting and applying colors on a grid. Players can move a cursor around the grid to draw, switch colors, and reset their artwork. The game takes inspiration from a similar painting game and emphasizes creative expression within defined boundaries.
@author: Leonard (Omay)
@tags: ['sandbox']
@addedOn: 2022-11-06
Expand Down
1 change: 1 addition & 0 deletions games/Asteroid_Apocalypse.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
@title: asteroid apocalypse
@description: "Asteroid Apocalypse" is an intense endless game where you must protect your base from incoming asteroids using a keyboard-controlled laser. The goal is to destroy as many asteroids as possible before they crash into the base, earning points for each successful hit. The game ends if an asteroid hits the base.
@author: zcsop1206
@tags: ['endless']
@addedOn: 2022-12-31
Expand Down
1 change: 1 addition & 0 deletions games/Asteroid_Beatdown.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
@title: Asteroid Beatdown
@description: Asteroid Beatdown is an arcade-style, space-invaders-type game where players control a spaceship to shoot down incoming asteroids. As players progress, the game becomes more challenging with faster asteroids, but players also gain increased bullet capacity. The goal is to achieve the highest score possible while managing limited lives as asteroids become increasingly difficult to destroy.
@author: aidanq06
@tags: []
@addedOn: 2024-09-15
Expand Down
1 change: 1 addition & 0 deletions games/Asteroid_Dodge.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
@title: Asteroid_Dodge!
@description: Asteroid Dodge! is an action game where the player maneuvers a spaceship to avoid incoming asteroids while collecting coins. As the game progresses, the difficulty increases, potentially becoming almost impossible after a certain point. The objective is to survive as long as possible and gather coins without crashing into asteroids.
@author: V205
@tags: ['action']
@addedOn: 2023-08-09
Expand Down
1 change: 1 addition & 0 deletions games/Asteroid_Field.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
@title: Asteroid Field
@description: Asteroid Field is a game about being lost in space and navigating through an asteroid field. Players embark on an endless journey to find a semblance of home, moving through levels filled with obstacles. The game emphasizes exploration and survival in a vast, perilous space environment.
@author: Kaitlyn
@tags: []
@addedOn: 2022-11-25
Expand Down
1 change: 1 addition & 0 deletions games/Astroids.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
@title: Astroids
@description: Astroids is a real-time action game where the player must avoid incoming asteroids using WASD controls. The objective is to maneuver the player's sprite through a field of randomly appearing asteroids, preventing collisions to survive as long as possible. The game challenges players with increasing time pressure as they navigate through obstacles.
@author: Alex
@tags: ['real-time','action']
@addedOn: 2024-08-17
Expand Down
1 change: 1 addition & 0 deletions games/Astrovoid.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
@title: Astrovoid
@description: Astrovoid is an endless survival game where players navigate a spaceship to dodge falling asteroids. The objective is to keep dodging and survive for as long as possible, with difficulty increasing over time as more asteroids appear. The game focuses on movement and quick reflexes, providing an evolving challenge as the player's score increases.
@author: Aspen :D
@tags: ['endless']
@addedOn: 2023-01-23
Expand Down
Loading
Loading