Friday 10 April 2015

Starting Love2D

Hey Guys,

Lately I've been playing with Love2D: the Lua 2D game API that Move Or Die is written in - If you haven't already, check out my previous post about it. Lua is a programming language, but with fairly basic graphical abilities. Love2D adds extra capabilities, focused on game writing. I have been writing my games in Notepad++, and using a Bitbucket repository with SourceTree and Git.

I have found Love2D easy to write 2D games in, as that's what it is optimized for. The support on the Love2D forums is excellent, as i have had a few problems myself, and all of them have been fixed by members of the forums. My Bitbucket repo is located here, so if you want to check that out then you can.

Make sure to keep checking here to see the latest tech news!

Wednesday 1 April 2015

GitHub V.S. BitBucket

Hey Guys!

Today, I'm going to be doing a comparison of the two big online source control tools: GitHub and Bitbucket. GitHub, I think, is more popular but Bitbucket is very well made.

Compatibility


Bitbucket can be used with Git and Mercurial, two big low-level source control programs, yet GitHub can only be used with git. This would be a problem if, for example, your code writing tool does not have a git plugin, but you wanted to use GitHub, you couldn't - you would need to use something else.

Client-Side Programs


Both GitHub and Bitbucket have client-side programs. GitHub uses the official GitHub program, and Bitbucket uses SourceTree. GitHub's program is easy to use and looks better, whereas Bitbucket's is harder to use and doesn't look as good.

Bug reporting


All programs have bugs, right? You need a good way to have users to report them. Bitbucket has this ability, but GitHub does not, unless the owners of the repository implement it themselves. GitHub can have bugs reported by the repository owners, but there's no way the contributors could find every bug in their program.

Conclusion

All in all, I think that Bitbucket is better, as it is more compatible, and the bug reporting system is much better.


GitHub: https://github.com/
Bitbucket: https://bitbucket.org/


Make sure to keep checking here to see the latest tech news!