18 lines
1.4 KiB
Markdown
18 lines
1.4 KiB
Markdown
|
# 10 Beginner Python Projects - Coding Course
|
||
|
|
||
|
Implementación de proyectos compartidos en:
|
||
|
- [youtube](https://www.youtube.com/watch?v=8ext9G7xspg) / [GitHub](https://github.com/kying18)
|
||
|
|
||
|
## Lista de proyectos
|
||
|
|
||
|
1. [Madlibs](https://gitea.kickto.net/devfzn/Apuntes_Python/src/branch/master/05_diez_proyectos/01-madlibs)
|
||
|
2. [Guess the number](https://gitea.kickto.net/devfzn/Apuntes_Python/src/branch/master/05_diez_proyectos/02-guess_number)
|
||
|
3. [Rock, paper, scissors](https://gitea.kickto.net/devfzn/Apuntes_Python/src/branch/master/05_diez_proyectos/03-rock_paper_scissors)
|
||
|
4. [Hangman](https://gitea.kickto.net/devfzn/Apuntes_Python/src/branch/master/05_diez_proyectos/04-hangman)
|
||
|
5. [Tic-tac-toe](https://gitea.kickto.net/devfzn/Apuntes_Python/src/branch/master/05_diez_proyectos/05-tic_tac_toe)
|
||
|
6. [Binary Search](https://gitea.kickto.net/devfzn/Apuntes_Python/src/branch/master/05_diez_proyectos/06-binary_search)
|
||
|
7. [Minesweeper](https://gitea.kickto.net/devfzn/Apuntes_Python/src/branch/master/05_diez_proyectos/07-minesweeper)
|
||
|
8. [Sodoku solver](https://gitea.kickto.net/devfzn/Apuntes_Python/src/branch/master/05_diez_proyectos/08-sudoku_solver)
|
||
|
9. [Photo Manipulation](https://gitea.kickto.net/devfzn/Apuntes_Python/src/branch/master/05_diez_proyectos/09-photo_manipulation)
|
||
|
10. [Markov chain text composer](https://gitea.kickto.net/devfzn/Apuntes_Python/src/branch/master/05_diez_proyectos/10-markov_chain_text_composer)
|