mivCalik / python_projects

Some python projects i code in 100-days-code-bootcamp (by Angela Yu) and more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python_projects

Collection of python projects i code in 100-days-code-bootcamp (by Angela Yu) in recent to previous order.

...

U.S. States Game - day 25

I used pandas and turtle modules

Remarks:

  • When you cancel game finishes without an error.
  • Before running code, make sure pandas and turtle packages are installed.

~~~

Turtle Cross - day 23

I used turtle module to create a turtle crossing game.

Rules:

  • Turtle can only move forward
  • Cars' speed increases as level increases

~~~

Pong Game - day 22

I used turtle module to code the legendary arcade game PONG.

RULES:

  • Right control: Up and Down keys
  • Left control: "w" and "s" keys (both lowercase)
  • with each bounce, ball's speed increase
  • game ends when a player reach 5 (can be change in ehile loop in the main.py)

~~~

Snake Game - day 20-21

I used turtle graphics to code the legendary SNAKE GAME.

RULES:

  • if you crash into snakes, game over
  • if you crash to the boundaries, game over

~~~

Rainbow Turtle Race - day 19

I used turtle graphics to create rainbow-color turtles and put them on a randomized pace race.

~~~

Hirst's Dots & Spirograf - day 18

Using colorgram.py and turtle packages, made colorful circles and a similar of Hirst's famous dot paintings.

~~~

Blackjack - day 11

Blackjack with infinite deck.

About

Some python projects i code in 100-days-code-bootcamp (by Angela Yu) and more


Languages

Language:Python 100.0%