Home Cards Plants Animals Products Decorations Obstacles Buildings Product Processing Events
I started playing "My Little Farmies" back in March 2014 because I was looking for a way to kill time. I had previously played Nile Online and Ikariam, but I wanted to find a farming browser game, something similar to Farmville. Googling "farm browser games" shows that there are many farm-based browser games out there. In the end, I picked "My Little Farmies" because I liked the way the graphics and layout looked.
As someone who loves playing with data and spreadsheets, I used Microsoft Excel to make tables of information about the different crops and animals that you can raise in the game, as well as using formulas to calculate profit. But spreadsheets are limited in what they can do, so I decided to turn my spreadsheet into a mySQL database, and the result is this website.
The spreadsheets that this site is based on:
My farms:
9 February 2016
Details for the current Valentine's Day 2015 campaign have been added to the Events, Cards, and Decorations pages. This event works similarly to the previous Christmas event where you need to unlock another field then collect items. Also made a few updates to the database, adding some of the new items that were introduced in the past few months, and uploaded the latest copy of my Excel spreadsheet.
8 December 2015
Details for the current Christmas 2015 campaign have been added to the Events, Cards, and Decorations pages. This event works a little differently to previous events, see the Upjers forums for more details.
27 October 2015
Details for the current Halloween 2015 campaign have been added to the Events, Cards, and Decorations pages.
26 September 2015
Details for the current Fall 2015 campaign have been added to the Events, Cards, and Decorations pages, and made some minor updates to the animals page. I'm also making a few behind-the-scenes changes to my PHP and MySQL code.
22 July 2015
Details for the current Summer 2015 campaign have been added to the Events, Cards, and Decorations pages.
20 June 2015
Database and spreadsheets have been upaded to include new animals, plants, and products. Also changed the product processing page to accomodate items that require multiple different items to produce.
5 May 2015
Details for the current Mother's Day 2015 campaign have been added to the Events, Cards, and Decorations pages.
I know the product processing page is quite out of date, I am hoping to re-do it to accommodate items that require more than one item to process, but it has been partially updated in the spreadsheets, so if you're interested, do check out the spreadsheet files.
10 April 2015
The database has been updated to include details about the newest animal: Aurochs.
3 April 2015
It's been a while since my last update, recently returned from a short holiday, and been busy with various things. Also, it has now been a year since I started playing My Little Farmies, my how time flies! Details for the current Easter 2015 campaign have been added to the Events, Cards, and Decorations pages.
10 February 2015
Details for the current Valentine's Day 2015 campaign have been added to the Events, Cards, and Decorations pages.
2 December 2014
Details for the current Christmas 2014 campaign have been added to the Events, Cards, and Decorations pages.
26 November 2014
The database has been updated to include some of the new products and animals. I'm also working on recalculating plant profits because I think the formula I was using before had some flaws. It's pretty much done, but I want to double check the results before I publish them.
13 November 2014
I have edited the mercantile expedition calculator so that it correctly disables ships that cannot be used for a particular expedition, as well as limiting the loading of armaments to the number of ports on the selected ship.
11 November 2014
Something a little different, I've been working on a profit calculator for mercantile expeditions. After one evening of JavaScript coding, I've got a rough working version, but there are still some bugs and validation to sort out.
28 October 2014
Details for the Halloween 2014 campaign have been added to the Events, Cards, and Decorations pages. It is pretty much identical to the Fall 2014 campaign, except with different items.
27 October 2014
I have split up my Excel spreadsheets because I had too many sheets in one file, see above if you're interested in downloading a copy. Since my last update, the truffle searcher's hut was introduced, as well as a new guild feature: mercantile expeditions. I am also trying to redo the way I present productions, since more and more items are now made using multiple products, this may take some time. The cards, animals and products pages have been updated.
27 September 2014
Details for the current Fall 2014 campaign have been added to the Events, Cards, and Decorations pages.
22 September 2014
Finally got the animals page working correctly.
18 September 2014
Added new items to the database.
8 July 2014
I have updated the Events, Cards, and Decorations pages for the final part of the World Cup event.
5 July 2014
Updated the products page again to show the amount of guild points (GP) you get from one, ten, or a hundred products.
4 July 2014
I recently joined guilds for the first time on my accounts. The conversion of products to trade points and guild points was baffling me, so using a sample of data and a bit of guesswork, I was able to figure out the formula for how many trade points you get from an item. The products page has been updated to show the amount of trade points (TP) you get from one, ten, or a hundred products. The table has also been updated to include some new prodcts.
24 June 2014
I have updated the Events, Cards, and Decorations pages for the next part of the World Cup event.
13 June 2014
With the new World Cup event in progress, I have updated the Events, Cards, and Decorations pages.
18 May 2014
Added a new page for event items, and also added a bit of style and colour to the website.
7 May 2014
Added Mother's Day 2014 items to the cards and Decorations tables.
2 May 2014
Added a new table for product processing, going try and expand on it later.
1 May 2014
Added a new table for buildings and also made a minor update to the cards and decorations data.
30 April 2014
The products table has been updated to include all available products.
29 April 2014
Added a new table for obstacles, also referred to as rubble. Also fixed up the cards table and page.
26 April 2014
At this stage, only the Plants and Decorations pages are working. Being new to PHP/MySQL, my initial attempts to get the database to show what I wanted didn't work, but I think I have a solution now.