/Python-bits

Little projects such as exercises in Python, and experiments.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Python-bits

Little projects such as exercises in Python, and experiments.

  • ant_colony: a little ant colony simulator.
  • elabora_parole: create a list from a text file, used for extracting the italian words from 1000_parole_italiane_comuni.txt in order to make a future italian hangman game.
  • guess_number: both you or the computer have to guess a numver.
  • hangman: a first implementation of the hangman game in english words are the words where it picks from.
  • login: a little game where you attempt to login into a fake server.
  • madlibs and madlibs2: an implementation of the madlibs game.
  • rock_paper_scissors: the famous game.

There may be more in the future and I may be lazy to update the Readme, sorry :)