/divine-invasion

An RPG game about fighting demons and summoning them yourself.

Primary LanguageTypeScript

divine-invasion

An RPG game about fighting demons and summoning them yourself.

Made with Typescript + ThreeJS

Play at HEAD

https://moon-dude.github.io/divine-invasion/

Controls: WASD to move, E to skip dialogue.

Run locally

Install everything with npm install

Run all of these commands in parallel:

npm run-script tsc npm run-script watch node server.js

Then visit: http://localhost:8080/

Refresh the page as you make changes to see updates.