Search found 118 matches

by YoungNeer
Fri Aug 02, 2019 2:31 pm
Forum: Support and Development
Topic: 3 doesn't equal 3?
Replies: 29
Views: 15857

Re: 3 doesn't equal 3?

Okay, that is bothering me, too. Could you give me another tip for this problem? I'm sure other people do it differently. But here's how I do it:- function love.update(dt) if love.keyboard.lastKeyPressed=='up' then -- your logic here end love.keyboard.lastKeyPressed=nil end function love.keypressed...
by YoungNeer
Fri Aug 02, 2019 2:03 pm
Forum: Support and Development
Topic: 3 doesn't equal 3?
Replies: 29
Views: 15857

Re: 3 doesn't equal 3?

Okay, thank you for your advise. I already worked on the structure this afternoon and deleted all unnecessary stuff. And by snack I mean the circle the snake can eat. I'm sorry I misjudged that. And regarding the latest file - it's already infinitely better than the previous one - from 365 lines to...
by YoungNeer
Fri Aug 02, 2019 11:52 am
Forum: Support and Development
Topic: 3 doesn't equal 3?
Replies: 29
Views: 15857

Re: 3 doesn't equal 3?

To be honset I was not able to get this going. I saw some issues which I wanted to try out, but I think the version is too old. Hello there! To be honest there are millions of ways to write snake game. The repo that I provided is very simple and easy to understand. And about the old version - well ...
by YoungNeer
Fri Aug 02, 2019 9:03 am
Forum: Support and Development
Topic: How do you create a trusted applicaiton?
Replies: 7
Views: 6034

Re: How do you create a trusted applicaiton?

DwayneDev wrote: Thu Aug 01, 2019 12:42 am anybody release a commercial game? what did you do about this?
I haven't released any commercial game (yet) but you can always contact ivan. He has released several steam games (commercial ofcourse)- so he should know about this (hopefully)
by YoungNeer
Fri Aug 02, 2019 8:55 am
Forum: Support and Development
Topic: 3 doesn't equal 3?
Replies: 29
Views: 15857

Re: 3 doesn't equal 3?

What I am trying to do with this is, that when I am going in one direction, I cannot be able to move in the opposite direction. So I created an equation for it: (4/3)*(x^3) - 10*(x^2)+ (65/3)*x - 10 Honestly saying you don't even need that equation on first place! Creating is snake game is much mor...
by YoungNeer
Fri Aug 02, 2019 8:25 am
Forum: Libraries and Tools
Topic: Awesome Typing Animation With Anima
Replies: 7
Views: 8557

Re: Awesome Typing Animation With Anima

I'm glad you changed the M, S, R, O, and so on. Oh Yes! Infact I have now made a minimal version of Anima which currently is (i'd say) COMPLETELY DOCUMENTED (github readme file still lags on documentation but the latest post does have some amount of documentation - infact inspired from Packt's Lear...
by YoungNeer
Fri Aug 02, 2019 8:13 am
Forum: Libraries and Tools
Topic: Anima Minimal Version With Example
Replies: 0
Views: 5463

Anima Minimal Version With Example

In previous post we talked about the recent addition to Anima - about the typing animation feature. But there's much more to Anima than just typing. And this post will not cover all of it - but only the most frequently used functions. Infact now there are two files - Anima_min.lua and Anima.lua the ...
by YoungNeer
Thu Aug 01, 2019 1:13 pm
Forum: Libraries and Tools
Topic: Awesome Typing Animation With Anima
Replies: 7
Views: 8557

Re: Awesome Typing Animation With Anima

Anima is now updated!!! Please note that Anima is now updated and now supports setSpeed (+setMoveSpeed,setScaleSpeed,setRotationSpeed,setOpacitySpeed,setTypingSpeed) function and now update takes only one parameter which is the delta-time. Also a lot of bulky code have been removed to ensure best p...
by YoungNeer
Thu Aug 01, 2019 1:00 pm
Forum: Libraries and Tools
Topic: Metaballs
Replies: 4
Views: 6677

Re: Metaballs

Perhaps I could use this as background in my MainMenuState. Thanks a lot :awesome:
by YoungNeer
Wed Jul 31, 2019 12:16 pm
Forum: Games and Creations
Topic: Modern-Style Scoring System for your Game
Replies: 2
Views: 3922

Re: Angry Birds Styled Highscore

Anyway, I think this is by far the library with most potential. :awesome: This is not exactly a library but :roll: yeah - a library of base-code so may-be you can say it's a library. And i'd like to point out that it uses Anima under the hood and 100% of the animations that you see have been create...