Open comments for this post
I have been working on this project for a couple of months so far. This game is basically a survival game where the player is an astronaut who crash lands on the moon and has to repair their spaceship in order to go to other planets. Currently I have implemented a simple grid movement and also some initial tile management. The main thing that I added was a way of keeping the player in view by hiding any objects in front of the camera through the use of raycasts. I still have to work on the actual tile generation and eventual puzzle mechanics to complete the game.
Open comments for this post
I’ve Finally Designed The Back of My Space Shuttle.
I was able to add very crucial details like:
- Angle on the RS-25 engines (Space Shuttle Engines)
- Added much more detail and realism to the OMS
Engines (Smaller Steering Engines)
- Fixed the overall shape of the backside of the shuttle
- Added an RCS thruster port
My Next Goal is to Finish off the Left Solid Rocket Booster, and Then I’m Going to add More Detail to the External Fuel Tank.
If you have any suggestions on how to make the rocket better, feel free to send suggestions in the comments!
Open comments for this post
Devlog #2
Hi everyone!
I’ve been working on the foundation of the game and made a lot of progress this update.
Additions:
Updated the main menu and added an Options menu with a working sound volume slider.
Created the first level, which I plan to use as the game’s tutorial.
Set up SFX and Music audio buses to make audio management easier as development continues.
Added main menu music.
Implemented the player character along with basic movement:
Move left
Move right
Jump
Added animations for the player’s movement and jumping.
Created a Kill Zone using the world’s boundary so the player respawns when falling out of the level.
Added a one-way platform, allowing the player to jump through from below and land on top.
What’s Next?
Expand the tutorial level with obstacles and mechanics.
Add collectibles and interactive objects.
Begin implementing enemies and basic combat.
Continue polishing player movement and animations.
Thanks for reading! More updates soon as development continues.
Open comments for this post
Added a custom main menu and options menu opening.
Open comments for this post
Added Maacks Game Template