Tiny game where player navigates his character to the gate symbolizing new year. After player gets there, he gets rewarded by always random fireworks :)
To run in Ubuntu, pygame module needs to be installed:
python -m pip install -U pygame --user
To run in Windows, .exe file ca be generated with setup.py (which is using cz_freeze module )
