Svelte tetris is a simple basic game written in Svelte framework. You can Check it out here.
Install the dependencies...
git clone https://github.com/RedEdge967/svelte-tetris.git
cd svelte-tetris
npm install
...then start Rollup:
npm run dev
Navigate to localhost:5000. You should see the app running. Press start and start playing around.
I suggest you to use Vercel or Netlify when deploying this project to the web. It will be easier when deploying with Vercel or Netlify.
Read the documentations before developing and deploying.
Sure open an issue, point out errors, and what not? wanna fix something yourself, you are welcome to open a PR and I appreciate it.
If you enjoyed this game, don't forget to give a star 🌟 and fork too...