This little project is my take on the Code Super Mario in JS series by Pontus Alexander. The original source code and other references can be found here. Source code in here is written in TypeScript, in contrast to the original's JavaScript, so there are a couple of tweaks and improvements. I really hope that Pontus finally finishes this series, because it's a great material on game dev in JavaScript from scratch.
- clone repository
- Run
pnpm i
- Run
pnpm dev
- Enter
http://localhost:5173
in your browser