games linux on davidchua https://dchua.com/tags/games-linux/ Recent content in games linux on davidchua Hugo -- gohugo.io en-us Wed, 23 Sep 2015 00:00:00 +0000 Playing Hearthstone on Linux https://dchua.com/posts/2015-09-23-playing-hearthstone-on-linux/ Wed, 23 Sep 2015 00:00:00 +0000 https://dchua.com/posts/2015-09-23-playing-hearthstone-on-linux/ Today’s tutorial will be on how to install and play the popular Blizzard Online Card Game, Hearthstone, on Linux. Yes, it is entirely possible and not really that difficult to get started. Ready? Lets go. Install PlayOnLinux I’m on Ubuntu upstream, so the simplest way for me is to: wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add - sudo wget http://deb.playonlinux.com/playonlinux_trusty.list -O /etc/apt/sources.list.d/playonlinux.list sudo apt-get update sudo apt-get install playonlinux If you’re on other distributions, don’t worry, the other ways are all well-documented here.