jonaylor89 / BrowserGames

Collection of games and animations made using p5.js. Most inspired by thecodingtrain
3 stars 9 forks source link

Legacy javascript -> ES6 #1

Closed jonaylor89 closed 6 years ago

jonaylor89 commented 6 years ago

I've already done a little bit of refactoring to es6 but there is some work that needs to be done

vindu939 commented 6 years ago

@jonaylor89 I can help with the refactoring, please let me know where can I contribute.

jonaylor89 commented 6 years ago

@vindu939 If you could just go through and change things to let or const for variable and refactor the old classes to the es6 version with the class keyword that would be awesome. You could do it for one folder or all of them doesn't matter.

ktan114 commented 6 years ago

I'd like to help out too if you don't mind.

vindu939 commented 6 years ago

@ktan114 Sure, let me know which folders you would be working on so that we don't step on each other. I'll update the same.

ktan114 commented 6 years ago

I started on the SnakeGame folder.

ays14 commented 6 years ago

@jonaylor89 I'm working on the folders starting with F and M.

jonaylor89 commented 6 years ago

There are still some files that aren't es6 yet. I plan on refactoring it this weekend but I'm going to leave this issue open in case someone wants to get a pull request in for hacktoberfest

(I believe the last file is Particle.js in the Flowfield file)