←back to thread

1901 points l2silver | 1 comments | | HN request time: 0.206s | source

Maybe you've created your own AR program for wearables that shows the definition of a word when you highlight it IRL, or you've built a personal calendar app for your family to display on a monitor in the kitchen. Whatever it is, I'd love to hear it.
Show context
scrollaway ◴[] No.35729999[source]
I wrote a hearthstone simulator when the game came out.

https://github.com/jleclanche/fireplace

It was used and referenced by a few scientific papers and phds since. It’s my little pride, even though it would really need a rewrite at this point to work properly with all the additions in the game.

It contains its own little python driven dsl for actions. I could talk about it for hours. All that work led to me starting a company around hearthstone (I have since left it behind but it eventually grew into other games).

replies(1): >>35730573 #
1. l2silver ◴[] No.35730573[source]
cool!