fogleman / Minecraft

Simple Minecraft-inspired program using Python and Pyglet
MIT License
5.22k stars 1.23k forks source link

Command Line Arguments #79

Open Christofosho opened 8 years ago

Christofosho commented 8 years ago

As this repository's goal is to turn into an educational tool, I believe that command line arguments are essential for students to learn about. By recognizing how to allow users to interact with our programs, we push to develop a programmer's sense of community and empathy. Let me know what you think. For reference, see #77.

Chris