Search found 6 matches

by azulfato
Wed Jul 05, 2017 12:31 am
Forum: Support and Development
Topic: slopes and collisions
Replies: 2
Views: 3260

slopes and collisions

trying slopes for the 1st time and came up with this for point vs line collision https://love2d.org/imgmirrur/jxTZXSK.png local function get_center(ax,ay, bx,by) local cx = ax + (bx - ax)/2 local cy = ay>by and (by + (ay - by)/2) or (ay + (by - ay)/2) return floor(cx), floor(cy) end local function d...
by azulfato
Fri May 05, 2017 7:29 pm
Forum: Games and Creations
Topic: strategy/city building game WIP
Replies: 4
Views: 4893

Re: strategy/city building game WIP

I tested it, didnt work. repack it properly and test it before uploading. a cool idea is affinity, this way they will mate/kill people they like/hate if a dude bump into another one or have different traits it will decrease the affinity and the other way around. this game may look good if you use Pl...
by azulfato
Wed Apr 19, 2017 4:59 pm
Forum: Games and Creations
Topic: Space Worm
Replies: 4
Views: 3977

Re: Space Worm

thanks for the feedback I still need to find a way to make wormholes/portals in the game more useful, I aways forget to use them during test plays. The game is done already and probably won`t work on it anymore, but is nice to hear some new ideas. after playing MadByte's airtaxi , I want to make an ...
by azulfato
Mon Apr 17, 2017 4:28 am
Forum: Games and Creations
Topic: Space Worm
Replies: 4
Views: 3977

Space Worm

Hi! :D
Here is a small game i made.
press f1 for controls

print
Image
by azulfato
Wed Dec 07, 2016 7:09 pm
Forum: Libraries and Tools
Topic: PiskelApp.com simple pixel sprite editor
Replies: 4
Views: 5863

Re: PiskelApp.com simple pixel sprite editor

I was looking for something like this, seems really good and useful.
Is there a gallery where I can see other peoples work? I couldn't find that option.