mobcore / web-mafia

Web application version for the classic mafia game. Come contribute!
MIT License
0 stars 1 forks source link

added handlebars view engine #18

Closed andytung closed 9 years ago

andytung commented 9 years ago

Instead of embedded javascript (ejs), the view engine is now handlebars. For full details on handlebars visit http://handlebarsjs.com/.

maknoon commented 9 years ago

looks good! only major suggestion I have is making a global strings file such as i18n so that no hardcoding of strings is being done, and also keeping console.log lines of code on the lighter side. good work