Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
A jam submission

HexxyView game page

Wave shooter featuring the titular character: Hexxy!
Submitted by dylalex — 8 hours, 58 minutes before the deadline
Add to collection

Play game

Hexxy's itch.io page

Results

CriteriaRankScore*Raw Score
FUN: Is the game enjoyable to play?#453.3233.323
THEME: How well the theme is used?#563.5483.548
​POLISH: What is the overall quality of the game?#783.0323.032

Ranked from 31 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.

GitHub repository
https://github.com/dyl-alex/hex-code

Team members
Dylan Alexander - Developer
Joshua Owens - Art
Brett Walker - Composer

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted(+1)

This is really cool, I like the bullet merge mechanic.

Some suggestions:

  • The game gets progressively easier as it goes on which makes it difficult to find a stopping point
  • The enemies never reach the player except for at the start of the wave, which means you only take damage at the start (which can be annoying) and then it becomes extremely easy to not get hit
  • You appear to move faster diagonally because the movement is not normalized (you should divide by the square root of 2)
Developer

Thank you for the criticism! All your notes are completely valid and the product of a somewhat rushed cycle.
My current goal is to rebuild Hexxy in Godot, so those items you listed I definitely am keeping track of and will be addressed. Thank you for playing!

Submitted

Very nice, love the art!

Submitted

Good job with this. I really like the art and music.

Submitted(+1)

Cute, nice music. By wave 20 Hexxy was on mode ‘gotta go fast’.

Submitted(+1)

Fun and cute! I’d like to see more enemies and more spells.

Submitted(+1)

At this point it's Coughing child (goblins) vs nuclear bomb (Hexxy) 

Developer

Lol balancing does need some work

Submitted(+1)

The merging thing was really nice. I also loved the art and the music!

Developer

Thank you for playing! I worked with some really talented people for the art and music.

Submitted(+1)

I loved merging.

Submitted(+1)

i like the idea

Developer

Thanks for playing!

Submitted(+1)

sick game, love the art & the gameplay is really well made .

(+1)

very nice game, the merging of elements was very creative and fun!

got to wave 71

Submitted (2 edits) (+1)

Merging the abilities is really interesting. This is a great first project. There is plenty of untapped potential in these types of games. You can use this game to prototype different ideas.

EDIT: my gf loves your witch.

Developer

Thank you so much for playing and nice words! I had a blast developing - I am not sure if I will continue this specific project but I agree that there is potential here.

Submitted(+1)

Pretty basic, still cool though.

Developer(+1)

Thank you for playing! First ever project in c++ and first time ever using raylib, so keeping it basic made learning and getting used to the fundamentals a lot easier. 

Submitted

good luck on your journey. Be careful about LLMs, try not to use them until you've learned your way around the things hard way.

I personally used LLMs a lot to help with coding in my own project but that only worked out for me because I had past experience making things like you did here. The AI is very prone to making hot garbage if you don't put it under constant supervision.

Developer

I agree, ai is a great tool that I use for work but typically not for personal projects that I intend to use for learning/ am passionate about. AI was used in this project for the sole purpose of shipping a playable game. 95% of the code was written by hand referencing docs for c++ and raylib. If I had another day I would've been fine but I still had the webasm build looming over my head and really wanted to sleep last night so I felt I needed to fall on my blade this one time.

This was a fantastic experience. I am happy with the criticism  and am excited to continue developing w raylib.

Submitted(+1)

I had fun playing but somehow managed to click through both an upgrade screen and a game over screen while spamming the spells :D

Developer

One of the few low priority bugs that I couldn't fit in by deadline unfortunately. Thanks for playing!

Submitted(+1)

Bit repetitive and slow, add more enemy types, make powers more common and add increasing difficulty

Developer(+1)

For sure, if I were to keep developing I would work on the balancing and add more powers, mechanics, and enemies.