Page 1 of 3

Minecraft/Terraria like block engine [wip]

Posted: Fri Mar 02, 2012 4:10 am
by veethree
So i've been working on and off on a simplistic 2d minecraft clone for a while. Rewrote the whole thing today. Decided to throw my progress up here in hopes of getting some suggestions and/or tips ;)

Finished things:
-Placing and removing blocks
-Very basic random world generation
-Clear Button to remove all existing blocks
-"New world" key to generate a new random world ("n" on the keyboard)
-Hud with useless information which can be toggled with F3
-Hud showing which block is currently selected

Things to do:
-Add a player and turn this into more of a game
-Improve the world generation
-Add a camera with parallax scrolling and other cool s**t
-Make worlds bigger(They only fill up the screen right now)
-More block types
-Trees and maybe caves and stuff
-Day and night cycle (maybe)
-Blocks affected by gravity
-Maybe add original block textures, I'm not that good with pixel art or whatever though.

Things to do which require greater skill level than mine:
-Mobs
-etc.

Controls:
- Place Block: Left mouse button
- Remove Block: Right mouse button
- switch between blocks: middle mouse button
- Toggle useless info: F3
- New Random World: n

UPDATE: Version 0.02
Changes:
-Few extra block types
-Slightly adjusted world generation that includes some of the new blocks.

UPDATE: Version 0.03
Changes:
- Now uses quads and an enlarged terrain.png from minecraft instead of individual images

Excuse my lack of creativity, i suck at coming up with original ideas. This whole thing is just made for fun, Don't plan on selling it or anything like that.

Screenshots:
Made this due to boredom: (outdated screenshot from version 0.01)
Image

and this is how a typical random world looks like right now: (outdated screenshot from version 0.01)
Image

Re: Minecraft like block engine [wip]

Posted: Fri Mar 02, 2012 5:04 am
by Tesselode
So wait a second, let me get this straight...

You're making a game in Love...with good graphics?!? :O

Re: Minecraft like block engine [wip]

Posted: Fri Mar 02, 2012 5:23 am
by veethree
Tesselode wrote:So wait a second, let me get this straight...

You're making a game in Love...with good graphics?!? :O
Wouldn't say that haha, Don't think minecraft textures can be called "good graphics"

Re: Minecraft like block engine [wip]

Posted: Fri Mar 02, 2012 7:07 am
by MarekkPie
I've rolled my face on the keyboard several times with no results on understanding the controls.

Re: Minecraft like block engine [wip]

Posted: Fri Mar 02, 2012 7:14 am
by veethree
MarekkPie wrote:I've rolled my face on the keyboard several times with no results on understanding the controls.
I've updated the original post to include info about the controls.

Re: Minecraft like block engine [wip]

Posted: Fri Mar 02, 2012 10:51 am
by Larsii30
Cool.
You should implement a function to load an terrain.png out of minecraft texture packs.
This would be easy and very nice to use the own texture pack (only 32x) .

Re: Minecraft like block engine [wip]

Posted: Fri Mar 02, 2012 11:42 am
by kikito
The title is a bit misleading. Minecraft is remarkably 3d. "Terraria like block engine" would have been more appropiate.

Other than that, this looks very nice.

Re: Minecraft like block engine [wip]

Posted: Wed Mar 21, 2012 2:37 pm
by rickydaan
Hey, Could i help you?

Re: Minecraft like block engine [wip]

Posted: Wed Mar 21, 2012 10:01 pm
by veethree
rickydaan wrote:Hey, Could i help you?
I'm not really working on this anymore. Sort of abandoned it. Only thing i've done since i posted this is adding a few more blocks and slightly changing the world generation to spawn ores underground.

Re: Minecraft like block engine [wip]

Posted: Thu Mar 22, 2012 2:00 pm
by Nixola
Can you send the updated .love file to me? I'd be intersted in working on this