项目作者: GrumpyOldSkeleton

项目描述 :
Classic Pong game with OpenSimplex ball movement
高级语言: Python
项目地址: git://github.com/GrumpyOldSkeleton/pong.git
创建时间: 2021-01-12T16:34:39Z
项目社区:https://github.com/GrumpyOldSkeleton/pong

开源协议:

下载


Pong

Classic Pong game with starfield background and using OpenSimplex random noise to create a ‘wind effect’ on ball movement that changes smoothly with each hit of the ball on either paddle.

A partical system class handles some nice-looking partical effects.

Written using Python3 and PyGame.

Requires OpenSimplex and PyGame libs.

pip install opensimplex
pip install pygame

or

pip3 install opensimplex
pip3 install pygame

Screenshot

screenshot
screenshot 2

Controls:

SPACE to start the game.

Tap UP and DOWN keys to accelerate the player paddle up and down.