Ama by machine_screen 2014-05-10T09:56:00
Hi all, thanks for your comments and feedback!
@NiceAlexanderAS unfortunately playmycode (the IDE we used) is in beta and there are some Mozilla Firefox implementation issues we have no influence over. We recommended everyone use Chrome if possible. Sorry for the inconvenience.
@Penguincat we are not using any anti-aliasing, the image blur is due to opengl texture parameters that we do not have access to. They are hardcoded to glTexParameteri(..GL_NEAREST) not the more suitable GL_LINEAR. We chose the IDE for convenience and speed, slight image blur is an unfortunate drawback.
@Fritzendugan "Separating Axis Theorem" is a really good suggestion, thanks! If we develop this game further CD is definitely something we will readdress!