Recopilando Informacion Sobre Juegos De Solo Texto

Recopilatorio sobre como programar juegos de solo texto en Python & Java

Desde que empecé a aprender programación queria poner en practica mis conocimientos y comencé a interesarme por hacer un juego , concretamente un juego de solo texto. Hacer un juego de solo texto lo veo como una forma sencilla de poner en practica conocimientos de programación sin complicaciones.

En este post voy a ir plasmando los recursos que ido recopilando.

Stackoverflow:

Haciendo un inventario :

https://stackoverflow.com/questions/8273619/im-making-a-python-text-adventure-need-help-making-an-inventory

https://stackoverflow.com/questions/32486754/i-want-to-make-an-inventory-system-for-my-game-in-python-v-3-4-3

https://stackoverflow.com/questions/44955196/difficulty-with-inventory-and-room-system-in-a-text-based-game

https://stackoverflow.com/questions/45571588/python-3-how-to-remove-items-from-an-inventory-in-a-text-based-game

https://stackoverflow.com/questions/19759646/text-based-adventure-game-inventory-problems-python

https://stackoverflow.com/questions/55197410/item-class-in-text-adventure-game-python

https://stackoverflow.com/questions/49906366/checking-an-inventory-for-a-certain-item-and-returning-true-in-a-python-text-adv

Youtube:

Python Pokemon - Python Class Tutorial for Beginners

[Simple Python Project Text-Based Adventure Game: Time Unraveled](https://www.youtube.com/watch?v=ypNFNr72Xe8)

Advanced Python Text Adventure - Part 1 - Classes (A Level)

Super Simple Text Adventure

Programando un juego RPG en Python - Código Morsa (Español)

Programar en Python es como un juego - Manuel Gonzalez (Español)

Python Text RPG - Bryan Tong (Inglés)

Writing a Text-Based Adventure Game in Python - Doug McNally (Inglés)

Making an Adventure Game in Python - Leon Marsden (Inglés)

Python for Beginners: Episode 4 - Text based game & Zork. - Spix (Inglés)

Choose Your Own Adventure Game in Python (Beginners) - Tech With Tim (Inglés)

Python Text-Based RPG Tutorials - Vincent Gizzarelli (Inglés)

Python Simple Text Adventure - Dave Briccetti (Inglés)

Python Adventure Game - Webucator (Inglés)

Super Simple Text Adventure - Learn to Code GCSE (Inglés)

PROGRAMAR JUEGOS SENCILLOS 🕹️ ► PYTHON [ EPISODIO 1 - Pygame ] (Español)

[Python for Beginner Developers] Adventure game code-along! Absolute basics of coding

Programming a Java Text Aventure

Github:

https://github.com/soapy1/TextAdventure

https://github.com/brandon-rhodes/python-adventure/tree/master/adventure

https://github.com/asweigart/PythonStdioGames

https://github.com/asweigart/textadventuredemo

https://github.com/smcameron/smcamerons-python-adventure - Visto en Reddit

https://github.com/phillipjohnson/text-adventure-tut

https://github.com/iamjawa - El juego Zork en Python

https://github.com/Apress/make-your-own-python-text-adventure - Github del mismo libro Make your own python text adventure

https://github.com/puanyi/make-your-own-python-text-adventure

https://github.com/phillipjohnson/text-adventure-tut

https://github.com/gever/bwx-adventure

https://github.com/Transcriptase/Game

https://github.com/code-newbies/python-thursday-adventure

https://github.com/JosephDelgadillo/python_text_rpg

https://github.com/davesque/go.py

https://github.com/wallacezone/little-dungeon

https://github.com/colebrooke/adventure

https://github.com/adverseengineer/python-text-adventure

https://github.com/shawnantonucci/Python-Text-Adventure

https://github.com/shellyduggal/text_adventure

https://github.com/allanburleson/python-adventure-game

https://github.com/sdevmandujano/Python-Text-Adventure https://github.com/dcbriccetti/python-text-adventure

https://gist.github.com/dougmcnally/06fa0533a893b6e85222bb4f4645940f

https://github.com/tidus747/Tutoriales_juegos_Python

https://github.com/carpedm20/text-based-game-rl-tensorflow

https://github.com/Dogeek/rpg-text

https://github.com/D4rk3l/interactive-text-games-hacktoberfest/blob/master/text-based-adventure/text-based-adventure.py https://github.com/tanishqvyas/TEXT-BASED-POKEMON-NAME-GUESSING-GAME/blob/master/guess.py

https://github.com/becdot/adventures-in-text

https://github.com/vencabot/intro_to_python/tree/master/total_beginner_projects/adventure_example

Otros Links:

https://www.derekshidler.com/how-to-create-a-text-based-adventure-and-quiz-game-in-python/

http://rickadams.org/adventure/e_downloads.html

http://letstalkdata.com/2014/08/how-to-write-a-text-adventure-in-python/

Written on August 22, 2020