aapomm / running-vim

Javascript game to help people practice vim navigation
2 stars 3 forks source link

Use HTML5 canvas instead of DOM manipulation for the graphics #7

Open aapomm opened 8 years ago

aapomm commented 8 years ago

This should improve performance and browser compatibility. We could probably use an external library/framework for this like phaser.io.