https://github.com/alishobeiri/ball-keep-up
Ball keep up game implementing artificial gravity system using PixiJS
https://github.com/alishobeiri/ball-keep-up
Last synced: 6 months ago
JSON representation
Ball keep up game implementing artificial gravity system using PixiJS
- Host: GitHub
- URL: https://github.com/alishobeiri/ball-keep-up
- Owner: alishobeiri
- Created: 2018-01-27T21:17:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-08T01:10:46.000Z (almost 7 years ago)
- Last Synced: 2025-02-14T13:50:30.857Z (8 months ago)
- Language: JavaScript
- Homepage: http://alishobeiri.github.io/Ball-Keep-Up
- Size: 5.92 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ball Keep Up Game
This is a ball keep up game implemented using the [PixiJS](http://www.pixijs.com/) renderer. The goal of the game is to keep the ball in the air by clicking on it before it reaches the bottom of the screen. Each time the ball is clicked a point is earned for the player.Clicking on the ball in various locations imparts different momentum to the ball. When clicked on the very top, the ball receives the lowest vertical momentum. Clicking the ball off its central axis either to the left or the right imparts a angular momentum to the ball and allows it to spin. The ball is able to also bounce off the left and right walls on the game window.
The game plays as shown below:
![]()