selenebun / bullethell

A bullet hell game programmed using HTML5 and JS.

Home Page:https://selenebun.github.io/bullethell/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bullethell

A bullet hell game in HTML5 and JS, using the p5.js library. You can play it here.

Arrow Key Controls

  • Arrow keys to move.
  • Z to fire.
  • X to slow down time.
  • C to use a bomb to clear the screen of bullets.
  • P to pause.

WASD Controls

  • WASD to move.
  • B to fire.
  • N to slow down time.
  • M to use a bomb to clear the screen of bullets.
  • P to pause.

Debugging controls

  • F to toggle FPS display.
  • G to toggle low graphics settings for slower computers.
  • H to toggle displaying hitboxes.
  • T to toggle black background.
  • Y to toggle rendering stars.

About

A bullet hell game programmed using HTML5 and JS.

https://selenebun.github.io/bullethell/

License:MIT License


Languages

Language:JavaScript 94.6%Language:HTML 3.5%Language:CSS 1.9%