everything including physics, lighting, collision detection, gravity, weapon... both mouse and keyboard work atm
it will be an online game, and the connection part is not quite complete.
i am thinking to make a game that needs apm and microing... tell me your idea please.
isometric world engine
isometric world engine
- Attachments
-
- black.love
- 0.3
- (365.74 KiB) Downloaded 371 times
Last edited by taylorchu on Sun Jan 06, 2013 6:55 am, edited 2 times in total.
Re: isometric world engine
the screenshot is very small, but the game seems beautifull and promising
can you upload a .love file ?
can you upload a .love file ?
Current work : Isömap
- monsieur_h
- Citizen
- Posts: 69
- Joined: Tue Oct 30, 2012 4:43 pm
Re: isometric world engine
Looks promising. I definetly want to see more! .love? Screens? Video? Show us!
Re: isometric world engine
I just posted another screenshot. Today and tomorrow I will try to finish the web connection.
Re: isometric world engine
First game release!!
source
https://github.com/taylorchu/black
I am finding someone who can make more game content and draw good images.
source
https://github.com/taylorchu/black
I am finding someone who can make more game content and draw good images.
Last edited by taylorchu on Sun Jan 06, 2013 6:25 am, edited 1 time in total.
Re: isometric world engine
taylorchu wrote:I am finding someone who can make more game content and draw good images.
if you search for art, take a look at opengameart !
and if you find somebody who use inkscape (or Illustrator®) you may even use this as little knight!
i tested the game but my computer is so slow (3Ghz and 1Go RAM :p) i can't figure if it's laggy or not but i can't play decently (but register/connection/launch is working well)
Current work : Isömap
Re: isometric world engine
@everyone
sorry for the really laggy experience. I only tested my code on my own machine. When i pushed the server code and played it, I am like "hell. this is too damn slow."
so TODAY, the connection part gets redesigned. Previously, for EACH move, you have to wait for server to respond. there is nothing wrong with the client (and your machine)
Now everything goes asynchronously...
sorry for the really laggy experience. I only tested my code on my own machine. When i pushed the server code and played it, I am like "hell. this is too damn slow."
so TODAY, the connection part gets redesigned. Previously, for EACH move, you have to wait for server to respond. there is nothing wrong with the client (and your machine)
Now everything goes asynchronously...
Last edited by taylorchu on Sun Jan 06, 2013 6:25 am, edited 1 time in total.
Re: isometric world engine
I like the graphics and everything, but it's still too laggy to play for me.
It's not my PC either.
It's not my PC either.
Re: isometric world engine
changelog
* attack buff x5 for everyone
* server gets rewrite. any client before 0.3 will crash for sure.
* client gets connection improvement. now it uses separate thread for connection. this results in a lot frame rate improvements (6fps to 95fps) [16x]
* change death status
* player name to matchup under your character
todo
ability tutorial:
hp : health, HP regeneration
attack : the damage you cause on your enemy
defense : shield that decrease damage
range: this is best stats; even better than attack. normally you cannot attack farther than you are able to see.
energy: energy regeneration, cooldown for special ability from equipment, slightly affect the gravity
attack tutorial:
1. normal attack: -1 energy ( normal energy regeneration rate + 0.5 per second)
2. special attack: -? (based on your equipment skill) (great damage)
* everyone has cool equip.
* experience system based on stats. if you increase your level, you will get +1% to use for one stats. (can be stacked, not reversible)
for example, lv 1 to lv2, you choose to add +1% on your attack
attack * 1.01
lv2 -> lv3, you do it again
attack * 1.01 * 1.01
roughly in lv10 your attack will increase 10%
level cap is lv10 for now
* skill system (this is from your equipment, it has cooldown based on your energy)
* game idea redesign (anyone is free to comment on this. right now the gameplay is not sucks.)
* make use of the animation system.
link in the first thread
* attack buff x5 for everyone
* server gets rewrite. any client before 0.3 will crash for sure.
* client gets connection improvement. now it uses separate thread for connection. this results in a lot frame rate improvements (6fps to 95fps) [16x]
* change death status
* player name to matchup under your character
todo
ability tutorial:
hp : health, HP regeneration
attack : the damage you cause on your enemy
defense : shield that decrease damage
range: this is best stats; even better than attack. normally you cannot attack farther than you are able to see.
energy: energy regeneration, cooldown for special ability from equipment, slightly affect the gravity
attack tutorial:
1. normal attack: -1 energy ( normal energy regeneration rate + 0.5 per second)
2. special attack: -? (based on your equipment skill) (great damage)
* everyone has cool equip.
* experience system based on stats. if you increase your level, you will get +1% to use for one stats. (can be stacked, not reversible)
for example, lv 1 to lv2, you choose to add +1% on your attack
attack * 1.01
lv2 -> lv3, you do it again
attack * 1.01 * 1.01
roughly in lv10 your attack will increase 10%
level cap is lv10 for now
* skill system (this is from your equipment, it has cooldown based on your energy)
* game idea redesign (anyone is free to comment on this. right now the gameplay is not sucks.)
* make use of the animation system.
link in the first thread
Who is online
Users browsing this forum: Semrush [Bot] and 7 guests