A top-down bullet hell wave survivor.
Built entirely in JavaScript, utilizing Phaser and Node.js.
The project is available online at https://unendlicher-turm.now.sh and https://cecil.now.sh.
This project was written by Team Cecil, which consisted of
The knight was custom-made from scratch.
Archer and Wizard were found on OpenGameArt.org.
Guardian is a third-party spritesheet inspired by Realm of the Mad God custom modified to fit out game.
Knight | Wizard | Archer | Guardian |
---|---|---|---|
Maps were all custom-made. However, the tilesheet used was found on OpenGameArt.org.
Quotes were generated from third party sites like PixelSpeechBubble.com.
The arena music came from Realm of the Mad God.
The player death sound came from PacMan.
All other sounds were found on OpenGameArt.org.
Top | Story |
---|---|
Main | Defeat |
---|---|
Town | Arena | Shop |
---|---|---|
If you're not already familiar with Node.js, you can download it here. Be sure to allow the extra features it asks for, like npm
.
- From your terminal / command prompt, run
npm install
- You can run
npm start
to start the server locally - Open
127.0.0.1:8080
in your browser to see the game