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

Author Topic: SF-SpaceG - A game (prototype) about dodging asteroids  (Read 3203 times)

0 Members and 1 Guest are viewing this topic.

ludiaros

  • Newbie
  • *
  • Posts: 3
    • View Profile
    • Email
SF-SpaceG - A game (prototype) about dodging asteroids
« on: December 30, 2015, 06:04:13 pm »
This is a prototype on which i implement what i'm learning about SFML.
The controls are described in the github README, the objective of the game is to visit the checkpoints (green circles, there is five of them randomly placed), avoiding the asteroids as these cause damage to the ship and if the damage reach 100 you lose. You can shoot the asteroids, it requires 2 to 5 shoots to destroy one

SCREENSHOTS:

Album -> http://imgur.com/a/7Kbx5







CODE:
https://github.com/ludiaros/SF-SpaceG

WINDOWS BINARIES:
https://github.com/ludiaros/SF-SpaceG/releases/tag/Testing
« Last Edit: January 13, 2016, 05:07:06 am by ludiaros »

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10791
    • View Profile
    • development blog
    • Email
Re: SF.SpaceG - A game (prototype) about evading objects in the space
« Reply #1 on: January 03, 2016, 01:40:43 pm »
So what exactly is the goal of the game? :)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

ludiaros

  • Newbie
  • *
  • Posts: 3
    • View Profile
    • Email
Re: SF.SpaceG - A game (prototype) about evading objects in the space
« Reply #2 on: January 03, 2016, 06:22:03 pm »
Oh it's visit all the checkpoints (there is five of them),  if damage reach 100 you lose
The damage value increases while the ship touch an asteroid, you can shoot the asteroid to destroy it
And there is a timer that start when you throttle for the first time
Aaaand that's all for now

I've updated the description in the first post
« Last Edit: January 12, 2016, 02:46:45 am by ludiaros »

ludiaros

  • Newbie
  • *
  • Posts: 3
    • View Profile
    • Email
Re: SF-SpaceG - A game (prototype) about dodging asteroids
« Reply #3 on: January 13, 2016, 05:15:06 am »
So i've some progress, it now has a menu and a state manager
I've updated the screenshots in the first post and i'm trying to get a video but no luck for now

 

anything