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

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.

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.

![Dino's Adventure](https://github.com/AKAspanion/platformer-game/blob/master/demo.gif?raw=true)

## 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