SFML community forums
General => SFML projects => Topic started 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:
- 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/ (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)
-
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
-
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 :)
-
Also, code review and suggestions are welcomed.
-
I like it, simple and clean. I 'm excited to see how multiplayer comes out.
-
v.1.1.0 is out!
- Added rotation for players
- Changed blue player controls
Also, I added screenshots.