Creatively Titled Shmup Demo
-
Just downloaded this and played it for a time, it's really good!! Can't wait to see what you add next.
-
I downloaded the game as well, nice game, well done :)
Also, I'm sorry, but I couldn't help to read the comment about using random for a range.
When you feel like you need to use a pattern a lot that you need to think about each time, then you can always consider writing a function that solves that problem in a way you feel comfortable with. For example:
// returns random value within the specified range function rng(low, high) int size = abs(high-low) int result = random(size)+low return result // can be used as: print(rng(-50, 50))
(edit: I've now tested the function in Fuze and it works as expected)
I've not read most of your code, but your game works nicely and I see you are already using functions. It's just a thought I wanted to share because of the comment :)
-
@PB____ thanks for the advice! I'll try that out now, as I'd much prefer to use a range!
-
Some progress from today. I didn't get as much done as I wanted to, but I began to experiment with Tilemaps as well as get a little deeper in to the image editor.
Sorry about the low quality photo, I will replace it when I get home.
-
"FUZESHMUP", as I am temporarily calling it, is coming along nicely. I have an interesting bug though, which is documented in the new demo that I posted. If anyone has a fix for it, please let me know!
-
@Retrocade_media A little off topic, but that "POWER UP" sound effect you're using cracks me up. Reminds me a little of "Altered Beast" or something :D
-
@Spacemario Haha, nice. I found it pretty funny as well
-
As for todays progress, I honestly didn't get much done. I worked on the art, but I still can't figure out that "Recurssion limit exceeded" error. I'm not going to post a new demo until thats fixed and I have a little more to show. If you have any idea how to fix it, the current version has the same problem, you can redownload it through the code above!
-
This game plays pretty well and it's a lot of fun, great work mate, i am waiting to see the finished game
-
-
I think that the code has changed:
"Existential Crisis Fuzeion" by Ashton Arnold
Description: Proof Of Concept that a Shmup could work. Currently missing: Options Hud Level Design More Enemies More Bullet PatternsShare Code : NX143MND5N
-
@pianofire Oh! Thank you, I will update that now!