A löve project I'm working on whenever I have time.
_______________________________
I'll post here whenever there's anything new.
COPYING A BUNCH OF STUFF FROM THE OTHER PAGES HERE:
(something)
-
- Prole
- Posts: 44
- Joined: Sun Mar 31, 2013 11:55 am
(something)
Last edited by mikeisinlove on Tue Nov 14, 2017 2:08 am, edited 9 times in total.
- FruityLark
- Prole
- Posts: 28
- Joined: Sat Jun 13, 2015 8:18 pm
Re: (something)
It looks very nice from what I can tell. Cool animation and art assets.
You made it with löve I assume?
You made it with löve I assume?
Re: (something)
Those visuals are really slick!
Re: (something)
That level editing system looks fantastic.
-
- Prole
- Posts: 44
- Joined: Sun Mar 31, 2013 11:55 am
Re: (something)
Thanks @portify @Tesselode and @FruityLark, feel free to ask questions.
People in the irc recommended I put more into the OP so there you go, some nice taster pics.
People in the irc recommended I put more into the OP so there you go, some nice taster pics.
- Positive07
- Party member
- Posts: 1014
- Joined: Sun Aug 12, 2012 4:34 pm
- Location: Argentina
Re: (something)
As I said in the IRC once THIS IS AMAZING, PLAIN AWESOME! I would love to play with that editor hahaha it is great!
for i, person in ipairs(everybody) do
[tab]if not person.obey then person:setObey(true) end
end
love.system.openURL(github.com/pablomayobre)
[tab]if not person.obey then person:setObey(true) end
end
love.system.openURL(github.com/pablomayobre)
-
- Prole
- Posts: 44
- Joined: Sun Mar 31, 2013 11:55 am
Re: (something)
My code is awful and not at all educational but I figured once the game is done I'd just open source it anyway so there might be an easy in for non-programming game designers that doesn't require setting up environments and whatnot, there's an incomplete graphics/animation editor but the idea would be you could download the packaged app and make the whole game in that without any external software then just change the name/icon and publish as is.Positive07 wrote:I would love to play with that editor hahaha it is great!
Re: (something)
holy **** this editor is looking awesome! Are the physics Box2d/love.physics?
I am starting to work on something similar, but networked and with a top-down view, got any recommendations, tips or gotchas? And is the graphical-programming thing really useful? it mostly looks overly complicated for me.
I am starting to work on something similar, but networked and with a top-down view, got any recommendations, tips or gotchas? And is the graphical-programming thing really useful? it mostly looks overly complicated for me.
-
- Prole
- Posts: 44
- Joined: Sun Mar 31, 2013 11:55 am
Re: (something)
yupS0lll0s wrote:Are the physics Box2d/love.physics?
Not really, i think I saw someone made an entity based thing on the forums here that would probably be worth looking at, my stuff is just sort of cobbled together. Read a book on design patterns probably, save yourself from writing redundant code, from the looks of it this is going to end up at about 9-10k lines but a smart programmer could probably do it in 3 or less, especially considering the only 3rd party class I use is Tserial, using loveframes or something for the UI would have shaved off thousands of lines of UI programming.S0lll0s wrote:got any recommendations, tips or gotchas?
lol I get what you mean, it's just supposed to be flexible but the majority of usage is just for simple things, like if I want a platform to spin and fly off after being touched for a certain amount of time I can do that in one or two events then copy that behaviour to other things and tweak them appropriately with variables, the example above is code for the character which is why it seems overly complicated, if your game has a single control paradigm like most games it's totally unnecessary and would be better to just hard code it, my game has a lot of totally different ones though, in fact only maybe 40% is even platforming related, I wanted to be able to drift between completely different game genres on the fly so I scrapped all my old code and decided to make an editor that suited my purposes.S0lll0s wrote:And is the graphical-programming thing really useful?
Thanks for the questions!
Who is online
Users browsing this forum: No registered users and 2 guests