Trung0246 / Shmup

A library for bullet hell in Javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shmup

A library for bullet hell in Javascript

Stable version: 1.1.4

This is the stable branch, please go to master branch for development version.

Some feature were borrowed from java library bulletml by Kenta Cho :

www.asahi-net.or.jp/~cs8k-cyu/bulletml/index_e.html

DEMO

DEMO FLOWER

SANDBOX (Have fun testing with my engine here)

WIKI (Warning: this is old wiki, not work with current version)

Feature:

  • Fire beautiful pattern as shown above.
  • Aim to target.
  • Modify bullet data while firing.
  • ...

Changelog:

  • Cached sin and cos for performance
  • Added new configs "fire" callback when bullet fire

About

A library for bullet hell in Javascript

License:MIT License


Languages

Language:JavaScript 99.7%Language:HTML 0.3%