(something)

Show off your games, demos and other (playable) creations.
mikeisinlove
Prole
Posts: 44
Joined: Sun Mar 31, 2013 11:55 am

(something)

Post by mikeisinlove »

A löve project I'm working on whenever I have time.
_______________________________
I'll post here whenever there's anything new.

Image
Image
Image

COPYING A BUNCH OF STUFF FROM THE OTHER PAGES HERE:

Image
Image
Image
Image
Image
Image
Image
Image
Image
Image
ImageImage
ImageImage
ImageImage
Last edited by mikeisinlove on Tue Nov 14, 2017 2:08 am, edited 9 times in total.
User avatar
FruityLark
Prole
Posts: 28
Joined: Sat Jun 13, 2015 8:18 pm

Re: (something)

Post by FruityLark »

It looks very nice from what I can tell. Cool animation and art assets.
You made it with löve I assume?
User avatar
Tesselode
Party member
Posts: 555
Joined: Fri Jul 23, 2010 7:55 pm

Re: (something)

Post by Tesselode »

Those visuals are really slick!
User avatar
portify
Prole
Posts: 18
Joined: Sun Feb 15, 2015 10:15 pm
Location: Locating
Contact:

Re: (something)

Post by portify »

That level editing system looks fantastic.
mikeisinlove
Prole
Posts: 44
Joined: Sun Mar 31, 2013 11:55 am

Re: (something)

Post by mikeisinlove »

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.
User avatar
Positive07
Party member
Posts: 1014
Joined: Sun Aug 12, 2012 4:34 pm
Location: Argentina

Re: (something)

Post by Positive07 »

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)
mikeisinlove
Prole
Posts: 44
Joined: Sun Mar 31, 2013 11:55 am

Re: (something)

Post by mikeisinlove »

Positive07 wrote:I would love to play with that editor hahaha it is great!
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.
User avatar
s-ol
Party member
Posts: 1077
Joined: Mon Sep 15, 2014 7:41 pm
Location: Cologne, Germany
Contact:

Re: (something)

Post by s-ol »

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.

s-ol.nu /blog  -  p.s-ol.be /st8.lua  -  g.s-ol.be /gtglg /curcur

Code: Select all

print( type(love) )
if false then
  baby:hurt(me)
end
mikeisinlove
Prole
Posts: 44
Joined: Sun Mar 31, 2013 11:55 am

Re: (something)

Post by mikeisinlove »

S0lll0s wrote:Are the physics Box2d/love.physics?
yup
S0lll0s wrote:got any recommendations, tips or gotchas?
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:And is the graphical-programming thing really useful?
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.

Thanks for the questions!
User avatar
Fenrir
Party member
Posts: 222
Joined: Wed Nov 27, 2013 9:44 am
Contact:

Re: (something)

Post by Fenrir »

Wow impressive work on the edition part!
Post Reply

Who is online

Users browsing this forum: No registered users and 18 guests