At the Edge of the Inner System banner

At the Edge of the Inner System

10 devlogs
18h 44m 6s

A simple arcade-style game about mining asteroids

Demo Repository

Loading README...

Random10xDev

Some small visual tweaks:

  • The stars in the background have some depth (took me way too long to figure out how to make some of the stars transparent using imagemagick then ended up making the stars transparent in godot)
  • The flame on the ship is only shown when moving forward
  • The range indicator is less opaque
0
Random10xDev

I have made the lasers have a range indicated by the green ring around the player. At the beginning of the game, the range is very small. However, it will be able to be increased in the new upgrade menu, including better movement. This can be accessed when a ‘run’ ends, by moving back to the starting area and holding down E (none of the upgrades do anything yet, though).

0
Random10xDev

Shipped this project!

Hours: 12.31
Cookies: 🍪 150
Multiplier: 12.14 cookies/hr

I made an arcade-like game where you control a (slow) ship that mines asteroids while trying not to crash. It was my first time doing pixel art for a game (or any kind of 2D art, for that matter), but I think it turned out fine.

Random10xDev

Added some lights and redesigned the player normal map to look more curved, as well as the asteroid normal maps. I also added a green start area.

0
Random10xDev

I added a game over screen also showing the money you collected on your run. Now the player can die, with particle effects :).
I also changed the font to be more pixely.

0
Random10xDev

Lighting! The asteroids now have an actual texture along with a normal map. I spent way too long playing around in aseprite and affinity trying to get a normal map looking right then ended up generating one with blender. The player normal maps I did manually, though.

0
Random10xDev

Asteroids can now take damage and when you destroy them, you gain 10 coins. The player also now has health, and collisions damage both asteroids and the player, although when the player’s health reaches 0 nothing happens yet. Also, lasers now have particles.

0
Random10xDev

Reworked the asteroid spawning. It now uses a chunk-based system and asteroids spawn in clumps based on a noise map. It took me way to long to figure out that it wasn’t working because the asteroids were deleting themselves :).

0
Random10xDev

I added asteroids and a player sprite. The asteroid spawning mechanism is very simple and sometimes spawn while inside the camera’s view (somehow), so I’ll need to rework that.

0
Random10xDev

Implemented player movement and a simple starry background generated by ImageMagick.
Now I have Godot tumbling through space.

Attachment
0