Skip to main content

FirstSeed and my first team

This is story about my gaming startup FirstSeed and my first team.

For those who don't know about FirstSeed, FirstSeed is a gaming startup based out in Madurai.

Website: firstseed.in

FirstSeed is taking its shape. I am happy about it. We don't have plans to introduce games that are very alienated but a good ones that people will enjoy.

We have plans to release a game during November 2015. And some more games after December 2015.

We have a small team of game developers who are highly calibrated towards game development. They are a powerhouse for their artistic skills and programming. Still there are areas to be improved for them. They are highly fresh from the market(College) and but taking solid steps to become great chefs who can bake games.

Soon we will meet you on market (Play Store / App Store)

Update:
Forgot to mention a good news here.
We are featured by tamil.yourstory.com
Read my story there too.
http://tamil.yourstory.com/read/8d437cbab6/produced-and-blended-with-the-processor-39-thamizh-magan-39-

Till then bye from Senthil...
Not a CEO but CNEO (NE: Not Everything. You know? I have a team.)


Comments

Popular posts from this blog

How to access PC's internet from Android Emulator?

PC's Internet and Android emulator If PC's Internet connection is configured with manual proxy settings, Follow the below steps. 1) You can launch your Emulator from command line with DNS server detail.  Syntax : "emulator -dns-server <DNS Server IP address> "  Example: emulator -dns-server 8.8.8.8 (8.8.8.8 is Google's Public DNS Server)    (or)   Goto Eclipse->Window->Preferences->Android->Launch and give "-dns-server " and then launch your emulator. 2) In emulator goto " Settings->Wireless & Networks->Mobile Networks-> "       2.1) Ensure that " Data roaming " is checked.       2.2) Select Access Point Names       2.3) Select an APN. (eg. Telkila )       2.4) Manually set the Proxy Server and Port details. If PC's Internet connection is configured with Automatic proxy settings, Follow above steps except step 2.4  and ensure that No proxy...

Tabs at the bottom of TabActivity

Tabs at the bottom of TabActivity By default tabs in Android are displayed at the top. It is a general guideline for android developers to keep the tabs at top of the Tabs based application since lot of Android mobiles are having their home, back,search buttons or touch interface at the bottom But its purely our decision :) There are two ways to achieve this. Using RelativeLayout Using "android:layout_weight" attibute  1) Using RelativeLayout: .xml will look like the following. <?xml version="1.0" encoding="utf-8"?> <TabHost xmlns:android="http://schemas.android.com/apk/res/android"     android:id="@android:id/tabhost"     android:layout_width="fill_parent"     android:layout_height="fill_parent">     <RelativeLayout         android:layout_width="fill_parent"         android:layout_height="fill_parent">    ...

88 Card Privacy Policy

  Privacy Policy This privacy policy applies to the 88 Card Game app (hereby referred to as "Application") for mobile devices that was created by FirstSeed (hereby referred to as "Service Provider") as a Free service. This service is intended for use "AS IS". Information Collection and Use The Application collects information when you download and use it. This information may include information such as Your device's Internet Protocol address (e.g. IP address) The pages of the Application that you visit, the time and date of your visit, the time spent on those pages The time spent on the Application The operating system you use on your mobile device The Application does not gather precise information about the location of your mobile device. The Service Provider may use the information you provided to contact you from time to time to provide you with important information, required notices and marketing promotions. For a better experience, while using ...