A simple platformer game featuring Rabio the rabbit. Built with HTML5 Canvas and JavaScript.
- Responsive canvas that adapts to screen size
- Smooth brick platform rendering
- Character movement (coming soon)
- Platform collision (coming soon)
- Clone the repository:
git clone [your-repo-url]- Open
index.htmlin your web browser
The game is built using:
- HTML5 Canvas for rendering
- Vanilla JavaScript for game logic
- No external dependencies
rabio/
├── index.html # Main HTML file
├── main.js # Game logic and rendering
└── assets/ # Game assets
└── character/ # Character sprites
Feel free to submit issues and enhancement requests!