See it at https://pwmarcz.pl/grass.
- Install Inkscape
- Run
make
to generate the image files - Install Yarn and run
yarn
to install packages - Run
make serve
to run dev server onlocalhost:1234
I'm using the following components:
- TypeScript as language
- Yarn for JS packages
- Parcel for bundling the application
- PixiJS for game rendering
- Preact for the HTML parts
- ESLint for linting
Content prepared using:
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"
],