Skip to content

Inspyre-Softworks/pong

Repository files navigation

pong

Usage

$>./__main__.py ~p1=Taylor ~p1c=pink ~p2=Steve ~p2c=green +v 

The above command would start the pong game with both players being named.

  • Player one would be named Taylor(~p1=Taylor1) and would have a paddle that is pink in color(~p1c=pink2).
  • Player two would be named Steve(~p2=Steve) and would have a paddle that is green in color (~p2c=green).
  • With the +v flag (or the ~~verbose modifier argument) the program will run in verbose mode where it will spit a bunch of output to it's console that the program believes you might find useful.

Screenshot 1

Starting without arguments

There is no problem with just starting the game like so:

$>./__main__.py # Note that there are no arguments present

The game will just be pre-empted by the InsPyPong Start screen which will allow you to configure your two pong players.

[screenshot here]

See the Pong by Inspyre Softworks wiki for more detailed information.

1: To find out more about this argument please visit the wiki.

2: This argument takes two types of strings. One containing html color hexcode, or one containing a color name.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages