Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 592 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 592 Bytes

JS canvas 2D Minecraft

  • JS canvas without using third party libraries
  • Webpack
  • Typescript

Demo

Try now

Preview

Game preview

How to play

Keys Action
A D Move player
Space Jump
W Climb ladder
1-9 Switch inventory hot bar
Enter Give blocks

Dev Commands

Run dev mode (auto-update code when editting)

npm run dev

Run build

npm run build