Bubbleman IO is a simple browser-based game where you control a bubble and try to grow by absorbing smaller bubbles while avoiding larger ones.
- Use the arrow keys to move your bubble.
- Scroll to zoom in and out.
- Absorb smaller bubbles to grow larger.
- Avoid larger bubbles to survive.
- The game ends when you either win by growing large enough or lose by being absorbed by a larger bubble.
- Arrow Keys: Move your bubble.
- Mouse Scroll: Zoom in and out.
- Player Bubble: The bubble you control. It grows as you absorb smaller bubbles.
- Other Bubbles: Randomly spawned bubbles that you can absorb if they are smaller than you.
- Continuous movement based on the last key pressed.
- Randomly spawning bubbles that do not touch the player.
- Display of score and game duration.
- Zoom in and out functionality.
- Clone the repository:
git clone https://github.com/HugoNicolau/bubbleman-io.git
- Navigate to the project directory:
cd bubbleman - Open
index.htmlin your web browser to start playing.
BubbleMan IO © 2025 by Hugo Nicolau is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International
- Inspired by classic IO games.
- Developed using HTML5 Canvas and JavaScript.
Enjoy playing Bubbleman IO!