Skip to content

pwmarcz/grass

Repository files navigation

Grass - a game demo

See it at https://pwmarcz.pl/grass.

How to run

  • Install Inkscape
  • Run make to generate the image files
  • Install Yarn and run yarn to install packages
  • Run make serve to run dev server on localhost:1234

Overview

I'm using the following components:

Content prepared using:

  • Inkscape for editing tileset (tiles/tileset.svg)
  • Tiled for editing map (tiles/map.tmx)

The project should integrate nicely with Visual Studio Code, but be sure to install the ESLint plugin and enable it:

"eslint.validate": [
  "javascript",
  "javascriptreact",
  "typescript",
  "typescriptreact"
],