[READ-ONLY] Mirror of https://github.com/flo-bit/shadow-shmup. Fun and casual top-down, roguelike shoot 'em up browsergame with shadow elements and colorful neon effects flo-bit.dev/shadow-shmup/
browsergame pixijs rapier2d roguelike shoot-em-up typescript webgame
0

Configure Feed

Select the types of activity you want to include in your feed.

19 2 0

Clone this repository

https://tangled.org/flo-bit.dev/shadow-shmup https://tangled.org/did:plc:elm7skdryjrifnh3fdoix4no
git@tangled.org:flo-bit.dev/shadow-shmup git@tangled.org:did:plc:elm7skdryjrifnh3fdoix4no

For self-hosted knots, clone URLs may differ based on your setup.



Readme.md

shadow shmup#

The shadows are coming for you! Can you survive the onslaught? Move with WASD, auto-fires nearest enemy.

Development#

  1. Clone the repository
git clone https://github.com/flo-bit/shadow-shmup.git
  1. Install dependencies
npm install
  1. Run the development server
npm run dev
  1. Open the game in your browser at http://localhost:5173

TODO#

shadow shmup#

  • count enemies killed
  • enemies attack
    • shoot (pentagon)
    • pulse
    • ram/explode (triangle)
  • die
  • weapons
    • recoil on player
    • impulse on bullet impact (done for enemies)
    • different weapons (different shooting mechanics, colors)
    • show weapon
  • change player rigidbody to dynamic
  • different enemies
    • different shapes, attacks
  • waves
  • eyes blinking
  • obstacles
  • enemies drop stuff, player can pick it up
  • music
  • sound effects
    • player shooting
    • player getting hit
    • enemy getting hit
    • enemy shooting
    • enemy dying
  • special effects
    • player getting hit (flash screen)
  • menu: solo, co-op, credits

credits:#