Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 688 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 688 Bytes

Mini Golf

Beautiful low-poly Mini Golf made in WebGL using TypeScript, bundled with Webpack

Download

You can download compiled project here or even better, view it in action here

Compiling

  • Install Node.js (includes npm too)
  • Download the latest source of Mini Golf and unzip it
  • Move into the same directory with command prompt and run npm install to install dependencies
  • Run npm start, which will run development server and will open browser tab when it's built
  • You can also build it with npm run build