Just finished playing. Final score was 12. I really like the concept so far.
DoctorDog
Creator of
Recent community posts
I just put out a final or near final update for HiWave. Hi Wave is a twin stick shooter with unique mechanics. It's free and you can try it here:
https://rcoriwiththestory.itch.io/hiwave
Also I made this video to advertise it so you can give that a look too:
I played through the demo level and took the survey. I don't want to come off as too negative so first of all, I think this has good ideas for a bullet hell shooter. My main critique is that the rebound system feels like it's punishing me for using it. It's hard to time and all I get for it is flung into more bullets. I don't get invincibility or some kind of power up. I get a score multiplier but a casual player doesn't care about that. Using locks out out of using the dash for a period of time.
Also since you are using Unity and in your credits you don't list this under the packages you are using, have you seen:
https://assetstore.unity.com/packages/tools/bulletml-for-unity-16206
Might be useful to you.
I would C# before C++. C++ has many complexities that C# deals with for you. I haven't tried it myself but I know Unity bought Bolt which is a visual scripting language that might make the transition from blocks to C# easier for you.
I would suggest actually before you jump into a game engine that uses C#, just learn C# on it's own. Don't focus on games, just learn how to write code first. That will make Unity much easier to learn.
I have been working on a twin stick shooter for several months now and I am at the point where I need feedback on what to improve.
https://rcoriwiththestory.itch.io/hiwave
It's a PC game and requires a download but it should be small and you can play a few rounds very quickly. I made a google form to submit feedback and I would really appreciate any input you have.
Hey I am working with an artist friend on an html5 game and we want to try something other than Unity. It's a really simple game with a static background but it's still composed of several different sprites and then there's UI on top of that. The html5 we are using is really just handling rendering, input, and playing some sounds. It has no visual editor. All the background and UI is designed out but I have to somehow place it in the game and I have no editor to do so. Is there some better way that trying to place x and y coordinates by hand by writing them in the code? Seems really inefficient. Is there some other editor I could export layout out from? Like Tiled2D but not for tiles. Could I do it from photoshop(artist uses photoshop) somehow? Thanks.
I am coming to a point in my game where I really want someone to look at what I have and tell me if I have decent core gameplay. It's missing polish in terms of art, that I want to get contractors for, but I don't want to go ahead and do that until I feel like I am working with a solid foundation. Hell, i'd like to know if this works on other people's computers.
I know I can make a restricted release for a game, but should I go about getting playtesters?
Hi I'm Ryan. I have made a couple of small games in game jams/strange weekends. I have used libGdx, XNA(when it was still alive), GameMaker, Unity, and many others. I am a programmer trying to work on bigger projects then what I have done in the past to have a portfolio of work worth mentioning. I have a degree in computer science and can write code in most popular languages as well as pick up new ones fairly quickly.
Can't draw to save my life though.
Thanks for the feedback. The fullscreen thing is a deliberate decision. I didn't want the game going fullscreen because that would either stretch out sprites or widen the player area and visibility. So if you select fullscreen it shrinks back to a window of the resolution that was chosen.
The half circle powerups let you speed up the ship using the toggle speed button. It would help to have some kind of "How to Play" section in game.
Auto fire never occurred to me but that's a pretty good idea. The player would lose precision but it's something they could use if they wanted as long as the auto fire rate wasn't inhumanly fast or something.
Thinking about getting the bullets to pulse a wider range of colors and faster to make them really stand out better.
Having warnings to indicate when things are coming from different parts of the screen is an interesting idea. It could make the game more playable and also open up some different encounter design.
Appreciate the response.