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!

Inicie a sessão para adicionar este item à sua lista de desejos, segui-lo ou ignorá-lo

Em breve em acesso antecipado

Os desenvolvedores deste jogo pretendem lançá-lo como um trabalho em andamento, que evoluirá de acordo com os comentários dos jogadores.

Observação: jogos em acesso antecipado não estão completos e podem ou não sofrer alterações no futuro. Caso não esteja com vontade de jogá-lo no estado atual, aconselhamos esperar até que o desenvolvimento esteja mais adiantado. Saiba mais

O que os desenvolvedores têm a dizer:

Por que acesso antecipado?

"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."

Por quanto tempo aproximadamente este jogo estará em acesso antecipado?

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

Como a versão completa será diferente da versão de acesso antecipado?

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

Qual é o estado atual da versão de acesso antecipado?

"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."

O preço do jogo será alterado após o fim do acesso antecipado?

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

Como vocês planejam envolver a comunidade durante o processo de desenvolvimento?

"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."
Leia mais
Indisponível em Português (Brasil)

Este produto não está disponível no seu idioma. Confira a lista de idiomas oferecidos antes de comprar.

Este jogo ainda não está disponível no Steam

Em breve

Despertou o seu interesse?
Adicione à lista de desejos e avisaremos quando for lançado.
 
Ver todas as discussões

Relate bugs e deixe feedback sobre este jogo nos fóruns de discussão

Sobre este jogo

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

Requisitos de sistema

    Mínimos:
    • Outras observações: Must be able to run Java
Ainda não há análises deste produto

Você pode escrever a sua análise deste produto para compartilhar a sua experiência com a comunidade. Use a área acima dos botões de compra nesta página para escrevê-la.