Mehmet Taskiner

software developer

Read this first

Creating virtualenv on Hostgator Shared Hosting

Hello all,

I am using hostgator’s baby plan. It’s python packages are outdated or not satisfactory. Also you can’t add new packages to this python installation.

2-3 months ago I tried to install virtualenv, but not success. Today, i decided to try again and i did it!

First of all you have to ask from a customer service to activate your ssh account. Ssh is deactivated by default. Don’t ask them about virtualenv, beacuse they always say “you cant do this.”

After that, upload virtualenv.py to your root directory.

Connect ssh via typing “ssh -p 2222 username@yoursite.com”

then type “python virtualenv.py ENV-DIRECTORY-NAME –no-site-packages”

Congratulations, you created your virtualenv. type “env-directory/bin/python” to test your env.

If you don’t write “–no-site-packages” jailshell doesn’t give you access.

Continue reading →


We Started to a New Game

Hi!

I know that my other game has not been published yet, but me and my friend @MorenoCamillo(designer) have started to a new game. I am holding other game project aside. I hope this game will be ready in approximately 2 week except iOS approval time.

So what is so exciting about this game; it’s a brain training game. You are trying to guess which color is where. You are picking colors and game will tell you your correct color count and correct color place count. Based on this information, you have to improve your guess with new combinations. You allowed to make 9 guesses. If you cant find 4 corresponding colors, you lose! Your score is generating based on how fast you completed puzzle and how many predicts you have made so far!

Here is a screenshot, but it still work in progress, please follow my blog and my twitter to get very fresh news on whats going so far.

guess_color.png
It is very first...

Continue reading →


How I implemented Game Center in Unity

Hello all,

I’ve mentioned that i will be writing some Unity related posts. So this will be the first of them.

While developing my game, I wanted to add some missions to encourage players. I thought about it long, and I decided to achieve this with Game Center achievements and Leaderboards. I googled about it but there were almost nothing. Everyone were talking about prime31’s Game Center plugin. As we are Indie Developers, prime31’s plugin is a little expensive to us. So I figured out an approach that worked for myself.

Photo 12.05.2014 23 33 31.png

First of all, If you want to test game center features of your game, you need an iOS developer account. You have got to make arrangements in iTunes Connect. When you set your App ID’s and created an app in iTunes Connect, that you are ready to begin add some achievements. Set your all achievements in iTunes Connect, and create a leaderboard. Thats all with iTunes...

Continue reading →


My new Game Prototype

Hello all!

I am working on a new game right now. It’s been 2 weeks since I started this project. I think it’s harder and more annoying than Flappy Bird hahah! I haven’t give a name for it now but I’m working on it. I’ll share a sample gif that showing game prototype, If you are interested, follow me at twitter.

I am using Unity. If you got questions about Unity3D, I can try to help you. I am also planning on writing a post about unity.

Here is the screenshot(gif), you are playing via tilting device. If you don’t able to tilt your device, you can turn off tilt feature and play with touchscreen. I hope you like it.

prototype.gif

Continue reading →