
Pong meets IOTA
A micropayment integration into one of the worlds famous video games – PONG
Being curious on how to enable micropayments in a gaming environment, I designed this game as a small side-project. Due to the fact that i am not a professional game developer, I decided to choose PONG for my small experiment, which I created with the pygame library. Please feel free to test it out properly.
How to start:
- First download the repository: https://github.com/MichiKuhl/PONG_IOTA
- Install pygame,qrcode and the pyota library.
pip install pygames pip install qrcode pip install pyota
3. Navigate into the pong_iota_v1 folder & start the game
git clone https://github.com/MichiKuhl/PONG_IOTA.git cd /PONG_IOTA/pong_iota_v1 python pong.py
After this, the game should start like this and you can test the game.

