Metadata-Version: 2.1
Name: codingnow
Version: 0.1.13
Summary: A simple example Python package
Home-page: https://github.com/cflab2017/codingnow_py
Author: codingnow
Author-email: codingnow@naver.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# codingnow_py
# CodingNow

CodingNow

pip install setuptools wheel twine

# build
python setup.py sdist bdist_wheel

# upload
twine upload dist/*
twine upload --verbose dist/*

# update
pip install codingnow --upgrade

#24.09.11 version='0.1.5'
add background
add level control

#24.09.12 version='0.1.6'
add draw mouse position
add effect for game-over

#24.09.12 version='0.1.7'
bug fix gameover

#24.09.23 version='0.1.8'
x,y mouse position clipboard

#24.09.24 version='0.1.9'
add mouse left-click (x,y mouse position clipboard)
add weapon

#24.09.26 version='0.1.10'
add led control learning

#24.09.26 version='0.1.11'
add image player-level
add change jump value


#24.10.02 version='0.1.12'
add pip auto install


#24.10.04 version='0.1.13'
add up using left, right
