Search found 6 matches
- Wed Jul 05, 2017 12:31 am
- Forum: Support and Development
- Topic: slopes and collisions
- Replies: 2
- Views: 3340
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...
- Fri May 05, 2017 7:29 pm
- Forum: Games and Creations
- Topic: strategy/city building game WIP
- Replies: 4
- Views: 5032
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...
- Wed Apr 19, 2017 4:59 pm
- Forum: Games and Creations
- Topic: Space Worm
- Replies: 4
- Views: 4056
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 ...
- Mon Apr 17, 2017 4:28 am
- Forum: Games and Creations
- Topic: Space Worm
- Replies: 4
- Views: 4056
Space Worm
Hi!
Here is a small game i made.
press f1 for controls
print
Here is a small game i made.
press f1 for controls
- Thu Mar 23, 2017 6:33 pm
- Forum: Games and Creations
- Topic: [LD24] The Last Slime (done using Raycast)
- Replies: 10
- Views: 11671
Re: [LD24] The Last Slime (done using Raycast)
the source can be found at github.com/orreryo/ld24
- Wed Dec 07, 2016 7:09 pm
- Forum: Libraries and Tools
- Topic: PiskelApp.com simple pixel sprite editor
- Replies: 4
- Views: 6082
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.
Is there a gallery where I can see other peoples work? I couldn't find that option.