Play game
WarEve - Domains' Return's itch.io pageResults
| Criteria | Rank | Score* | Raw Score |
| Graphics | #404 | 2.136 | 2.136 |
| Audio | #406 | 1.818 | 1.818 |
| Gameplay | #437 | 1.773 | 1.773 |
| Innovation | #442 | 1.682 | 1.682 |
| Overall | #472 | 1.682 | 1.682 |
| Theme interpretation | #540 | 1.364 | 1.364 |
Ranked from 22 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
GitHub repository URL
https://github.com/codepatch833/WarEve-Domains-Return
Game description
The game that allows you to go back in the history #games #war #simulation #history
Theme interpretation
Waves of enemies that fight you
Leave a comment
Log in with itch.io to leave a comment.









Comments
It is not a bad game, just it has some lags.
Cool but this game was made before the game jam...
Seems like a passionate and deep project. But to my understanding it doesn't comply with the jam rules as it seems that it was in development long before the jam started. I don't really know how to rate it
Seems good, not fan of these kind of games but i could play it a little longer if there was like some interactive animations and sfx just to be immersed. And i faced some lags, and in my opinion you should consider optimising your code as the game doesn't seem to be that computationally expensive. And the theme of waves isn't present as everyone states.
Overall i liked the graphics!
Appears this game wasn't created during the jam, nor does it have any relevance to waves?
I have already answered to the first question in the comment below and I am sorry with that. Then waves as waves of enemies
Sorry but this type of game isn't for me. I tried it some, and see the effort, graphics and good work put into the menus and concept, but it doesn't scream WAVE to me and overall not my style of game.
No problem, I see your point... And I really appreciate that you've noticed my effort
According to the devlog on the game page itself, this game was not built during the jam.
Hi, first of all this is the changelog in scratch (because the game is made in scratch), the game has been updated other times before releasing on itch.io for new feature and mostly for optimizations due to change of platform. Then, to be sure, I checked another time in the GameOff Jam page, and there aren't indications about projects published for the jam as un update of an existing project. Let me know. Sorry for the problem
Thanks for the clarification. The very first sentence in the jam page reads:
That’s why I added this comment.
Maybe you can update the submission entry to clarify how it relates to the theme of “waves”?
Maybe I misread it. To me, it meant that GameOff is an annual jam in November that challenges people to create a game.
Where should I insert how the game relates with the theme?
There is a field in the jam entry submission.
Cool strategy game ! And nice looking map !
The gameplay is interesting but the whole UI lake polish. It is hard to understand what is clickable and what isn't. This makes everything feel a bit unresponsive. Also I couldn't figure out how much did building costs in the capital so I did not use this feature, but fortunately I managed to conquer half the map without it.
Music is nice but I would have loved to ear more sfx in response to different actions.
There are a lot of moving part, making this a complex game with a large scope. Good job on that.
Overall I can see the idea is there but for me it lake the juice and the polish that could make this a great game.
I don't see how it is linked to waves though :/
First of all thank you for the comment and all your directions. I really appreciate that you like the idea!
I'd like to know what you find difficult to understand in the game, so that I can improve the game and make it easier to play. The cost of buildings is 70 GOLD for everything, I knew it isn't visible, I'll fix it.
I'm not really good at audio effects... could you help me with some quick tips about if it is better to find assets online or create them yourself and how to do it? :)
Thank you!
Hey! I've fixed a lot of things with a big update also following your requests! If you want you can check the devlog at https://codepatch.itch.io/wareve-domains-return/devlog/1132204/wareve-domains-re... and play the updated game
I'd like to know what do you think about! Thanks
Thanks for taking the time to consider my comments :)
There is a clear improvement on UX with this new version, it is crazy how some tiny tweaks can make a huge difference. The cost of building is now obvious and hiding the "ask to surrender" button was a great idea.
For overall UI improvement I can suggest you to define some hover/pressed states to your buttons and to change the cursor shape when the mouse hover a clickable element. This helps a lot users to understand what is clickable and what is not. You can also have a "disabled" state that clearly indicate that this is a button which is not clickable yet. For this there is an easy path which is just to have a few different colors for the different states, for example lighter when the mouse hover it, darker when you the mouse button is down, and grayer when the button is disabled. It adds some interactivity so when you hover buttons as a player you can quickly see what changes color and what does not and thus intuitively feel what you can interact with or not. A more advance technic that I like to use in my own creations is to blend between the different button states using a simple lerp animation, like scaling the button to be bigger when you hover it and shrinking when you click it and blending between colors, or even having some animation on the shape, icon, etc. A hard color swap is a must have but those more advanced animation technics, if done with subtilty, makes everything feel more polished and intentional. There are also a lot of design technic regarding affordance of interacting elements, which means "make the think that should be interactive looks like you would be able to interact with it in real life", a classic is to make button with a subtile 3d effect with shadows and lighting that change depending on the button state. You can find a tone of resource about that on the web if you look for interface design in web programming, they looove those kind of stuff ^^
Another UX improvement that could be an easy fix is to make the panels closable on click also if you press outside the panel. And you could add some darkening overlay behind the panel to clearly show to the player that this is an overlay and that what is happening in background can be discarded while the panel is open. Being able to click outside to close is a good way to give some flexibility to the user, he/she can be sloppy and it still close things properly. I think a good advice for those UI/UX improvement is to try to think about the intent of the user, to predict what he/she would want to do, and allow some flexibility in the response by doing it even if the user did not input properly.
A quick note on the battle result, the state change before the animation title screen appears which allows the player to see the result of the battle for a few frame before the full screen goes to black. I don't know how you deal with it in code so I can't give you an exact fix but in general it is something in the direction of "wait for after or in the middle of the transition animation to update the game state", or "add some timer to delay the ui change of half the battle screen animation duration" (the later being more a hack than a fix but players don't see your code so do not feel bad about cheating like that, after-all, a game is just a huge magic trick xD)
I am not that good with audio effects either and fortunately I found someone to help me with that. But for the few games I made without having a dedicated person for that what I usually did was a mix of finding free assets onlines and creating some of my own (even if it is crappy) by kitbashing and making weird noises in a microphone. If you have zero experience with audio creation I would suggest you to just find some stuff online. There are a lot of free resources available and you can go far with just this technic. Then the next step is to put your hand on Audacity (or similar) to be able to quickly edit those if needed (e.g. cutting bits, shortening things, etc), I don't believe that I know more than 1% of the software capabilities, but it is plenty for doing some basic stuff. And if you want to try to do some assets yourself then I suggest to use Audacity too, records a bunch of noises together with a microphone (your phone is enough), and just slap them together in Audacity until you have something you like.
Don't tell my audio engineer that I told you that, but from my experience, even crappy sfx when put together and tweaked a bit can sounds great in game. You don't need to have impressive sfx, even very simple ones will make a huge difference compared to no sfx. Then if you can find/make/afford some nice sfx it obviously adds to the quality. But the step from "none" to "crappy sfx" is way higher than from "crappy" to "polished" (in my opinion ^^, but I am more a visual guy than an audio guy, so it may be irrelevant).
You can also find plenty of resource online about audio engineer that shows how to make sfx. They have some crazy technical vocabulary so finding a "tuto" may not be ideal, but I found it very useful to see how peoples layer things together to make sfx and then try to do the same with my basic audacity skills. As always, you don't need to master it to be able to make things :)
Regarding the usages of sfx in your game, obvious ones are on clickable element, but you already have a bunch which is great. You could also have something on mouse hover to emphasis even more the clickable state of buttons. You can have some noise when panels show, screen change. Some battle sound when a battle start. Battle win/lose sfx. Some army walking sound when your army is moving. Etc...
I hope this will help, good job on the update :)
wow! how much time did you spend writing this? :) I'll think about my next moves basing on this! Thx so much!
You're welcome! I did not measure the time spent on this and it is probably better to not know ahaha
Don't hesitate to reach out if you need, I'll be happy to help :)
Its nice, art is nice, gameplay is a little laggy
Thank you for your comment! I'll work on it!