Cave Boy is a simple maze-crawler with only one level and hardly anything to do. I tried to polish the few things that are in the game by spraying audio files on them.
I started working on this project about 18 hours ago.
1.0 Download [Direct .love Link]
I'll welcome whatever comes to your mind about this.
PS: I wrote a little about Cave Boy on my blog.
Cave Boy - Minimal Labyrinth Walking Toy
- qubodup
- Inner party member
- Posts: 775
- Joined: Sat Jun 21, 2008 9:21 pm
- Location: Berlin, Germany
- Contact:
Cave Boy - Minimal Labyrinth Walking Toy
lg.newImage("cat.png") -- made possible by lg = love.graphics
-- Don't force fullscreen (it frustrates those who want to try your game real quick) -- Develop for 1280x720 (so people can make HD videos)
-- Don't force fullscreen (it frustrates those who want to try your game real quick) -- Develop for 1280x720 (so people can make HD videos)
Re: Cave Boy - Minimal Labyrinth Walking Toy
how are you generating the maze?
Re: Cave Boy - Minimal Labyrinth Walking Toy
I don't think you could call it generating (it's same every time)
- bartbes
- Sex machine
- Posts: 4946
- Joined: Fri Aug 29, 2008 10:35 am
- Location: The Netherlands
- Contact:
Re: Cave Boy - Minimal Labyrinth Walking Toy
Reason why it is hard to do a random level generator for this:
You should still be able to navigate through the level.
So I guess that rules out random
You should still be able to navigate through the level.
So I guess that rules out random
Re: Cave Boy - Minimal Labyrinth Walking Toy
Well I'ts still quite possible and has been done before. (not for love though)
Re: Cave Boy - Minimal Labyrinth Walking Toy
Nice voiceover!! Did you record it?
-
- Party member
- Posts: 215
- Joined: Sun Jan 18, 2009 8:03 pm
Re: Cave Boy - Minimal Labyrinth Walking Toy
Any outcome involving randomness is random. You're thinking of the more specific term "uniform at random" (over set of possible levels). A method for generating random levels would be to see each room or intersection as a node in a graph and where edges denote connected rooms or tunnels. Such a graph could be randomly generated while keeping the necessary parts connected and not making the level too easy.bartbes wrote:Reason why it is hard to do a random level generator for this:
You should still be able to navigate through the level.
So I guess that rules out random
Last edited by osuf oboys on Sat Mar 28, 2009 1:32 pm, edited 1 time in total.
If I haven't written anything else, you may assume that my work is released under the LPC License - the LÖVE Community. See http://love2d.org/wiki/index.php?title=LPC_License.
- bartbes
- Sex machine
- Posts: 4946
- Joined: Fri Aug 29, 2008 10:35 am
- Location: The Netherlands
- Contact:
Re: Cave Boy - Minimal Labyrinth Walking Toy
[StupidNoteWhichAnnoysPeople]You can also buy 2000 PS3s, connect them and let them calculate 20000 different levels, of which one is then chosen by a worker, which is sent to the player. But that wouldn't be that practical.[/StupidNoteWhichAnnoysPeople]
On a (somewhat) serious sidenote: If I understand half of what you're saying, it sounds promising.
On a (somewhat) serious sidenote: If I understand half of what you're saying, it sounds promising.
- qubodup
- Inner party member
- Posts: 775
- Joined: Sat Jun 21, 2008 9:21 pm
- Location: Berlin, Germany
- Contact:
Re: Cave Boy - Minimal Labyrinth Walking Toy
Thanks! Yeah I did!appleide wrote:Nice voiceover!! Did you record it?
About the labyrinth/maze generation: It's relatively easy to implement. Just create a tree that grows inside the table until it fills out all fields with floor or walls. Special rules (like a percentage of a wall being deleted) will make it less linear. Then place the other entities on the map.
lg.newImage("cat.png") -- made possible by lg = love.graphics
-- Don't force fullscreen (it frustrates those who want to try your game real quick) -- Develop for 1280x720 (so people can make HD videos)
-- Don't force fullscreen (it frustrates those who want to try your game real quick) -- Develop for 1280x720 (so people can make HD videos)
- Evil Telephone
- Prole
- Posts: 36
- Joined: Fri Jan 30, 2009 9:31 pm
Re: Cave Boy - Minimal Labyrinth Walking Toy
This is really cool, but for some reason on my system the sounds are really messed up. They sound all garbled and crackly. I wonder why that is.
Who is online
Users browsing this forum: No registered users and 2 guests