Arena game set in the world of Damos where you fight hordes of vicious creatures to the death for your honor and survival.
Made with PIXI.JS, Typescript, and Webpack.
- Make sure you have node.js and
npm
installed to compile this project. - Clone this repository with
git clone https://github.com/bytesizedpacket/arena.git
- Use
npm install .
in the project directory to ensure all necessary dependencies are present. - Use
npm run-script build
to generate output in thedist
directory. This directory is ready to be served from your webserver. - OR
- Use
npm run-script start
to run a webserver at localhost:8080 that will automatically recompile and refresh when you save any source file.
A live build is running at arena.deltaryz.com.
This project currently uses icons from Pixeltier's Modern RPG Icon Pack and Pixel_Poem Dungeon Tileset, as well as Justin's 16x16 Icon Pack, which is licensed under CC-BY-4.0.