Big Dev
Will be spending next week learning JS, making some visual simulators with p5.js and then learning and using Node.js for server side stuff. Edit: Heroku seems nice Updates April 5-6: Figured out how to combine socket.io 2.0 with p5.js and launched quick-n-dirty version on heroku at https://bit.ly/34jbMfQ I wanted to have 2 "independent" sources for interaction (canvas and chat) April 7: gf suggested that I transform it into Pictionary. Made the canvas, time to implement word picker. She wants word difficulty and also in Russian. Couldn't find a nice json file, but found a page with words without API. Therefore will write a quick web parser, make a json. Then need to figure out how to pull up words and translate them on the go. Probably with goolge.translate's api