Shape Story XIV: Fabula Nova Questalis [mouse-avoid game]

Show off your games, demos and other (playable) creations.
User avatar
aliceandsven
Prole
Posts: 13
Joined: Thu Mar 29, 2012 3:15 pm

Shape Story XIV: Fabula Nova Questalis [mouse-avoid game]

Post by aliceandsven »

Hello everyone!

I started learning LOVE and LUA a few days ago, putting together this game as I learned and went along.

I know it's probably shit to a lot of you but I'm proud to say I've learned how to make a video game from scratch and it's finally in a presentable and fully playable state!!

It's a simple mouse-avoid game, you play as a blue orb named Blorb and you have to avoid the objects coming at you for as long as possible! The game gets faster and harder as you go so stay sharp! In the future I hope to add more complexity, like difficulty modes with additional objects or faster pressure buildup, and maybe new levels with different kinds of objects or movement patterns.

There are a few things I still need help with though:
1) how do I implement the sound effects and musics I have?
2) how do I create an .exe that anyone can download and click on to play?
3) Is there anything you can suggest to make the code more efficient / optimized?

Thank you all, I hope you have fun if you play it. Thanks to the folks who made LOVE for giving me this opportunity!

Known issue: Purple Orbs always start at the top of the screen when you first play.
shapestory.love
fixed version - march 31st '12
(2.84 MiB) Downloaded 135 times
Last edited by aliceandsven on Sat Mar 31, 2012 5:57 pm, edited 2 times in total.
Projects: 1) shape story xiv: fabula nova questalis [mouse-avoid game]
User avatar
Larsii30
Party member
Posts: 267
Joined: Sun Sep 11, 2011 9:36 am
Location: Germany

Re: Shape Story XIV: Fabula Nova Questalis [mouse-avoid game

Post by Larsii30 »

Funny game. Challanging.
May a bit toooo hard :D
And the naaame. Bit to long I guess.

Nice.

edit:
aliceandsven wrote:1) how do I implement the sound effects and musics I have?
there is a lib you could use. It's called TEsound (Link :https://love2d.org/wiki/TEsound)
aliceandsven wrote:2) how do I create an .exe that anyone can download and click on to play?
https://love2d.org/wiki/Game_Distribution

greets
User avatar
aliceandsven
Prole
Posts: 13
Joined: Thu Mar 29, 2012 3:15 pm

Re: Shape Story XIV: Fabula Nova Questalis [mouse-avoid game

Post by aliceandsven »

Sorry sorry, getting sound was very easy (make sure you use .ogg)

Thank you for the feedback
Projects: 1) shape story xiv: fabula nova questalis [mouse-avoid game]
coffee
Party member
Posts: 1206
Joined: Wed Nov 02, 2011 9:07 pm

Re: Shape Story XIV: Fabula Nova Questalis [mouse-avoid game

Post by coffee »

Very nice. Fun game engine but terrible wrapping package. That name, really? This game deserves better.

Edited: Maybe too hard at beginning. Should have less elements at start...
User avatar
Ensayia
Party member
Posts: 399
Joined: Sat Jun 12, 2010 7:57 pm

Re: Shape Story XIV: Fabula Nova Questalis [mouse-avoid game

Post by Ensayia »

40.74 was my best. A fun mouse avoid game, but your seemingly random generation of incoming stuff leads to unavoidable loss sometimes. For your game to be truly fair, you'll have to figure out a way to make this not happen.
User avatar
josefnpat
Inner party member
Posts: 955
Joined: Wed Oct 05, 2011 1:36 am
Location: your basement
Contact:

Re: Shape Story XIV: Fabula Nova Questalis [mouse-avoid game

Post by josefnpat »

Very cute. I like the final fantasy stuff, and was expecting more of it durning gameplay!

Nice job.
Missing Sentinel Software | Twitter

FORCIBLY IGNORED.
<leafo> when in doubt delete all of your code
<bartbes> git rm -r *
<bartbes> git commit -m "Fixed all bugs"
<bartbes> git push
User avatar
aliceandsven
Prole
Posts: 13
Joined: Thu Mar 29, 2012 3:15 pm

Re: Shape Story XIV: Fabula Nova Questalis [mouse-avoid game

Post by aliceandsven »

Thanks for the feedback!
coffee wrote:Very nice. Fun game engine but terrible wrapping package. That name, really? This game deserves better.

Edited: Maybe too hard at beginning. Should have less elements at start...
I don't understand what a wrapping package is, can you clarify what you meant?

The name is long and terrible on purpose, a spoof on Final Fantasy 14 (fabula nova crystalis). The name was not important to me since it's a project meant to help me learn how to program.

Current difficulty scaling and mechanics:
the orange bar is always random
the purple orbs enter the screen at your mouse's current vertical height, so you can manipulate them this way
all objects move across the screen faster the longer you survive
the purple orbs have steeper waves the longer you survive

I haven't yet set things up to be able to add or subtract objects mid-play (I plan to, if anyone can look at the code and give advice I would appreciate it), I can slow the objects down though.

I'll continue play-testing and gathering feedback to determine what the best course for adjusting the game is.

Thank you for playing and commenting!

Here is the finished v1 with music and sounds.
shapestory.love
(2.85 MiB) Downloaded 114 times
Projects: 1) shape story xiv: fabula nova questalis [mouse-avoid game]
coffee
Party member
Posts: 1206
Joined: Wed Nov 02, 2011 9:07 pm

Re: Shape Story XIV: Fabula Nova Questalis [mouse-avoid game

Post by coffee »

aliceandsven wrote:Thanks for the feedback!
coffee wrote:Very nice. Fun game engine but terrible wrapping package. That name, really? This game deserves better.

Edited: Maybe too hard at beginning. Should have less elements at start...
I don't understand what a wrapping package is, can you clarify what you meant?
Well, there's isnt' much to explain because is exactly what the word means if you google it lol..

Image

You have a superb game engine with self-personality but you wrap the concept of the game with non-related "silly" (sorry) name, tributes and other game/authors references. So what I'm saying stop hiding your game behind "blue orbs" and other stuff and give it a proper personality and marketing to your game. By other words give it another "wrapping package". :)
User avatar
aliceandsven
Prole
Posts: 13
Joined: Thu Mar 29, 2012 3:15 pm

Re: Shape Story XIV: Fabula Nova Questalis [mouse-avoid game

Post by aliceandsven »

Ok I see. These last few days I've been so used to expecting certain words to be related to programming. Haha!

I have a long way to go before I'm comfortable enough as a programmer to release a game under serious pretenses. There are refinements I still need to make underneath the "wrapping" and improvements I need to make personally as a programmer.

Thank you for your feedback :)
Projects: 1) shape story xiv: fabula nova questalis [mouse-avoid game]
User avatar
baconhawka7x
Party member
Posts: 494
Joined: Mon Nov 21, 2011 7:05 am
Location: Oregon, USA
Contact:

Re: Shape Story XIV: Fabula Nova Questalis [mouse-avoid game

Post by baconhawka7x »

I usually don't like games that are based around your mouse, and it's movement. But I actually enjoy this one:)
Post Reply

Who is online

Users browsing this forum: Google [Bot] and 4 guests