===================================================================
--- original.js
+++ change.js
@@ -201,18 +201,18 @@
openAI.update();
microsoft.update();
if (altman.intersects(openAI) && altman.vx < 0) {
var diffY = altman.y - openAI.y;
- altman.vx *= -1;
+ altman.vx *= -1.1;
altman.vy = diffY / openAI.height * 10;
self.score += 1;
scoreLabel.setText('Rejections: ' + self.score);
var randomReason = self.rejectionReasons[Math.floor(Math.random() * self.rejectionReasons.length)];
rejectionReasonLabel.setText(randomReason);
}
if (altman.intersects(microsoft) && altman.vx > 0) {
var diffY = altman.y - microsoft.y;
- altman.vx *= -1;
+ altman.vx *= -1.1;
altman.vy = diffY / microsoft.height * 10;
self.score += 1;
scoreLabel.setText('Rejections: ' + self.score);
var randomReason = self.rejectionReasons[Math.floor(Math.random() * self.rejectionReasons.length)];
sam altman head Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
openai logo inside of a pong paddle Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
microsoft logo inside of a pong paddle Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
Awesome background showing AI Datacenter