Skip to content

Latest commit

 

History

History
36 lines (35 loc) · 1.57 KB

README.md

File metadata and controls

36 lines (35 loc) · 1.57 KB

Vigilans Nexum

Node CI Build codecov Quality Gate Status Vigilans Nexum is a tactical, turn- and tile-based RPG with a deep story about trust and the invisible bonds that connects the people on the battlefield. This game is inspired by the by the fire emblem franchise and tries to capture the essence of the fire emblem games with a twist on the gameplay mechanics.

Project Structure

vigilans-nexum
├── src
│   ├── assets
│   │   ├── audio
│   │   ├── fonts
│   │   ├── icons
│   │   ├── images
│   │   ├── javascript
│   │   └── video
│   ├── commands
│   ├── components
│   ├── core
│   ├── states
│   ├── systems
│   ├── utils
│   ├── asset.manifest.ts
│   ├── database.schema.ts
│   ├── game.config.ts
│   ├── game.events.ts
│   ├── index.css
│   ├── index.html
│   ├── index.ts
│   └── manifest.json
├── .gitignore
├── LICENSE
├── package.json
├── README.md
├── rollup.config.js
└── tsconfig.json