https://github.com/devmount/lava-ball
Find the gold. Avoid the heat!
https://github.com/devmount/lava-ball
2d-game
Last synced: 3 months 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 (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-06T11:36:59.000Z (4 months ago)
- Last Synced: 2025-03-06T12:29:50.512Z (4 months ago)
- Topics: 2d-game
- Language: Vue
- Homepage: https://lavaball.devmount.de
- Size: 737 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.

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