My god it's been a long time!

Dear readers, if any.

I haven't really used my BYOND members page at all, for quite a while now.
Been active a bit more recently and figured I'd take some time to post here.
Just added my first library, it's not much but could potentially be usefull.

The thing is, I've been trying to implement a ranking system into my game which is based on a normal distribution. However I needed a way to calculate the cumulative probability of any given z value. Excel and other programs have this nice function that does all the work for you, but BYOND hasn't. So I figured I'd make this function myself, but looking at the time it took to figure out how these functions actually work I realized it might be nice to put it in a Lib and upload it.

Anyways, since this Lib is now finished and working I can move on with my ranking system.

Hopefully this overcomplicated system will prove useful, and if not, well at least I got "Statistics skill +1"

- Fint

Posted by Fint on Thursday, October 22, 2009 05:43PM - 7 comments / Members say: yea +3, nay -0

"Happy birthday" to me!

Title says it all!
Have a good day people!

Posted by Fint on Saturday, January 31, 2009 01:34AM - 13 comments / Members say: yea +3, nay -2

Pokemon Citrine Online - Alpha server

http://www.byond.com/games/Fint/Pokemon

Everybody is welcome to join the open alpha test!
Test yourself now against other players, become the strongest!
Enjoy and help me test the basic mechanics of the game and make this game bigger.
When will it end? Depends on testing results, for now just enjoy!

*IMPORTANT - Under the options menu there is a "Bug Report" feature, use it!

Posted by Fint on Friday, September 26, 2008 02:32AM - 30 comments / Members say: yea +3, nay -0

Single and Double loop, solving problems!

I've been wanting to write this little article for some time now, and today is the day I kinda want to bring Singel and Double loop learning to you attention.

Single loop
Solving a problem in a single loop kind of way can best be compaired to taking a pill to remove your pain. It focusses on taking away the result of a problem. There are many games which use the single loop way to code their game. If something is not working the way they want their game to work they add/change some code to change the result to what they want it to be.
A simple example, which I see ALOT on BYOND, is a HUB with a list of rules. In these rules you can almost certainly find the rule "Don't spam".
Now the single loop way of handeling this is to add code which boots people when they spam.
Sounds like a fix, but is it really the right way to handle things?

Double loop
Instead of fixing the result of a problem a double loop way tries to focus on fixing the cause of the problem. So instead of taking a pill to remove your pain, you try to figure out what causes the pain, and remove this, which in return will take away your pain. As for the coding part of it, it would be better to focus on using a double loop method rather than a single loop.
This would meen you throw away the code that boots people when they spam and create a code which makes sure they can't spam in the first place.

Why, why?
Why would I want everybody to focus on fixing problems the double loop way? Because trying to solve things this way will make you want to understand your code better, and make you see to what other pieces of code it relates. If you keep on fixing errors the single loop way you will eventually end up with many small systems (procs and such). Taking a look at things in the double loop way and you'll soon find yourself having one big main system which does all the work. Generally a big, well coded, main system is easier to use, more reliable and will run much more steady. It will probably be easier to expand, change and maintain.
Having a lot of small systems working together will most likely result in a system which is not stable, is not flexible and will have to be changed alot inorder to make any changes.
Don't get me wrong, a big system does not meen 1 proc to handle everything. It meens having the basic systems running your game the way it's suposed to and doing it right the first time.

I really hope there are people out there who can relate to this way of thinking and find it helpfull while coding.
Just remember, don't fix what a problem results into, fix the cause!

- Fint

Posted by Fint on Wednesday, September 10, 2008 02:45AM - 0 comments / Members say: yea +0, nay -0

Slow progress

Well first I wanted to put up a little update regarding my game.
I'm still owrking on the open beta, need to add the last few quest mob, trainers and polish some code here and there before I can release the open beta version.
Besides that I also want to work out the league before I do so.
Recently I've been testing some mechanics and thus far everything seems to run smoothly.

Next to that I just found this picture which I find rather funny.



Untill next time,

Fint

Posted by Fint on Wednesday, June 25, 2008 04:00AM - 11 comments / Members say: yea +0, nay -0

Fint

Joined: Oct 28, 02

Byond Programmer

Blog Calendar

October 2009
Su Mo Tu We Th Fr Sa
        1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
 
«Jan  

My interests