skilldeliver / Pygame

Repository for my Pygame projects with Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alt text

Repository for my Pygame projects with Python

In the past I had unsuccessful attempts to learn programming, I tried with C++ and JavaScript. Fortunately in early 2018 I found Python ๐Ÿ˜. I went through the Codeacademy Python course then I solved many problems and read two books ๐Ÿ“š of Al Sweigart. Later on I started designing and creating my own games with the Pygame module. ๐Ÿ˜Ž

Content

There are 4 games in my Pygame repository. In the first game you control space shuttle ๐Ÿš€ trying not to crash with obstacles. Second one is a replication of the famous scare jump game - The Scary Maze game ๐Ÿ˜‰. Third one it is not game but a tool for drawing ๐ŸŽจ. And the final one is classic snake game ๐Ÿ the snake is (Python) and the food (Other languages).

Here is my own rating for this games:

  1. Mamba - โญ โญ โญ โญ โญ
  2. Shuttle and Obstacles - โญ โญ โญ โญ
  3. Drawing Tool - โญ โญ
  4. Scary Maze Game - โญ

Social Networking

Found cool people in the Pygame facebook group.

Thoughts

The conclusion is that I learned how to use statements, expressions, loops, functions and classes. ๐Ÿ“ˆ

I think Pygame and this type of simple game development ๐ŸŽฎ is excellent for beginners, development of logical thinking, learning the basics of programming ๐Ÿ’ป, etc... But for long term don't get stuck with Pygame. Learn web development or other field, if you still like game development - great, move on Unity for example. In Pygame there is no big community and support, it is not so effective, fucntional and fast, that is why you can't develop, find a job with it or make big profit. ๐Ÿ’ธ

print("Pygame is a simple module great for beginners but at some point if you want to become better you should move on")

About

Repository for my Pygame projects with Python


Languages

Language:Python 100.0%