Blast and dodge asteroids while trying to collect fuel and ammunition to continue the onslaught, while your ship is slowed and damaged by the various shrapnel of the very combat you engage in!

Logg inn for å legge til på ønskelisten, følge eller ignorere

Kommer snart i tidlig tilgang

Utvikleren av dette spillet har planer om å gi det ut som et pågående arbeid, og utvikle det med tilbakemeldinger fra spillere.

Merk: Spill med tidlig tilgang er ikke ferdige og vil muligens endres ytterligere. Hvis du ikke føler for å spille dette spillet slik det er akkurat nå, burde du vente for å se hvordan spillet utvikles videre. Les mer

Hva utviklerne har å si:

Hvorfor tidlig tilgang?

«I want to polish the AI, gameplay, and the physics to match with the original aim of the project, while being able to show and improve it with the help of a community. I have included the ability to modify levels and spawnable items via a scripting system, described in the game's description.»

Hvor lenge antas det at dette spillet vil være i tidlig tilgang?

«Two months, while the AI design and the sound and gameplay elements are finalized, along with polishing off the physics engine.»

Hvordan er det planlagt at fullversjonen skal være forskjellig fra versjonen i tidlig tilgang?

«I plan to continue to work to extend the scripting system and the levels to improve gameplay length.»

Hva er nåværende tilstand for versjonen i tidlig tilgang?

«You can fly around, break your spaceship on the asteroids that are spawned in, and gain ammo by allowing your ship's nanites to touch the fragmented asteroids. You can shoot.

You get notified by spawning in of new asteroids, and their direction. This shows up on the player's screen.

Sounds play when shooting and when the ship's node is damaged.

As described previously, the modification and spawning system is implemented so far that you can spawn in asteroids, custom image/level geometries, and modify the timing of the script execution. You can spawn in zones that repel or push the player horizontally or vertically to keep them in the play zone, or choose a more open and wide arena shape. This is all modifiable in the .txt and .png level script files.»

Vil spillet være priset annerledes under og etter tidlig tilgang?

«I plan to gradually raise the price as I ship new content and features, to match the offered value of the product. »

Hvordan planlegger dere å involvere samfunnet i utviklingsprosessen?

«I am interested in their opinions especially when relating to design of sound and visuals. I plan on offering a large amount of modification options and customization of game modes through menus as well.

I am happy to listen and respond to concerns and other ideas through Steam.



Modification of the base game is already possible due to the scripted and loading system that loads image files as physical nodes. I have also added the ability to generate custom user-made levels and to play them in the game. I want to play custom levels made by players, as fans of games tend to be quite creative and inventive.»
Les mer
Dette spillet er ikke tilgjengelig ennå

Kommer snart

Interessert?
Legg til produktet på ønskelisten og få et varsel når det blir tilgjengelig.
 
Vis alle diskusjoner

Rapporter feil og legg igjen tilbakemeldinger for dette spillet på diskusjonssiden

Om spillet

A moddable asteroid blasting adventure, soar through space as asteroids fling in from all sides! You'd better be quick and agile, because the asteroids will be increasing in speed and size the longer you survive.

Damage done to the ship will slow you down and break your ship down.

Using only your ship's sensors and your wits, can you survive the onslaught?

Notably, this game currently allows for the creation of User-Made maps and levels, in the formats of .txt and .png files that our players can easily share with friends. Remix the original maps or create your own, the game is in your hands!

To add your own levels, create a .txt file in the Levels folder, then add the name of the text file to the "LevelIndex.txt" file. The game plays the levels in order, so it will automatically load the first level.


Example script segment:

#This is a comment that you can use. It will make the game pause for 60 frames in-between commands.

pause 60

asteroid type small speed 177 angle 5

#Asteroids spawn in using radians 

asteroid type small speed 277 angle 5.1

asteroid type small speed 377 angle 5.2

pause 55

asteroid type small speed 177 angle 5.3

asteroid type small speed 277 angle 5.4

asteroid type small speed 377 angle 5.5

#The game also supports more generic commands, such as:

asteroid type large

#This will use a default speed and a random angle, so it will more closely mimic classic asteroid type games.

#I also have a working functional way to provide a force to the player's ship when they enter a zone, either pushing them back into the play area, or zooming them into another area: This example is used frequently in the official levels, boxing the player into the play region:

#The name determines which way the user would be pushed upon entering.

#sideways top

eventtriggerzone x -1000 y -1000 width 2400 height 400 name repeldown

#sideways bottom

eventtriggerzone x -1000 y 1000 width 2400 height 400 name repelup

#side left

eventtriggerzone x -1000 y -1000 width 400 height 2400 name repelright

#sideright

eventtriggerzone x 1000 y -1000 width 400 height 2400 name repelleft

Systemkrav

    Minimum:
    • Tilleggsmerknader: Must be able to run Java
Det finnes ingen anmeldelser av dette produktet

Du kan skrive en egen anmeldelse for å dele erfaringen din med samfunnet. Bruk området over kjøpeknappene på denne siden for å skrive en anmeldelse.