Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Space Dash - A very simple space side-scroller  (Read 5541 times)

0 Members and 1 Guest are viewing this topic.

Jonki

  • Newbie
  • *
  • Posts: 11
    • View Profile
    • Email
Space Dash - A very simple space side-scroller
« on: April 26, 2013, 04:23:30 pm »
This is the first game I have ever made, inspired by Copter Classic. May not be the best thing ever, but I'm very happy about how it turned out.  :)


Description

The game play is very simple. You control a little space rocket, trying to dodge asteroids coming towards you. To stay alive, you must also continually pick up fuel containers. The game will go on until you suffer lethal damage or restart/exit the game.

The game has 6 different difficulty levels. Easy, medium and hard, each with a hardcore variant. Scores are saved for each difficulty level separately.


Download

Space Dash 1.1 (Windows)
NOTE: Had you downloaded an earlier version and having problems with the new one, try deleting the old SDSettings.txt file located in C:\Users\USERNAME\Documents

Source code available at GitHub

Note that I will not take responsibility of any heart attacks or psychosis episodes resulting from observing the code. I'm very much still learning, and there will be flaws in my code. I will happily take any constructive advice, though.  :D

Changelog:
1.1 (10/5/2013)
- Added two more control scheme options
- Reduced file size

1.01 (26/4/2013)
- Initial release


Screenshots





« Last Edit: May 10, 2013, 04:29:54 pm by Jonki »
dafuq did I just write?

The Terminator

  • Full Member
  • ***
  • Posts: 224
  • Windows and Mac C++ Developer
    • View Profile
Re: Space Dash - A very simple space side-scroller
« Reply #1 on: April 27, 2013, 12:47:36 am »
Very cool.

Pros:
Great sound effects
Good graphics
Smooth and fluid

Cons:
Huge filesize
At times, the game is almost impossible even on easy. Meteors will cover the entire screen so it's impossible to evade them.

In all, great game! :)
Current Projects:
Technoport

Jonki

  • Newbie
  • *
  • Posts: 11
    • View Profile
    • Email
Re: Space Dash - A very simple space side-scroller
« Reply #2 on: April 27, 2013, 01:09:15 am »
Very cool.

Pros:
Great sound effects
Good graphics
Smooth and fluid

Cons:
Huge filesize
At times, the game is almost impossible even on easy. Meteors will cover the entire screen so it's impossible to evade them.

In all, great game! :)

Thanks for the feedback!

The size is mostly due to the music files being in .wav format. Each of them takes tens of megabytes.
The difficulty might be due to using a lower resolution. I designed the game using a 1080p monitor and didn't make the objects scale for lower resolutions. I may do an update to fix this in the coming days.


Thank you for trying out the game and glad you like it. :)
dafuq did I just write?

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10819
    • View Profile
    • development blog
    • Email
Re: Space Dash - A very simple space side-scroller
« Reply #3 on: April 27, 2013, 08:07:12 pm »
Looks nice! :)
For the gameplay, it feels kind of unplayable, since the ship reacts way too fast to the input. I mean there's no going straight or even semi straight, there's just up and down and to keep some kind of line, you have to tab spacebar like mad. I'd rather have an approach where you keep the path when you do nothing and then can decide to either go up or down. Would logically also make more sense, since there's no gravity in space that would pull you down... ;)

The size is mostly due to the music files being in .wav format. Each of them takes tens of megabytes.
You should then simply use OGG files (like MP3 just better :P) instead.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Jonki

  • Newbie
  • *
  • Posts: 11
    • View Profile
    • Email
Re: Space Dash - A very simple space side-scroller
« Reply #4 on: April 28, 2013, 11:43:22 am »
Thanks for the suggestions!

I'm not going to dump the current control scheme, but I could add some more options. Although I kinda want to move on to my next project, I'll see about adding those in an update. I'll also take a look at the .ogg format, thank you. :)
dafuq did I just write?

santiaboy

  • Full Member
  • ***
  • Posts: 118
    • View Profile
Re: Space Dash - A very simple space side-scroller
« Reply #5 on: April 28, 2013, 09:14:10 pm »
Thanks for the suggestions!

I'm not going to dump the current control scheme, but I could add some more options. Although I kinda want to move on to my next project, I'll see about adding those in an update. I'll also take a look at the .ogg format, thank you. :)

You can use http://media.io/ to convert the files. Then you just have to change .wav to .ogg in the code :p

It will reduce the size a lot.

Jonki

  • Newbie
  • *
  • Posts: 11
    • View Profile
    • Email
Re: Space Dash - A very simple space side-scroller
« Reply #6 on: May 10, 2013, 04:30:48 pm »
Updated OP with a link to a new version of the game and a changelog.
« Last Edit: May 13, 2013, 09:02:04 am by Jonki »
dafuq did I just write?

Roose Bolton of the Dreadfort

  • Full Member
  • ***
  • Posts: 113
  • Full-time Procrastinator, Part-time programmer.
    • View Profile
    • Personal Portfolio/Website/Blog
Re: Space Dash - A very simple space side-scroller
« Reply #7 on: May 21, 2013, 04:45:15 pm »
Played it and I loved it! I am working on a game very similar to this at the moment too  8)
Trying so very hard to finish at-least one project.

Watch out for the RAII police, they will get you.

www.bantersaurus-games.com