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

Author Topic: Another simple space shooter  (Read 1945 times)

0 Members and 1 Guest are viewing this topic.

Flo1895

  • Newbie
  • *
  • Posts: 1
    • View Profile
    • Email
Another simple space shooter
« on: April 25, 2015, 01:16:39 am »
Hallo,

a few weeks ago I started to develop a quite simple game using SFML. Even if there are dozens of space shooters out there, I decided to make another one because it seemed to be a nice game for a beginner. There is still some space for improvements and I guess I made a lot of mistakes in my code but nevertheless the current status feels like it is presentable.

You can download the source code at github:
https://github.com/Flo1895/space_shooter.git

At the moment, you have to compile it by yourself because I am not sure how to provide an executable (I have to "export LD" everytime I start the game for the first time after a restart of my computer...). I tested it only on linux and I suppose it is not working on other os so far.

Any feedback is highly appreciated, especially regarding source code and general design. :)

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10821
    • View Profile
    • development blog
    • Email
Re: Another simple space shooter
« Reply #1 on: April 25, 2015, 02:19:36 am »
Since there was no pictures included:



I also fixed up Windows building and here's a build for all the Windows users: space_shooter 2.74 MiB

I've noticed a bug where ships that are destroyed display the bullet texture while moving on from time to time.
Additionally some music would be great! :)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/