Skip to content

Commit

Permalink
Merge pull request #10 from flo-bit/main
Browse files Browse the repository at this point in the history
refactoring, sounds, level menu, background
  • Loading branch information
flo-bit authored Jan 28, 2024
2 parents 4e314f7 + b89126f commit ee72eaa
Show file tree
Hide file tree
Showing 44 changed files with 9,427 additions and 4,618 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ node_modules
!.env.example
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
/electron/build
out/
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,25 @@ Try it out [here](https://flo-bit.github.io/ball-game/).
- [x] Improve menu
- [x] Add time keeping and local highscores
- [x] show "new highscore" when you get a new highscore
- [x] Add sound effects + music
- [x] refactor level selection (currently breaks sometimes)
- [x] automatically capture mouse in game

- [ ] capture mouse in game
- [ ] show hints in game (tutorial)
- [ ] refactor levels
- [ ] Add more levels
- [ ] Add mobile controls: touch joystick
- [ ] Add gamepad support
- [ ] toggle sound+sound effects on/off in settings
- [ ] add pause menu
- [ ] improve physics (difference between in the air and on the ground)

## low prio

- [ ] keyboard controls for menu
- [ ] Add sharing levels (import/export) maybe using links?
- [ ] Add different balls
- [ ] Add different platforms / forces
- [ ] Add mobile controls: joystick or tilt
- [ ] Add gamepad support
- [ ] Add sound effects + music (+ toggle on/off in settings)
- [ ] REFACTOR (later :P)


Expand Down
Loading

0 comments on commit ee72eaa

Please sign in to comment.