We are "Games3," and we were contacted by a company dedicated to creating classic games. They asked us to develop these games in Python, with a view to developing their business in virtual reality.
games_python_Mar/
│
├── README.md
├── .gitignore
│
├── 01_notebooks/
│ ├── game1_hanged_man.ipynb
│ ├── game2_rock_paper_scissors.ipynb
│ └── game3_trivia.ipynb
│
├── 02_resources/
│ ├── final_video_demo.mp4
│ ├── screenshots
│ ├── videos
│ └── trivia.md
│
└── 03_presentation/
├── presentation_guide.md
├── presentation-Games3.pdf
└── slides_link.md
- Phyton 3
- Library: random
- Jupyter notebook
- Clone the repository
- Run the notebook for each game
- Follow the on-screen instructions
- Andreina Teixeira de Franca https://github.com/AndreinaTeixeira
- Esther Domínguez Escudero https://github.com/EstherDE135
- Luciana Belen Yelicich https://github.com/lucianayelicich
- María del Mar Pastor Moreno https://github.com/MarPastor
- Paola Sánchez Arbol https://github.com/PSArb
Completed