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!

Accedi per aggiungere questo articolo alla tua Lista dei desideri o per ignorarlo.

Prossimamente in accesso anticipato

Gli sviluppatori di questo gioco intendono rilasciarlo come ancora in fase di sviluppo, in cui si tiene conto del feedback dei giocatori.

Nota: i giochi in accesso anticipato non sono completi e potrebbero subire modifiche in futuro, oppure rimanere incompleti. Se non vuoi giocare a questo gioco nel suo stato attuale, ti conviene aspettare per vedere se sarà sviluppato ulteriormente. Altre informazioni

Cosa dicono gli sviluppatori:

Perché l'accesso anticipato?

“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.”

Per quanto tempo questo gioco rimarrà in accesso anticipato?

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

Quali saranno le differenze fra la versione completa e quella in accesso anticipato?

“I plan to continue to work to extend the scripting system and the levels to improve gameplay length.”

Qual è lo stato attuale della versione in accesso anticipato?

“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.”

Il prezzo del gioco varierà durante e dopo l'accesso anticipato?

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

Come pensi di coinvolgere la Comunità durante il processo di sviluppo?

“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.”
Altre informazioni
Non disponibile in Italiano

Questo prodotto non è disponibile nella tua lingua. Prima di effettuare l'acquisto, controlla la lista delle lingue disponibili.

Questo gioco non è ancora disponibile su Steam

In arrivo

Ti interessa?
Aggiungilo alla tua Lista dei desideri e ricevi una notifica quando sarà disponibile.
 
Vedi tutte le discussioni

Segnala i bug e fornisci suggerimenti per questo gioco nelle discussioni

Informazioni sul gioco

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

Requisiti di sistema

    Minimi:
    • Note aggiuntive: Must be able to run Java
Non ci sono ancora recensioni per questo prodotto

Puoi scrivere una recensione per questo prodotto per condividere la tua esperienza con la Comunità. Utilizza l'area sopra i pulsanti di acquisto su questa pagina per scrivere la recensione.