A fun online drawing challenge game to test your hand stability and drawing skills!
This is a simple yet challenging drawing game inspired by "Draw a Perfect Circle". Players need to draw a five-pointed star as accurately as possible using a mouse or touchscreen. The system will score your drawing based on how closely it matches a perfect star.
Visit https://qiwei-ma.github.io/draw-perfect-star/ to start playing now!
- Clone this repository:
git clone https://github.com/qiwei-ma/draw-perfect-star.git
cd draw-perfect-star- Run with any HTTP server, for example:
# Using Python
python -m http.server 8000
# Or using Node.js
npx http-server- Open
http://localhost:8000in your browser
- 95% and above - Gold line, Perfect! 🏆
- 85-94% - Green line, Very Good! ✨
- 70-84% - Orange line, Good! 👍
- Below 70% - Red line, Keep Trying! 💪
Issues and Pull Requests are welcome!
MIT License - see LICENSE file for details
Game inspired by Neal.fun's "Draw a Perfect Circle"
⭐ If you like this project, please give it a Star!
🎮 Play the game: https://qiwei-ma.github.io/draw-perfect-star/