An open API service indexing awesome lists of open source software.

https://github.com/cdleveille/puttjs

2D minigolf game concept written in JavaScript/HTML5 Canvas.
https://github.com/cdleveille/puttjs

game golf html5 html5-canvas javascript javascript-game minigolf

Last synced: 5 months ago
JSON representation

2D minigolf game concept written in JavaScript/HTML5 Canvas.

Awesome Lists containing this project

README

          

**Play Online:**

[https://www.cdleveille.net/putt](https://www.cdleveille.net/putt)

**Play from Source Code:**
1. Download or clone repository
2. Install [Node.js](https://nodejs.org/en/)
3. Install [http-server](https://www.npmjs.com/package/http-server): ```npm install http-server -g```
4. In the \PuttJS directory, run: ```http-server -a localhost -p 8000 -c-1```
5. Go to [http://localhost:8000/putt.html](http://localhost:8000/putt.html)