toho-like-js
toho-like-js copied to clipboard
Touhou style danmaku shooter game which runs on your chrome.
```javascript Uncaught (in promise) DOMException: play() failed because the user didn't interact with the document first. ```
The first two replays in the demo should clear stage two but they don't now. I guess "desync" happens.
On monitors above 60hz the game becomes too fast and this makes it unplayable
The original Touhou games were always fullscreen by default (if I remember correctly), but in the browser the user must initiate the fullscreen, so it cannot be automated, so I...