This is a read-only mirror of the git repo at https://codeberg.org/marc/bullethell
Evils Of The Dungeon (EOTD) is a Bullet Hell game where you play a kid called Bobby. On his way home from baseball training, Bobby is sucked into a portal and wakes up in a dungeon where everything is out to get him. Luckily he has his trusty bat with him which helps him defend off the hordes of evil.
EOTD was created with Kaboom.
- Trying to kill you: Flying skulls, arrows and spears.
- Different items that spawn at random places on the map.
- Sneakers: Run faster for a short amount of time.
- Bomb: Blow up your enemies. But be aware, the bomb will leave a hole in the ground.
- Health flask: Regain health.
- Try to survive as long as possible and beat your own highscore.
- Cool retro look and sounds.
w = UP, a = LEFT, s = DOWN, d = RIGHT
Mouse Click = ATTACK, Space = DROP BOMB, p = PAUSE
src
- source codewww
- distribution folder, contains your index.html, built js bundle and static assets
Up-to-date Node.js and npm installation.
npm install
Will install all the required dependencies.
$ npm run dev
Will start a dev server at http://localhost:8000.
$ npm run build
Will build your js files into www/main.js
.
$ npm run bundle
Will build the game and package it into a .zip file, which can then be uploaded or deployed etc.
- health-pickup.wav (CC0 1.0)
- menu.wav (CC0 1.0)
- bomb-spritesheet.png (CC0 1.0)
- hurt.ogg (CC0 1.0)
- bomb-pickup.wav (CC0 1.0)
- damage.ogg (CC0 1.0)
- death.wav (CC BY 4.0)
- burning-fuse.wav (CC0 1.0)
- match-strike.wav (CC0 1.0)
- explosion.wav (CC BY 3.0)
- sneakers.png (CC0 1.0)
- sneakers-pickup.wav (CC0 1.0)
- lava-spritesheet.png (CC0 1.0)
- swoosh.wav (CC0 1.0)