Xeldas Saga (Short Action-Platformer)

Show off your games, demos and other (playable) creations.
User avatar
DrCicero
Prole
Posts: 19
Joined: Sun Jun 01, 2014 8:56 pm
Location: Germany

Xeldas Saga (Short Action-Platformer)

Post by DrCicero »

My MiniLD#50 entry
My MiniLD#50 entry
Xelda.jpg (17.78 KiB) Viewed 8395 times
For the MiniLD #50 "Demakes" i released my first game-thingy. ( The HTML5 Game / The MiniLD-Page ) Then i ported it from HTML5 to to Love, and and changed everything. The game now consists of one Dungeon (some puzzles and a boss).

Download V0.0.4
linux/source .love win64.exe win32.exe
I'd love feedback! ^^
Idea, Implementation, Graphics, Sound and some Music by me. Most music by my uncle.

Changelog:
0.0.4: bugfix
0.0.3: bugfix, choose between vsync/framerate cap
0.0.2: cap framerate at 60fps, better menu
0.0.1: initial release

Story
Nonagdorf kidnaps Xelda to gain world domination. As Rink tries to stop him, he is kidnapped instead. Now Xelda has to visit some Places and defeat some Monsters and so on... to finally face Nonagdorf and rescue Rink.
I know - show dont tell, so eventually the story will actually have something to do with the game :oops:

Screenshots
Simple Puzzle
Simple Puzzle
Xeldas Saga 3.png (50.05 KiB) Viewed 8395 times
Action
Action
Xeldas Saga 2.png (47.51 KiB) Viewed 8395 times
Last edited by DrCicero on Sat Jun 07, 2014 6:17 pm, edited 4 times in total.
Xeldas Saga - my ca. 10min action-platformer (contains sound effects, music, graphics and a boss fight)
pelicano_o
Prole
Posts: 13
Joined: Sun Mar 09, 2014 1:44 am

Re: Xeldas Saga (Short Action-Platformer)

Post by pelicano_o »

Just finished playing this game. I like the feeling of exploring a vast unknown world, and I enjoy this game. The pace is nice. The music and graphics are nice and comfortable.
User avatar
Ranguna259
Party member
Posts: 911
Joined: Tue Jun 18, 2013 10:58 pm
Location: I'm right next to you

Re: Xeldas Saga (Short Action-Platformer)

Post by Ranguna259 »

This game is so awesome, loved it, the graphics are cool and the gameplay is too, great work :nyu:
LoveDebug- A library that will help you debug your game with an on-screen fully interactive lua console, you can even do code hotswapping :D

Check out my twitter.
User avatar
DrCicero
Prole
Posts: 19
Joined: Sun Jun 01, 2014 8:56 pm
Location: Germany

Re: Xeldas Saga (Short Action-Platformer)

Post by DrCicero »

:awesome: Thanks for playing!

Here are some points I'm curious about:
* How much longer than 7min did it take you?
* Did you find both optional heart-containers before facing the boss?
* Was there anything unobvious? (for example where to put the big key)
and finally: Any advices for designing the menu/saveing/loading?
Xeldas Saga - my ca. 10min action-platformer (contains sound effects, music, graphics and a boss fight)
pelicano_o
Prole
Posts: 13
Joined: Sun Mar 09, 2014 1:44 am

Re: Xeldas Saga (Short Action-Platformer)

Post by pelicano_o »

I think I took my time and finished the game in like 2 or 3 sessions. I guess I took 20+ min.. Yeah, I found both heart-containers. I think it just took me a bit of trial and error for the puzzles (interesting) and I just walked around and found the lock to fit the big key with not much effort. The menus are nice. Maybe you want to show how long people took until the last save alongside the save entries, haha.
User avatar
MadByte
Party member
Posts: 533
Joined: Fri May 03, 2013 6:42 pm
Location: Braunschweig, Germany

Re: Xeldas Saga (Short Action-Platformer)

Post by MadByte »

* I finished it in < 10min. Everything was pretty obvious to me. Only the controls were a bit unhandy. Isn't it possible to do everything with a single action key exept the crossbow ?

* Yeah I found both heart-containers.

I think this is a greaat game and with some fixes for the collision with the tiles, graphical enhancements and a longer gameplay this game
could be a great indie game for people to buy :)
User avatar
T-Bone
Inner party member
Posts: 1492
Joined: Thu Jun 09, 2011 9:03 am

Re: Xeldas Saga (Short Action-Platformer)

Post by T-Bone »

I like it. One thing that bothered me was jumping out of the water. Sometimes, it doesn't let you jump high enough and you just bounce around on the surface level. At first I thought it wasn't even possible to jump out of the water and thought I was stuck.
User avatar
DrCicero
Prole
Posts: 19
Joined: Sun Jun 01, 2014 8:56 pm
Location: Germany

Re: Xeldas Saga (Short Action-Platformer)

Post by DrCicero »

Ah yes, i wonder how other games implement jumping out of water? The velocity gained while swimming upwards is just not enough to fight the gravity to land on one of the blocks (like in real life - only dolphins can jump out of the water, not humans) ;) .

Anyway, thanks for reminding me on this. :awesome:
Xeldas Saga - my ca. 10min action-platformer (contains sound effects, music, graphics and a boss fight)
User avatar
pacman
Citizen
Posts: 81
Joined: Thu Mar 14, 2013 4:10 pm

Re: Xeldas Saga (Short Action-Platformer)

Post by pacman »

It's unplayable with 500 fps...
Maybe you tried to enable vsync but from my experience it's not a good idea :F
Am I missing something?
User avatar
DrCicero
Prole
Posts: 19
Joined: Sun Jun 01, 2014 8:56 pm
Location: Germany

Re: Xeldas Saga (Short Action-Platformer)

Post by DrCicero »

Independent of using vsync or not the framerate is always 60 fps on my netbook... I thought löve does that automatically!? Do i have to use a custom love.run if i want to have a maximal framerate? :huh:

Edit: now (for v0.2) i use the 0.9.1 love.run from the wiki and replaced sleep with the following:

Code: Select all

local now = love.timer.getTime()
love.timer.sleep(1/60 - now % (1/60))
Does it work now?

Edit: now (for v0.3) you have to use the 'workaround' option on the options screen, this will activate the 'Free the physics'-Version from Gaffer on Games: Fix your timestep!. On my netbook trusting vsync to cap the framerate at 60fps seems smother, so i kept that as the default.
I hope it works now! ^^
Xeldas Saga - my ca. 10min action-platformer (contains sound effects, music, graphics and a boss fight)
Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests