A Tower Defense Game written in TypeScript.
Spirit of Aegis is a tower defense game written in TypeScript. It uses the Three.js JavaScript Library.
To work on the project:
- Make sure you have Node.js and npm installed.
- Navigate into the project directory.
- Run
npm install
to install dependencies. - Run
npm run dev
to start a development server. - Open your browser and navigate to
http://localhost:8080
.
To build the project:
- Run
npm run build
.
This will compile the files into the ./dist
folder.
Game assets are made available under CC0 1.0 Universal and can be found here.