html5篮球小游戏源码_微信手机小游戏投篮js代码
var scorenext=0; function Basketball() { this.version = 0.1, this.balls = [], this.hoops = [], this.texts = [], this.res = {},this.score = 0, this.started = !1, //false this.gameOver = !1, //false this.ballX = 160, //球X坐标 this.ballY = 8