szhu / 3030

%%30%30 Game: Don't touch the trees! (Thanks, Chrome dev team!)
http://szhu.github.io/3030/
1.51k stars 113 forks source link

Replace Unicode characters with CDN hosted emojis #5

Closed deckar01 closed 9 years ago

deckar01 commented 9 years ago

Fixes #4.

szhu commented 9 years ago

Thanks for the PR! A few things though:

  1. It looks blurry on retina screens and when zoomed in. We should pick better images. screen shot 2015-09-20 at 10 29 02 pm
  2. The README is actually auto-generated. You can edit src/game.py to change the replacement value, and then:

    cd src
    make

    No need to change the README back or anything. make will overwrite the game content. :)