02-08-2026, 01:50 AM
(This post was last modified: 02-08-2026, 02:04 PM by TempodiBasic.)
I've tried to bring to life a my old application made with the oldest version of Inform.
But I have had no success, so I decided to make a new version... for not wasting my time I'm using InformPe in Windows11.
So I got no surprise!
It is a simple demo (not playable) of the classical Pong game. The ancient Pong!
Here you can get the source files distribution in 7zip file:
NewPongClone.7z (Size: 125.88 KB / Downloads: 5)
and here a .ZIP made under Kubuntu with its application Ark.
NewPongClone.zip (Size: 149.03 KB / Downloads: 5)
and here a Screenshot
![[Image: immagine-2026-02-08-024146896.png]](https://i.ibb.co/gMSp4Xm0/immagine-2026-02-08-024146896.png)
To get the application :
1 download the file
2 unpack the 7zip in your QB64pe folder
3 go in the NewPongClone folder
4 open NewPongClone.bas with QB64peIDE
5 compile hitting F5 or clicking on the Run menu
It is a demo for showing how using basic features of InformPE:
how to set colors (Background, Foreground, BorderColor) of items of application,
how to use disable items,
how to make animation with items,
how to use an image in Button item,
how to use the Frame item,
how to implement User routines in main module,
how to declare Global variable in main module
how to change on fly the properties of items of InformPE.
Welcome feedbacks
Lucky TempodiBasic
PS: I have followed the rule put informpe included files and folders into the folder of application to compile for distributing it.
But I have had no success, so I decided to make a new version... for not wasting my time I'm using InformPe in Windows11.
So I got no surprise!
It is a simple demo (not playable) of the classical Pong game. The ancient Pong!
Here you can get the source files distribution in 7zip file:
NewPongClone.7z (Size: 125.88 KB / Downloads: 5)
and here a .ZIP made under Kubuntu with its application Ark.
NewPongClone.zip (Size: 149.03 KB / Downloads: 5)
and here a Screenshot
![[Image: immagine-2026-02-08-024146896.png]](https://i.ibb.co/gMSp4Xm0/immagine-2026-02-08-024146896.png)
To get the application :
1 download the file
2 unpack the 7zip in your QB64pe folder
3 go in the NewPongClone folder
4 open NewPongClone.bas with QB64peIDE
5 compile hitting F5 or clicking on the Run menu
It is a demo for showing how using basic features of InformPE:
how to set colors (Background, Foreground, BorderColor) of items of application,
how to use disable items,
how to make animation with items,
how to use an image in Button item,
how to use the Frame item,
how to implement User routines in main module,
how to declare Global variable in main module
how to change on fly the properties of items of InformPE.
Welcome feedbacks
Lucky TempodiBasic
PS: I have followed the rule put informpe included files and folders into the folder of application to compile for distributing it.

