Thank you for the feedback anyway :)
Nuke The Moon
Creator of
Recent community posts
@spacecat We are working on a mobile game based on Alien Ark. Due too the limitations of smartphone / tablet controls we are focusing on the race part of the game. It is a lot refactoring work to do and also some new stuff to add. We will try to sell it for some coins.. Hopefully some people are interested in this type of mobile game. Spread it to the world :)
@Handmade Games Thank you! Note that the code was made under time pressure.. :) If you are interested in the procedural planet generation take a look at our open source library for that. It contains a litte editor to create infinite worlds. Unfortunately we had no time for documentation until now. Just follow @NTM_Games for updates.
@apricotjam If we got time we bild a linux version as well. But the jar-file from the mac/win version should run on linux as well. If you are interested in the world gen code take a look at: https://github.com/aphex-/opusproto This is the library we wrote and used. It will be documented as fast as possible.
@Radnap Glad to hear that you like the game. This is very motivating to try even harder. We choose the music to get a mystical retro-scifi mood. Maybe this is not the right mood for everybody. Unfortunately the "impression that the ship is really slow" is not just an impression :) The ship attributes need more balancing. Currently it is a bit frustrating slow at the beginning.
Hello, this is a new progress update of our game Alen Ark.
We want to have random generated planets to explore in the game. To create interesting landscape we are using our own tool called Opus that we will release with the sources of the game. This tool comes with a handy editor that combines noise functions and store the results in chunks.
In this video every height value of a mesh is represented by a rectangle in the mesh. To create a connected surface we improved the mesh creation algorithm. In the next video we can see that the surface is now a grid of connected triangles. The normals of every vertex of a triangle is pointing to one direction (instead of calculating the average of the neighboring triangle normals). This leads to a non smooth shading look.
We also alter the topology of the grid in some cases to achieve a better looking mesh.
We are also experimenting with the style and colors of the game. The following concept was made to find the right look. Do not expect that the final result of the planet screen will look exactly like this concept :)
Stay tuned and visit Nuke The Moon and follow us on twitter
Hello,
in this dev log we will show the progress of our game Alien Ark. "We" are Nuke The Moon and Friends.
In our fist meeting we discussed the main mechanics of Alien Ark. It will be a roguelike planet exploration game where you land your space ship on procedural generated planets. On the planets you can find several artifacts. Combine those artifacts to create new alien crew members that will improve the attributes of your ship. Improve your personal landing skills to save precious fuel for your ship.
The game contains three screens:
The Solar System
Navigate your ship trough the solar system to enter the orbit of the planets.
The Planet Surface
Land your ship on the surface to collect artifacts and items. Choose a good landing place to avoid damages to your ship.
The Ship
Combine 3 collected artifacts to create new alien crew members. The crew members can improve the attributes of your ship like fuel consumption, required landing space etc.
Stay tuned to get more news about the progress of the game :)
Hello,
we are Nuke The Moon And Friends: 3 experienced Java / libGDX developers and a talented game artist from Hamburg Germany. The official channels of Nuke The Moon are @NTM_Games and nuke-the-moon.com. But we have personal channels as well @lovisbrot, artstation/mechanika and @HofmannLuca. We cant hardly wait to start developing and see the work of other teams. Have Fun!