Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 564 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 564 Bytes

Pong

Self made copy of retro game pong

Description

This project was made for gaining experience in python and developing game for fun using only standart library.

Usage

screen.onkeypress(fun=r_paddle.up, key="w")
screen.onkeypress(fun=r_paddle.down, key="s")
screen.onkeypress(fun=l_paddle.up, key="Up")
screen.onkeypress(fun=l_paddle.down, key="Down")

Visual

image

License

MIT