EOSERV Forum > Lounge > Isocraft (EO minecraft) Game [v0.04] New!
Topic is locked.
Page: << 1 2 3 4 5 6 >>
Isocraft (EO minecraft) Game [v0.04] New!
Author Message
Post #77021 Re: EO minecraft

Your client is damn cool clive.

---
https://www.youtube.com/watch?v=d_DFVzxsEUc
14 years, 14 weeks ago
Post #77023 Re: EO minecraft

Added menu:

http://tinypic.com/r/2ll2iae/7


all buttons are functional although i didn't line them out correctly in that screenie yet.

---
opensource isometric game engine ~ www.avac-engine.blogspot.com
14 years, 14 weeks ago
Post #77027 Re: EO minecraft

Nice o.O

14 years, 14 weeks ago
Post #77044 Re: EO Minecraft Game [only screenshots atm]

little todo list:


*adding more tiles (although i suck at pixeling.. so yeah might just make the with my many colors 0.0)
*adding chests
*adding craft boxes
*adding a special object layer (which also will includes houses)

---
opensource isometric game engine ~ www.avac-engine.blogspot.com
14 years, 14 weeks ago
Post #77046 Re: EO Minecraft Game [only screenshots atm]

its so..

coo l


@edit:

the server, when i run and open the client and put the ip, says:

Failed to Login: user not premium

What i need to do?

14 years, 14 weeks ago
Post #77047 Re: EO Minecraft Game [only screenshots atm]

New Screenshot:


Made water transparant.

and added some trees here and there.


http://tinypic.com/r/35lc0af/7


working on weather now (although i didn't add it in my todo list i guess it would be a pretty cool feature)

this means it will rain(thunder) or snow (like the real mc) at a random time.

---
opensource isometric game engine ~ www.avac-engine.blogspot.com
14 years, 14 weeks ago
Post #77048 Re: EO Minecraft Game [only screenshots atm]

You are cracking up Clive but hey I have to admit it, you're getting used to coding games.

---
I am an alien and not crazy!
14 years, 14 weeks ago
Post #77050 Re: EO Minecraft Game [only screenshots atm]

thx, Yeah i've done a few little projects in the last (few) month(s) which was pretty good for me i guess. mostly it gave me the ideas for new functions/effects.


Update:

Added weather (at a random time with rain or snow)


http://tinypic.com/r/2zfppie/7

---
opensource isometric game engine ~ www.avac-engine.blogspot.com
14 years, 14 weeks ago
Post #77176 Re: EO Minecraft Game [only screenshots atm]

as in ur not online, i wanted to ask a question what u mean multiplayer and single player?


is it like eoserv? 

---
~~ When life give you pasta, you eat it ~~
14 years, 14 weeks ago
Post #77203 Re: EO Minecraft Game [only screenshots atm]
clive posted: (8th May 2011 02:11 pm)

thx, Yeah i've done a few little projects in the last (few) month(s) which was pretty good for me i guess. mostly it gave me the ideas for new functions/effects.


Update:

Added weather (at a random time with rain or snow)


http://tinypic.com/r/2zfppie/7


I'll give you a tip... Make the rain go at an angle since it's normally windy when raining :)
---
I am an alien and not crazy!
14 years, 14 weeks ago
Post #77231 Re: EO Minecraft Game [only screenshots atm]

@ pasta, the multiplay function will be the same as on the real minecraft (but im not sure if i even start working on that one because it was just a project because i was bored)

@desmond, Yeah that's true although my pixel skills are very low so i just made them to show how it works but thx for the tip i might will look into it ;)


Update: Added .wav support, added new blocks.

---
opensource isometric game engine ~ www.avac-engine.blogspot.com
14 years, 14 weeks ago
Post #77234 Re: EO Minecraft Game [only screenshots atm]

I take it you're using Allegro. If you're using Allegro 5 you can use al_draw_line() and then set some wind variables.

I think a weather class would be best to keep track of the individual droplets.

Oh, and a struct.

struct Droplet
{
    float x;
    float y;
    // And maybe some other information like angle.
};

Edit: Now you got me wanting to make a weather class. I'll post some Allegro 5 code if I get it to work :)

---
I am an alien and not crazy!
14 years, 14 weeks ago
Post #77236 Re: EO Minecraft Game [only screenshots atm]

Yeah i was actually also thiking about drawing the weather in al_draw_line (primitives) but i think for snow effects it wouldn't really be the best option.

---
opensource isometric game engine ~ www.avac-engine.blogspot.com
14 years, 14 weeks ago
Post #77238 Re: EO Minecraft Game [only screenshots atm]

Why not? You can use primitives for that too :P Add a function to draw a transparent circle :P

---
I am an alien and not crazy!
14 years, 14 weeks ago
Post #77239 Re: EO Minecraft Game [only screenshots atm]

Yeah except it will not look like how i want it to look :P anyway now you made me write a weather engine for drawing primitives too.. i will see which one looks the best :P(although i've to add some other things first).

I'm making a video atm about the game, it looks pretty laggy with hypercam but it isn't at all.

I've also added snow, when it starts to snow and the timer reached x the tiles will turn in tiles with snow over it. (only the tiles where the snow falls)

---
opensource isometric game engine ~ www.avac-engine.blogspot.com
14 years, 14 weeks ago
Page: << 1 2 3 4 5 6 >>
Topic is locked.
EOSERV Forum > Lounge > Isocraft (EO minecraft) Game [v0.04] New!