Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 872 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 872 Bytes

RoboProject

Advanced PyLadies CZ Course

This course was created primarilly for those who succesfully passed the PyLadies beginner courses and want to continue with Python via "real" project. It should show participants the process of software development from the very basics, and enable them to try it on their own. It is focused on team cooperation, using Python for real tasks, working with Git and GitHub, showing best practices and trying various useful tools.

The assignment of this project is transforming board game RoboRally to computer version so the final result should be working playable computer game.

You can follow the progress on our blog.

Requirements

To succesfully run the project you need to install pyglet library.

python -m pip install pyglet