Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devmount/lava-ball
Find the gold. Avoid the heat!
https://github.com/devmount/lava-ball
2d-game
Last synced: 15 days ago
JSON representation
Find the gold. Avoid the heat!
- Host: GitHub
- URL: https://github.com/devmount/lava-ball
- Owner: devmount
- Created: 2020-02-13T23:48:07.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-03T11:27:45.000Z (about 1 month ago)
- Last Synced: 2024-12-03T12:25:55.075Z (about 1 month ago)
- Topics: 2d-game
- Language: Vue
- Homepage: https://lavaball.devmount.de
- Size: 694 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# LAVA BALL
Find the gold. Avoid the heat!
> This is just a little game I made for my kids to practice hands-eye-coordination and directions. Some of the levels the kids draw on a paper and I implemented them accordingly.
![Screenshot of LAVA BALL level 10](https://github.com/devmount/lava-ball/assets/5441654/84287cfe-f41e-4a4d-9250-537be15ce12d)
## How to play
Use the arrow keys to navigate a little ball to the gold mine. But be warned: there are traps on the way!
## Project setup
```bash
npm install
```### Compiles and hot-reloads for development
```bash
npm run dev
```### Compiles and minifies for production
```bash
npm run build
```