A game about growing plants (beta 6 released!)
- bartbes
- Sex machine
- Posts: 4946
- Joined: Fri Aug 29, 2008 10:35 am
- Location: The Netherlands
- Contact:
Re: A game about growing plants
So when do we get to play with it?
- Taehl
- Dreaming in associative arrays
- Posts: 1025
- Joined: Mon Jan 11, 2010 5:07 am
- Location: CA, USA
- Contact:
Re: A game about growing plants
All I've got working at the moment is the Sandbox mode, which I'm only sharing with a few people (because, let's face it, freeplay isn't that exciting to most people). When I have a working version of the "Breed This Plant" mode, I'll open it up for some public testing. Sound good?
Earliest Love2D supporter who can't Love anymore. Let me disable pixel shaders if I don't use them, dammit!
Lenovo Thinkpad X60 Tablet, built like a tank. But not fancy enough for Love2D 0.10.0+.
Lenovo Thinkpad X60 Tablet, built like a tank. But not fancy enough for Love2D 0.10.0+.
- Robin
- The Omniscient
- Posts: 6506
- Joined: Fri Feb 20, 2009 4:29 pm
- Location: The Netherlands
- Contact:
Re: A game about growing plants
Sounds exiting to me.Taehl wrote:because, let's face it, freeplay isn't that exciting to most people
The sooner we are spoon-fed some love, the better!
Help us help you: attach a .love.
- Taehl
- Dreaming in associative arrays
- Posts: 1025
- Joined: Mon Jan 11, 2010 5:07 am
- Location: CA, USA
- Contact:
Re: A game about growing plants
Oh? Alright then. Here's the latest stable version (no clouds or broken main menu for you ).
The controls are a left/right click scheme which hopefully you can figure out in under five minutes (thanks to the hint system if not their sheer simplicity). Keys aren't required to play, but include: Esc or Alt-F4: quit, Alt-Enter: toggle 1600x900 fullscreen mode, number keys: Spawn a new batch of that number of plants (Alt-number will spawn number+10 plants), F1: Toggle debug display, R: Reset the game (if debug is on).
We'd love to hear any and all feedback on this.
The controls are a left/right click scheme which hopefully you can figure out in under five minutes (thanks to the hint system if not their sheer simplicity). Keys aren't required to play, but include: Esc or Alt-F4: quit, Alt-Enter: toggle 1600x900 fullscreen mode, number keys: Spawn a new batch of that number of plants (Alt-number will spawn number+10 plants), F1: Toggle debug display, R: Reset the game (if debug is on).
We'd love to hear any and all feedback on this.
Earliest Love2D supporter who can't Love anymore. Let me disable pixel shaders if I don't use them, dammit!
Lenovo Thinkpad X60 Tablet, built like a tank. But not fancy enough for Love2D 0.10.0+.
Lenovo Thinkpad X60 Tablet, built like a tank. But not fancy enough for Love2D 0.10.0+.
- Robin
- The Omniscient
- Posts: 6506
- Joined: Fri Feb 20, 2009 4:29 pm
- Location: The Netherlands
- Contact:
Re: A game about growing plants
Oh, awesome!
Here are some images of my attempts to make very large and very small, straight ones: One thing: I'd like some more playroom, especially when creating large plants this is a problem. So maybe arrow keys could move the camera? Then the tree limit could be upped too. And being able to zoom out to get some overview would be nice too.
Here are some images of my attempts to make very large and very small, straight ones: One thing: I'd like some more playroom, especially when creating large plants this is a problem. So maybe arrow keys could move the camera? Then the tree limit could be upped too. And being able to zoom out to get some overview would be nice too.
Help us help you: attach a .love.
Re: A game about growing plants
Maybe it could be like SPORE. Have a dedicated camera that would start of "zoomed in" as the plants grow, so does the camera. The just allow the player to manipulate the camera as they please, zoom in and out, up and down, etc.
@rynesaur
-
- Prole
- Posts: 15
- Joined: Thu Nov 25, 2010 9:41 pm
Re: A game about growing plants
What exactly is the technique of zooming in a 2D image/game? Can you provide an example of what the functionality would look like in real time?Ryne wrote:Maybe it could be like SPORE. Have a dedicated camera that would start of "zoomed in" as the plants grow, so does the camera. The just allow the player to manipulate the camera as they please, zoom in and out, up and down, etc.
I can picture camera panning, but not zooming in..
- tentus
- Inner party member
- Posts: 1060
- Joined: Sun Oct 31, 2010 7:56 pm
- Location: Appalachia
- Contact:
Re: A game about growing plants
Have you ever played Eufloria? In it the camera can zoom out to a little greater than the distance your "empire" spans, effectively giving you an overview of the entire empire. You can zoom in to see the specifics of what's happening in a small area, and once zoomed in a little you can pan around to other places.ShadowProtocol wrote:What exactly is the technique of zooming in a 2D image/game? Can you provide an example of what the functionality would look like in real time?Ryne wrote:Maybe it could be like SPORE. Have a dedicated camera that would start of "zoomed in" as the plants grow, so does the camera. The just allow the player to manipulate the camera as they please, zoom in and out, up and down, etc.
I can picture camera panning, but not zooming in..
http://store.steampowered.com/app/41210/
http://www.eufloria-game.com/news.php
Kurosuke needs beta testers
- Taehl
- Dreaming in associative arrays
- Posts: 1025
- Joined: Mon Jan 11, 2010 5:07 am
- Location: CA, USA
- Contact:
Re: A game about growing plants
More plants, ability to zoom out, high framerate: Pick two. Each plant needs to individually draw every piece, which is a few hundred setColor()s and draw()s per plant (multiplied by two while the plant is growing). More playroom is fine, I can do that if you think it'd really be worth it. I'd probably make the camera move when the mouse is near the edge of the screen, instead of or in addition to the arrow keys. But then I'd have the problem of occlusion... Ugh!Robin wrote:One thing: I'd like some more playroom, especially when creating large plants this is a problem. So maybe arrow keys could move the camera? Then the tree limit could be upped too. And being able to zoom out to get some overview would be nice too.
Earliest Love2D supporter who can't Love anymore. Let me disable pixel shaders if I don't use them, dammit!
Lenovo Thinkpad X60 Tablet, built like a tank. But not fancy enough for Love2D 0.10.0+.
Lenovo Thinkpad X60 Tablet, built like a tank. But not fancy enough for Love2D 0.10.0+.
Re: A game about growing plants
I'm experimenting with a new hand-drawn style where I pencil sketch the leaves and stems, scan them in, and tweak them to work with the game.
First, the new leaves and branches:
Second, FLOWERS! Right now they're a leaf graphic replacement, until Taehl works on flower code.
What do you folks think? Taehl and I are pretty happy with this art style and it may remain if everyone likes it!
First, the new leaves and branches:
Second, FLOWERS! Right now they're a leaf graphic replacement, until Taehl works on flower code.
What do you folks think? Taehl and I are pretty happy with this art style and it may remain if everyone likes it!
Who is online
Users browsing this forum: No registered users and 1 guest