Skip to content

JayBroe/Python-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Colorful bar

This project (in it's first iteration) is just a simple game. With keys "A" and "D" you move the bar left or right. If the bar touch the falling box, it will change the color to the color of the box. The color of the text "color" will also be changed.

Some values are written in the .db file.

Project is being created in Python with SQLite database manage system.

It will by updated one time a week with new features & code improvements.

To launch it you have make sure you have all libraries installed (before that move, I recommend you to make it inside the any kind of virtual environment:

pip install --upgrade pip
pip install -r requirements.txt

after that, just enjoy the game by pressing

python main.py

or, in the case you use Linux

python3 main.py

Demo

rec_1

About

I've created this repository to make sure my skills in Python will remain unforgoten.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages