A neon-styled HTML5 canvas game inspired by Geometry Dash, featuring glowing effects, smooth animations, and challenging obstacle-based gameplay.
- ๐ Neon Visual Style: Glowing effects, vibrant colors, and a dark cyberpunk aesthetic
- ๐ฎ Classic Gameplay: Jump-based platformer mechanics similar to Geometry Dash
- ๐ Progressive Difficulty: Game speed and obstacle spawn rate increase over time
- โญ Visual Effects: Particle systems, glow effects, and smooth animations
- ๐ฏ Score System: Earn points by surviving obstacles
- ๐ Restart Function: Quick restart after game over
- Open
index.htmlin your web browser - Press SPACE or CLICK to make the neon cube jump
- Avoid the glowing obstacles (spikes and blocks)
- Try to get the highest score possible!
- Space Bar or Mouse Click: Jump
- Restart Button: Start a new game after game over
- Player: A cyan glowing cube that responds to gravity
- Obstacles: Pink spikes and orange blocks that move from right to left
- Ground: Green neon platform with dashed line pattern
- Particles: Background effects and jump/collision particles
- Scoring: +10 points for each obstacle successfully passed
- Built with HTML5 Canvas and vanilla JavaScript
- CSS3 animations and neon glow effects
- Orbitron font from Google Fonts for futuristic styling
- Responsive particle system for visual feedback
- Progressive difficulty scaling
โโโ index.html # Main game page
โโโ style.css # Neon styling and animations
โโโ game.js # Core game logic and rendering
โโโ README.md # This documentation
Works in all modern browsers that support HTML5 Canvas:
- Chrome 4+
- Firefox 2+
- Safari 3.1+
- Edge 9+
You can easily customize the game by modifying:
- Colors: Change the neon color palette in
style.cssandgame.js - Difficulty: Adjust
gameSpeed,obstacleSpawnRate, andgravityvalues - Player Size: Modify the player dimensions and jump force
- Obstacle Types: Add new obstacle shapes and behaviors
The game uses a simple game loop with:
- Update: Physics, collision detection, and game state
- Render: Drawing all game objects with neon effects
- Input: Keyboard and mouse event handling
Enjoy the neon geometric challenge! ๐ฎโจ