Showing posts with label blizzard. Show all posts
Showing posts with label blizzard. Show all posts

Monday, September 29, 2014

Hearthstone SQLite database

In the past two weeks I have been doing something interesting, I was developing a Hearthstone database in SQLite 3.7.9. I built it mainly to practice some SQLite programming.
Some guy managed to collect all information from some internal Hearthstone file and put it on this website: http://hearthstonejson.com/
I used a php script which I built to export the data from the json file to my SQLite database.
You can download the comple sql file from here: https://dl.dropboxusercontent.com/u/66845602/hearthstone/sqlhearthstone.sql

or you can restore the complete database into you sqlite3 from this file: https://dl.dropboxusercontent.com/u/66845602/hearthstone/sqlhearthstone.db

I have some other plans to do next, so maybe there will be hearthstone db version 2.0. I don't know.

I am not affiliated with Hearthstone or Blizzard in any way.

All information in the sql file and the db file belongs to Hearthstone © Heroes of Warcraft and Blizzard © Entertainment developers.

If you have some suggestions I would gladly hear them.

Friday, March 21, 2014

StarCraft2 Achievements application

I have been busy these days, developing a custom application for StarCraft2 using Blizzard's battle.net web service. If you are a SC2 fan and play it alot this application will enable you to browse trough the complete list of SC2 achievements when you don't play the game. Choose a region and locale/language, then filter the list by category, points and keyword. Finally, let me know your thoughts on it and what can be improved.

The link to the application is: http://sc2ach-blueplayer.rhcloud.com/

Browse achievements by category name
Browse achievements by category name

Browse achievements by points and category name
Browse achievements by points and category name

Browser achievements by title and description keyword
Browse achievements by title and description keyword

Friday, May 24, 2013