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.
- Host: GitHub
- URL: https://github.com/cdleveille/puttjs
- Owner: cdleveille
- Created: 2019-07-22T05:29:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-28T19:49:20.000Z (over 3 years ago)
- Last Synced: 2024-11-06T23:42:38.693Z (11 months ago)
- Topics: game, golf, html5, html5-canvas, javascript, javascript-game, minigolf
- Language: JavaScript
- Homepage: https://www.cdleveille.net/putt
- Size: 117 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)