A small roguelike game made in Svelte
.
In this project I tried to better my understanding of the <canvas>
element and what it could do.
I also challenged myself to learn some pixel art basics and made all the sprites on my own.
wasd
keys and attack enemies.git clone https://github.com/giuxtaposition/roguelike.git
cd roguelike
yarn install
yarn dev