Skip to content

abobco/Catatonia

Repository files navigation

Catatonia

Work in progress (mobile friendly) roguelike browser game. Made with node.js.

Try the demo here!

Demo

Build your own version:

Navigate to your clone's directory and install dependencies via npm:

npm install

You can use the webpack dev server to automatically update your development build every time you save a change. Launch it from your terminal via npm:

npm run start

Your default browser should open a tab to localhost:8080, which will automatically refresh every time you save a change.

Finally, build a release bundle to the dist folder with:

npm run build

Dependencies:

Art:

The art for this game was ripped from Castlevania: Order of Ecclesia, a Nintendo DS exclusive, originally released by Konami on October 21, 2008. If you like the art in this game, go support Konami and buy that game!

If you want to make your own project with sprites from this game, you can find them here: https://www.spriters-resource.com/ds_dsi/castlevaniaorderofecclesia/

About

2D WebGL platformer game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published