https://github.com/akaspanion/platformer-game
🎮 A 2D platformer game.
https://github.com/akaspanion/platformer-game
2d-game game platformer
Last synced: about 1 month ago
JSON representation
🎮 A 2D platformer game.
- Host: GitHub
- URL: https://github.com/akaspanion/platformer-game
- Owner: AKAspanion
- License: mit
- Created: 2021-01-31T19:11:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-15T10:22:30.000Z (over 1 year ago)
- Last Synced: 2025-03-31T01:51:15.003Z (3 months ago)
- Topics: 2d-game, game, platformer
- Language: JavaScript
- Homepage: https://akaspanion.github.io/platformer-game/
- Size: 31 MB
- Stars: 20
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dino's Adventure
Dino's Adventure is a platformer game made with a pixel art style.
Goal of this game is to help Dino collect coins and defeat enemies on his way.
Game is made entirly using `Vanilla JS`, `HTML5 Canvas`, and
`CSS`.
Game is also mobile responsive and can be installed on mobile/desktop as a PWA.
## Live
The game is live [here](https://akaspanion.github.io/platformer-game/).
## Locally
Clone the repo and run
```bash
npm run install
npm run serve
```Game will launch at `http://localhost:2108/`
## Author
Ankit Kumar Pandit