Skip to content

di2mot/Arkanoid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arkanoid

A simple Python game in cosole without pygame and external dependencies

[N|Solid]

A small simple game in Python, without external modules. To set the parameters of the playing field, call the script with these parameters:

For Windows

python Arkanoid.py --h=20 --w=100 --a=4 or python Arkanoid.py

for Linux:

python3 Arkanoid.py --h=20 --w=100 --a=4 or python3 Arkanoid.py

Where:

--h - height in lines

--w - width in columns

--a - number of lines of blocks

License

WTFPL Version 2

Free Software, Hell Yeah!

About

Terminal Python Game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages