Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 709 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 709 Bytes

Super Mario

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.

Hot to run it

  • clone repository
  • Run pnpm i
  • Run pnpm dev
  • Enter http://localhost:5173 in your browser