The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Help.py | 2015-06-17 | 3.4 kB | |
| RoopeeLand.py | 2015-06-17 | 7.9 kB | |
| ReadMe.txt | 2015-06-17 | 1.0 kB | |
| RoopeeLand-Map.pdf | 2015-06-16 | 66.4 kB | |
| Totals: 4 Items | 78.7 kB | 0 |
ReadMe.txt ========== RoopeeLand Version: 0.1 Modified: 17.Jun.15 Author: Rupert Files Required ============== RoopeeLand.py Help.py To Run RoopeeLand ================= Run the module RoopeeLand.py in a Python 3 interpreter. Version Notes ============= ver 0.1 Overview -------- This is just the first step. It is a working program but all it does is display the opening spiel and ask for a command, which it then parses to check for validity. Gameplay -------- The game ends when either a valid command is detected or too many (3) invalid inputs are entered. There is no actual gameplay. Programming ----------- This is my first ever Python and (working) OOP project. It is a learning and teaching exercise. Allmost every line of code is commented in detail. There is no real OOP yet; even the input parser is simply a function as a proof of concept. The Help module is implemented as a class but no instances are created, the class functions are called directly.