Search found 11 matches
- Mon Aug 11, 2014 6:48 pm
- Forum: Libraries and Tools
- Topic: Typo - Typewriter lib
- Replies: 11
- Views: 8846
Re: Typo - Typewriter lib
Awesome! Glad to see it's useful. I hope to add more to it eventually (such as being able to get certain properties) Trying to figure out how to do the string parsing, but I'll get there. I want to write it myself, so that typo has 0 external dependencies (except for Lua and LÖVE, of course :awesom...
- Mon Aug 11, 2014 5:52 am
- Forum: Libraries and Tools
- Topic: Typo - Typewriter lib
- Replies: 11
- Views: 8846
Re: Typo - Typewriter lib
Very nice, I'm starting on a platformer, I'm gonna use typo on it
- Mon Aug 04, 2014 12:11 pm
- Forum: Games and Creations
- Topic: PackyTacky - My First Proper Game
- Replies: 17
- Views: 8867
Re: PackyTacky - My First Proper Game
Hello again everyone, I've been inactive for a while due to some stuff I was busy with :) But, I just updated PackyTacky to v2.0, all the suggestions and bug fixes we talked about in this topic have been implemented (thanks to undef for helping me fix the apples bug). Summary of changes: - FIXED: Tw...
- Sat Jul 19, 2014 10:52 pm
- Forum: Games and Creations
- Topic: PackyTacky - My First Proper Game
- Replies: 17
- Views: 8867
Re: PackyTacky - My First Proper Game
Yeah, sometimes there's two apples in a line, but that won't pose much of a problem I think :) I know math is good but I'm a university student and I've never ever been good at math even though I tried extremely hard to get good at it, so I try to stay away from it as much as I can :( If there's som...
- Sat Jul 19, 2014 10:48 am
- Forum: Games and Creations
- Topic: PackyTacky - My First Proper Game
- Replies: 17
- Views: 8867
Re: PackyTacky - My First Proper Game
Kudos, it’s a nice little game. I like the polished starting menu - I never get around to making menus because I find making them tedious. Thank you, I think its tedious as well but I do believe its pretty crucial :) Yeah, with two random calls on a it becomes very unlikely that two apples appear a...
- Sat Jul 19, 2014 5:19 am
- Forum: Games and Creations
- Topic: PackyTacky - My First Proper Game
- Replies: 17
- Views: 8867
Re: PackyTacky - My First Proper Game
This can be easily fixed: old: function Food:respawn() math.randomseed(os.time()) f.x = math.random(gr.getWidth() - f.w) f.y = math.random(gr.getHeight() - f.h) if f.y < 32 then -- does not let food spawn outside the boundaries of the playing area f.y = f.y + 32 end end suggestion: function Food:re...
- Fri Jul 18, 2014 6:23 am
- Forum: Games and Creations
- Topic: PackyTacky - My First Proper Game
- Replies: 17
- Views: 8867
Re: PackyTacky - My First Proper Game
Thank youbgordebak wrote:Nice!
- Thu Jul 17, 2014 7:08 pm
- Forum: Games and Creations
- Topic: PackyTacky - My First Proper Game
- Replies: 17
- Views: 8867
Re: PackyTacky - My First Proper Game
Nice idea! I think apples shouldn't spawn in the same position twice in a row, what do you think? A temporary speed up item could be interesting as well. Very nice idea, I added it to my list for improvements for the next update :) Ah, bug spotted, I've seen it a few times, but I wasn't able to pro...
- Wed Jul 16, 2014 7:01 pm
- Forum: Games and Creations
- Topic: PackyTacky - My First Proper Game
- Replies: 17
- Views: 8867
Re: PackyTacky - My First Proper Game
Really nice. Love the music and fonts. The blue background was awesome! Maybe that's just because I love blue, but anyway. I prefer Python over Lua, it's true, I just haven't had time to make a LÖVE tutorial. I have so many Python tutorials backlogged, so that's why there's a surplus of Python tuto...
- Wed Jul 16, 2014 4:10 pm
- Forum: Games and Creations
- Topic: PackyTacky - My First Proper Game
- Replies: 17
- Views: 8867
Re: PackyTacky - My First Proper Game
Sure thing Here it is:gestaltist wrote:Any chance you could include a .love file in this topic?
Oh, well yeah I thought so too because I see him uploading Python stuff now always.jjmafiae wrote:sonic2kk/eamonn rea comes here sometimes, he isn't interested in lua alot anymore.