sirati / VirusGame

Watch here for information about this project: https://www.youtube.com/watch?v=o1IheoDRdGE
5 stars 2 forks source link

Refactor to use pure java whenever possible #5

Closed sirati closed 3 years ago

sirati commented 3 years ago

This does not change any functionality. However, it allows writing cleaner code and using modern IDEs to edit the code, as well as allowing for method renaming, generating code, automated refactoring etc. Using an IDE is just superior.

This requires moving all code one subdirectory deeper due to gradle + IntelliJ limitations.

This does not in any way impede the ability to edit the code from Processing.