Games like Asteroids
Looking for games like Asteroids? Here are top shooter recommendations, selected from player-similarity data — start with Space Invaders, POLYBOIDS or brick breaker.
- View Game
Controls a d for left and rgiht left mouse click or spacebar for shoot About Invaders speed up as you kill more of them. Invaders shoot more as there are less of them. Code https://github.com/katpavan/space-invaders Learned/Notes restart game if all invaders are killedusing UnityEngine.SceneManagement;if (this.invadersKilled >= totalInvaders) { SceneManager.LoadScene(SceneMan… If you enjoyed this game, see our list of games similar to Space Invaders.
POLYBOIDS is an arcade-style action space shooter made for the Pygame Community Summer Jam 2024. The post-jam bugfix version only updates the loot tables, as they were configured wrong and made certain upgrades too rare and lasers were unobtainable. I would recommend playing the bugfix version for more fun. The game is open source: https://github.com/Binary-Ninja/pygame-summer-jam-2024 Discord … If you enjoyed this game, see our list of games similar to POLYBOIDS.
View Game
- View Game
controls a and d code https://github.com/katpavan/brickbreaker learned/notes run the game from the global scenethat way the game manager game object will be presentif you run the Level1 scene, the game manager game object won't be presentin the Awake function of the Game Manager scriptI used sceneLoaded. It's a SystemAction (callback) in the SceneManager that we can attach a function to. In our ca… If you enjoyed this game, see our list of games similar to brick breaker.
- View Game
After decades of hurling asteroids, the computer thinks it's time to switch. Now the player will throw the asteroids and the computer shoots them down. It will take the computer a little bit to learn the game but it doesn't always fight fair! Strategically place the asteroids to create flight paths that the computer can't dodge.Carefully balance the number of asteroids placed with the amount of r… If you enjoyed this game, see our list of games similar to Dioretsa.
- View Game
BITS at Night✈ BITS at Night✈Prelude Horror - Top Down Game?Dev flow1. Basic topdown movement systemRandom cheap map with walls and a playerCollision Control SytemCameraResult2.Menu to enter gameResult3. Updating Coordinates on NodeSetting Up node js serverSetting up GMS2Ask server to create a playerUpdating player infoSending updates to the serverResult - Server Updating this4. Make other players… If you enjoyed this game, see our list of games similar to BITS at Night.
- View Game
Brief Description: For my Unity Project 4 I combine all my projects into one here and apply updates based on the comments and notes that address any issues. Here are all the features in my range based shooter: Place your own targets using the right mouse button and the left mouse button to create projectiles that shoot towards a target. There is also a feature for a button that enables or disa… If you enjoyed this game, see our list of games similar to Joel Collado - IT201-450 - Project-4.
- View Game
Project 1 Features: Feature 1: The Player Shoots from a Gun towards Zombies Input: Use the Left-Click Button to Shoot Bullets from Gun Process: When the Left-Click mouse button is shot, zombies will disappear. Using the conditional (if) statement to detect whether the button is pressed. If the bullet touches the zombie, both Game Objects are destroyed. Output: The bullet travels in a sin… If you enjoyed this game, see our list of games similar to Manuel Calle - Project 2 (Update).
- View Game
For this project, I created a game called Shape Clicker. The user initiates the gameplay by clicking the "Start" button at the bottom of the screen. The objective of Shape Clicker is to click as many cubes as possible before the allotted time runs out. The previous iteration of this game only offered the player a display for the cursor position, a dropdown to change the time limit, a dropdown to a… If you enjoyed this game, see our list of games similar to IT201_Sprint2_Anthony_Rodier.
- View Game
Random Asteroids Introduction: This is an open space shooter game that was inspired in the legendary Asteroids. Key Features: The player has 5 lives to survive in the free space and smash all the metal and rock meteors. But watch... there are also enemies out there that moves linearly and shoot with different weapons. Weapons can be also be picked by the player along with power ups to provid… If you enjoyed this game, see our list of games similar to Random Asteroids (Unity ECS).
- View Game
Hi My name is Jye this is my First Project as a Game Developer in Unity Engine.Controls. WASD for Moving the car. # Objectives of the Game * Get all the Pizza to the Customer. * Be cautious and avoid collisions with cows on the road, as they will decrease your movement speed. * Collect fuel cans to restore your speed and keep the delivery going smoothly. ## How do i make the game. *First Project… If you enjoyed this game, see our list of games similar to Grab Delivery.










