I implemented a STG with JavaScript and HTML5 in a week.

Introduction

Suddenly I felt I wanna implement a STG. So, I implemented it with JavaScript and HTML5 in a week. I'll introduce you it here.

Play

You can play it here.

http://takahirox.github.io/toho-like-js/index.html
(Be careful that the sound will come out.)

Note that I confirmed only it runs on the combination of Windows and chrome. Also it can run on the combination of Android and chrome if you have a bluetooth keyboard, but it's very very slow. I have no idea whether it runs on the other environment or not.

Video

Screenshot


Boss


Bomb


Opening

Future work

I just implemented a STG engine. I didn't implement an actual enemy map, proper parameters, stages, opening, ending, and so on. I guess the current game is not so excited. Please wait 'til I implement them.

Conclusion

I'd be very pleased if you'd enjoy my STG on your web browser!

I wanna port this STG into Android App.


はじめに

突然シューティングゲームを作ってみたくなったので、JavaScriptHTML5を用いて一週間で作ってみました。ここではその紹介をします。

プレイ

ここでプレイできます。

http://takahirox.github.io/toho-like-js/index.html
(音が出るので注意)

Windows & Chromeのみで動作確認を行いました。Bluetoothキーボードがあれば、Android & Chromeでも遊べるのですが、とても遅いです。他の環境で動くかどうかはわかりません。

Video

Screenshot


ボス


ボム


オープニング

Future work

まだゲームエンジンを作っただけです。敵の配置や、適切なパラメータの設定や、オープニング・エンディングなどなどはこれから実装していく予定です。

なので、現在の状態ではあまり面白くないと思います。作り終わったらまた遊んでみてください。

Conclusion

お使いのウェブブラウザ上で、このゲームを楽しんでいただければ幸いです。

Androidアプリに移植したいな。