Hi all,
No big news, just for fun, wrote a remake of
Space Commanders old PC game (1983) - using pure pas2js on a HTML5 canvas, enhanced with WebGLazy (thanks
lainz, borrowed the idea from one of your repositories); no other libraries of frameworks.
Can be played, if anyone's interested:
https://pascommanders.netlify.app/Source's in the attachment.
Thanks.
Update - reuploaded with a few improvements:
- Title screen, allowing for difficulty level selection
- Touch input - now it's playable (to some extent) on mobile and tablets
- Audio backend changed from <audio> tags to Web Adudio API for better performance
- Added a basic PWA manifest so that it's "installable".