That was a small cool game, nice job! You could build upon it, introducing more things to dig or something.
hogstudio
Creator of
Recent community posts
What an impressive game! I was looking into non-euclidean geometry games and stumbled upon yours, really cool take!
I had some issues installing it on Arch (easy to fix but some may find it helpful). This is how I finally made it:
$ pacman -S sdl sdl-ttf sld-gfx # maybe also the sdl2 counterparts but I had them already (dunno) # and maybe $ pacman -S sdl_mixer
After that, if, even with the SDL libraries installed, make outputs something like
In file included from sysconfig.h:348, from hyper.h:19, from hyper.cpp:23: /usr/include/SDL/SDL_gfxPrimitives.h:38:10: fatal error: SDL.h: No such file or directory 38 | #include <SDL.h> | ^~~~~~~ compilation terminated. make: *** [Makefile:144: hyper.o] Error 1
change the line 45 of the Makefile to:
CXXFLAGS_EARLY += -DLINUX -I/usr/include/SDL
Finally, once running the game (execute the generated compiled file), if you receive an error like
error: Font file not found: DejaVuSans-Bold.ttf
put a DejaVu Sans Bold file in the root directory of the game (for instance, from here).
Now, run the executable and you're ready to go.
I am interested in finding a good (best?) format for this kind of devlogs, so please post your devlogs if you can!
Here's mine (put me at x1.5)
I rated yours. It is also my first jam, you can play mine (WebGL) at https://hogstudio.itch.io/shyrky-o
Some reviewers told me that I had forgotten to include the mechanic description in the in-game "Controls" tab (noob mistake, I guess) so, please, read the "Controls" section in the itch.io page.
Video for the second devlog, 1 month of game development.
On the video, I integrate heghtmaps, a dialog system and improve the AI of the goblins, introducing a new goblin: the archer.
This part is longer that the previous entry and shows the upload of the first prototype that is currently on itch.io: https://hogstudio.itch.io/hog
I hope you enjoy it.
My thoughts on your game:
- Animations: the walk animations are inverted and you should check if the feet are touching the ground to play it. Maybe they were too detailed, but looked cool anyways. I am not and expert on sprite animation, but you can take a look at the video to check what I mean with "too detailed".
- Mechanic: the upgrades were a bit difficult to interpret, you could have written some pieces of this awesome hand-written text that you used for the tutorial (I liked it, it was quite funny).
- The collision shape of the player is too big. Unless you are doing a rage pixel-perfect game, the collider of the player should usually be smaller that the sprite, to make it a bit snappier.
I liked your all over the place story-telling, and the wall running was good.
That's what I call a great review.
I was aware problem with the bombs not looking like bombs, I have to rework them, definitely. Very cool that you noticed the spins. I didn't really think of stacking the boxes, but now that you mention it, it makes a lot of sense (although it requires some extra working).
The theme could have been boosted by changing the rewind boxes to a time-base rewind instead of order-based, maybe (but that would have taken more effort, of course).
I was thinking of improving replayability by theming the quadrants (the top could have 0 gravity, the bottom could be a hell) but I need to think about it. The flipping-gravity boxes (or even flipping gravity bombs) look like a good idea, thanks for that.
Thank you so much for your thorough review!
https://hogstudio.itch.io/shyrky-o I was told that theme was a bit off (and it is true, rewind is not the core mechanic), but it would be good to have feedback on the mechanic itself, if you find some time, because I want to release a more polished version on mobile.
Here I leave the video about the first two weeks of development. I basically did the core mechanic (First-Person Hand movement with telekinesis) and the first 3D models (which was quite an odissey). Also, I added some PIZZAZZ (?).
The project is currently two weeks ahead of the video, an have a working prototype at https://hogstudio.itch.io/hog On the video, just one type of goblin is shown, with simpler models, simpler AI and no landscape. I will make a video on the next steps I took in a week or two.
I am still struggling to understand what to put here and what to put under the devlogs of the game so sorry for the duplicates!
Brief written devlog on technical details: https://hogstudio.itch.io/hog/devlog/167571/my-first-3-weeks-of-game-development
Score: 1885. It looks gorgeous and the audio paired with the gameplay is awesome, I have to try that some day.
I'd also suggest for having more difference between explosions an enemies like other reviewers. But hell, you even implemented upgrades. It's incredibly polished, and, with just a few more UI elements for the title page and the shop, it would be production-ready.
Great job!