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

Author Topic: QuadStrike - simple arcade on SFML  (Read 3644 times)

0 Members and 1 Guest are viewing this topic.

MrOnlineCoder

  • Jr. Member
  • **
  • Posts: 87
    • View Profile
QuadStrike - simple arcade on SFML
« on: February 15, 2017, 11:29:43 pm »
Hello. I was playing a bit with SFML and made this game.
QuadStrike - it is arcade where the goal is simple: eliminate your enemy.

Controls:

  • WASD to move and Q to shoot for Red player
  • Arrows to move and Right Shift to shoot for Blue Player

Credits:
  • MrOnlineCoder (me) - author, programmer and artist :)
  • Gasalt Font by Remi Lagast
  • Music by Kevin MacLeod
  • And surely, Laurent Gomila and contributors for SFML :D

TODO:
  • Y movement
  • Rotation
  • Powerups
  • Network multiplayer

GitHub: https://github.com/MrOnlineCoder/QuadStrike/
Download: https://github.com/MrOnlineCoder/QuadStrike/releases/
I attached Windows binaries (built on Windows 7 64bit MinGW). Linux builds will be available soon.

Version: 1.2.0
Changelog: https://raw.githubusercontent.com/MrOnlineCoder/QuadStrike/master/CHANGELOG.txt
« Last Edit: February 16, 2017, 08:32:10 pm by MrOnlineCoder »

AlexAUT

  • Sr. Member
  • ****
  • Posts: 396
    • View Profile
Re: QuadStrike - simple arcade on SFML
« Reply #1 on: February 16, 2017, 12:07:02 am »
Nice idea and a good starting point, keep up the work!

A few notes:
-You should avoid the shift key for things like firing, because fast clicks will trigger a windows popup.
-I cannot get back to the menu when both players are alive?
-You should always include screenshots in your presentation thread, so users somewhat knows what to expect (and for the linux/mac users :D)


AlexAUT

MrOnlineCoder

  • Jr. Member
  • **
  • Posts: 87
    • View Profile
Re: QuadStrike - simple arcade on SFML
« Reply #2 on: February 16, 2017, 08:56:09 am »
Nice idea and a good starting point, keep up the work!

A few notes:
-You should avoid the shift key for things like firing, because fast clicks will trigger a windows popup.
-I cannot get back to the menu when both players are alive?
-You should always include screenshots in your presentation thread, so users somewhat knows what to expect (and for the linux/mac users :D)


AlexAUT

Thanks for the reply! Yea, I should change the shift key. Screenshots will be attached :)

MrOnlineCoder

  • Jr. Member
  • **
  • Posts: 87
    • View Profile
Re: QuadStrike - simple arcade on SFML
« Reply #3 on: February 16, 2017, 09:25:38 am »
Also, code review and suggestions are welcomed.

R23MJ

  • Jr. Member
  • **
  • Posts: 50
    • View Profile
Re: QuadStrike - simple arcade on SFML
« Reply #4 on: February 16, 2017, 02:04:51 pm »
I like it, simple and clean. I 'm excited to see how multiplayer comes out.

MrOnlineCoder

  • Jr. Member
  • **
  • Posts: 87
    • View Profile
Re: QuadStrike - simple arcade on SFML
« Reply #5 on: February 16, 2017, 07:18:05 pm »
v.1.1.0 is out!
- Added rotation for players
- Changed blue player controls

Also, I added screenshots.