This is a simple program that will allow you to play a rolling dice game with the CPU. It'll provide you a simple GUI where you will have to click with your mouse to roll. That's a simple example of what LÖVE is able to do. I've used a sreference the book Developing Games on the Raspberry Pi: App Programming with Lua and LÖVE. The exaple in the book had, also, several errors in the code that i've corrected. I hope i'll be able in the future to drop something a little bit more complicated. Thanks to everybody!
In order to run it you have to download LÖVE. You can go here or run the following command
sudo apt install love
Then you should go in the folder with this project, or just change the '.' in the command with the folder path, and type in the terminal the following stuff
love .
Now you a little window with the game should have been opened...
Enjoy!