SFML community forums

General => SFML projects => Topic started by: MrOnlineCoder on February 15, 2017, 11:29:43 pm

Title: QuadStrike - simple arcade on SFML
Post by: MrOnlineCoder 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:


Credits:

TODO:

GitHub: https://github.com/MrOnlineCoder/QuadStrike/ (https://github.com/MrOnlineCoder/QuadStrike/)
Download: https://github.com/MrOnlineCoder/QuadStrike/releases/ (https://github.com/MrOnlineCoder/QuadStrike/releases/tag/v1.0)
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 (https://raw.githubusercontent.com/MrOnlineCoder/QuadStrike/master/CHANGELOG.txt)
Title: Re: QuadStrike - simple arcade on SFML
Post by: AlexAUT 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
Title: Re: QuadStrike - simple arcade on SFML
Post by: MrOnlineCoder 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 :)
Title: Re: QuadStrike - simple arcade on SFML
Post by: MrOnlineCoder on February 16, 2017, 09:25:38 am
Also, code review and suggestions are welcomed.
Title: Re: QuadStrike - simple arcade on SFML
Post by: R23MJ on February 16, 2017, 02:04:51 pm
I like it, simple and clean. I 'm excited to see how multiplayer comes out.
Title: Re: QuadStrike - simple arcade on SFML
Post by: MrOnlineCoder 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.