Online Multiplayer Python Game with Text Based Battle System : Rodney Nobles
Lochwynne University is an institute created to train young Dretons (those who possess superhuman abilities) in controlling and growing their abilities and to promote a healthy relationship between Nulls (those who dont have any supernatural abilities) and Dretons.
Users will be able to create a character to battle online against another user or against AI. The users character progression will depend on the outcome of the battle and the character progression will be saved for future battles.
- Comment on any issue you want to contribute on or head over to discussions to get started https://github.com/BrainiaK1911/Lochwynne-University/discussions
- Create a fork
- Commit to your fork with your initial changes
- Submit a work-in-progress pull request to discuss
- Make changes to your pull request as needed
- Once your changes are merged, Celebrate!
Python3 https://www.python.org/downloads/ Numpy PyGame Github Desktop (optional) VSCode (optional)
Pylint
Max Length of line: 80 Indentation: Tab (4 spaces) Spaces: No spaces after last character on line of code Naming: variables should follow "underscore_name"

