Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

selenebun/bullethell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.