Mini-games designed for learning Git and JavaScript. Simple and clear interface adapted for modern browsers.
This project demonstrates basic front-end application development skills using pure JavaScript, HTML5 and CSS3. All games are united by a common style and control system.
Control:
- ➡️ ← → : Platform movement
- 🖱️ : Following the cursor (in the play area)
Objective:
- 🏆 Victory: Destroy all blocks
- 💀 Defeat: Lose all lives (ball goes behind the platform)
Control:
- ⬆⬇⬅➡ : Move snake.
- 🍎 Collect food on the field
⚠️ Avoid collisions with walls and your body- 🏅 Try to get the highest score!
- ✅ Pure JavaScript (no frameworks)
- 💡 Simple MVC architecture
- 📱 Adaptive design
- 📊 Record system (localStorage)
- 🎨 Minimalistic UI
The project is distributed under the MIT license. Details in the file LICENSE.
Author: Darek Project: GitHub Project