CSI-Mario-Sanchez - #4
Open
CSI-Mario-Sanchez wants to merge 81 commits into
Open
Conversation
Module 2 questions answered + Hello World screenshot
ASCII Art Python Script + ASCII Art Screenshot
Updated the print methods to include triple " to have the individual letter methods each use only one print method.
Print changed to one line with \n line breaks and an additional file was added to import the print method into another file.
Made logo file and added logo to hello world file
Answered questions in module 3
CSI-Marcos-Perez
added a commit
to CSI-Marcos-Perez/CSI-Python-2021
that referenced
this pull request
Sep 10, 2021
module 4 questions and exercises answered
Geometric function
added watermark, fixed [i-1] to be [i]
Rock paper scissors
module 5 questions answered
proyecto de proyectiles completado
projectile motion class
added comments to ipsum project
hangman start
letter validation
checkGuess function finalized
steps fixed in hangman game
completed hangman project
base game for hangman completed.
hangman game updated to be more playable
hangman game updated to be more playable + added comments
hangman terminado
First Snake commit: block of code for display + comments
Snake Game second commit: prints the events occurring, adds game over without lose state + comments
Snake Game third commit: removes printing, adds end condition + comments
Snake game fourth commit: draws in a rectangle + comments
Snake fifth commit: snake movement + comments
adds a lose condition
Snake game with food
snake grows when eating food and the food location is randomized. snake dies if it touches itself
snake game final commit: score display + comments
trabajo web scraping
Segundo y Tercer proyecto de web scraping completados.
Finished 4th Web Scraping activity
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Questions for module 1 answered.