tigwyk / eft-idle

Idle game with EFT theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incremental Game Template

A template project to quickly create incremental games with Typescript.

Build Status

Please visit the actual Docs here

Requirements

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Troubleshooting

.flat is not a function

If you get the following error

Syntax Error: TypeError: [(...variantsValue),(...extensions)].flat is not a function

This is caused by not having Nodejs >= v12.13.0. Please update your node version.

About

Idle game with EFT theme

License:MIT License


Languages

Language:TypeScript 71.1%Language:Vue 27.3%Language:JavaScript 0.6%Language:CSS 0.5%Language:HTML 0.3%Language:Shell 0.2%