Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

dandistine

5
Posts
1
Followers
1
Following
A member registered Jun 10, 2020 · View creator page →

Creator of

Recent community posts

A little bit cryptic, but cute.  I like spell effect combos in games but it would be nice if there were some indication that things were happening.  For instance casting cold first does nothing directly; it looks like you wasted your turn.

A little bit cryptic, but cute.  I like spell effect combos in games but it would be nice if there were some indication that things were happening.  For instance casting cold first does nothing directly; it looks like you wasted your turn.

I found that cold -> hot -> thunder will get the skeleton

Everyone's been saying the player needs acceleration, but each time I tried to add that in varying ways it just played bad.  When you'd press a direction key, you wouldn't immediately move (you'd accelerate) causing there to be a slight lag between what you ask to happen and what happens.  It just felt really bad no matter what numbers I plugged in for max speed and acceleration rate.

Thanks for your comments.


My original goal of the game was to capture the feeling of "Why am I doing this again?" from Final Fantasy 10.  In order to obtain Lulu's ultimate weapon one of the items you need to obtain is the Venus Sigil by dodging 200 lightning bolts.  This isn't fun and many FFX players will remember this particular section as a sort of trauma.  So in that regard, its not supposed to be fun.  I am considering making it more fun / interesting though by speeding up the earlier stages since I've gotten some positive reactions.  The bulk of the gameplay was completed in ~6 hours, and I'm now just tweaking things (bolt positions, sound, etc) to make it a bit more interesting.

As far as time goes, yes, things get faster over time.  The bolts occur in stages, Idle (nothing on screen), Hint (when you can see the bolt early), Trigger (bolt coming down from the top), Show (the image of the bolt is retained), and Fadeout (when the bolt fades away).  In the beginning the total time is ~11.5 seconds for a complete cycle, after dodging 20 bolts however this time decreased to ~5.4 seconds.  After 200 bolts this reaches the minimum time of ~1.275 seconds.

If you want to check out the lightning bolt code, its available on github: https://github.com/dandistine/VenusSigil.  The github isn't updated with sound yet, but the game concepts are otherwise all there.  Generically speaking, the lightning bolts use an L-system which is a concept I borrowed from here https://www.cs.rpi.edu/~cutler/classes/advancedgraphics/S09/final_projects/lapoi...