GitXplorerGitXplorer
s

maze-td-idle

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
63b1787dd09f24b1dd26ba142fec75904a1f7884

feat: arrow tower bullet + lives

sstafyniaksacha committed 2 years ago
Unverified
1a576539dab65827ab746a5a665ad5b16b70692b

feat: tower canon follow cursor + enable eslint

sstafyniaksacha committed 2 years ago
Unverified
3b574e4ee53c76d654a6214b45097e8ff2b9a138

fix: reactive building store

sstafyniaksacha committed 2 years ago
Unverified
f711e49a580ca2478204a061520fb4c14311f2cc

feat: layers offcanvas

sstafyniaksacha committed 2 years ago
Unverified
8056b75c796fb4bb5e1fd406affc03238a358906

feat: render layers

sstafyniaksacha committed 2 years ago
Unverified
fbcf167ceefe5808f8a7011a5e51aa2c30c855df

feat: spawner

sstafyniaksacha committed 2 years ago

README

The README file for this repository.

MAZE TD IDLE

Look at the Nuxt 3 documentation to learn more.

Setup

  1. Check if you already have Node.js installed. Run this command in your terminal:
node -v

If node is not installed on your machine, you can go to the official nodejs.org website, and choose the version depending on your operating system:

  1. Enable pnpm with corepack
corepack enable
corepack prepare pnpm@latest --activate

corepack is installed with node from v16.13.x, if your version is below, install it with: npm install -g corepack

To setup the template and start installing project dependencies, run one of the following commands:

# using pnpm
pnpm install

🔃 Run a development server

To start the development server, run the following commands:

# using pnpm
pnpm dev