Skip to content

Latest commit

 

History

History
55 lines (30 loc) · 947 Bytes

README.md

File metadata and controls

55 lines (30 loc) · 947 Bytes

Game Development 101

Learning game development using pygame 🐍 🎮

Tech used

  • Python v3
  • Pygame

Games

Snake

Screen.Recording.2024-07-25.at.16.13.55.mov

Pong

Screen.Recording.2024-07-25.at.16.15.18.mov

TicTacToe

Screen.Recording.2024-07-25.at.16.16.25.mov

Breakout

Screen.Recording.2024-07-25.at.16.17.06.mov

Run Locally

Clone the project

  git clone https://github.com/Ibcs16/game-dev-py

Go to the game directory

  cd my-project

Installing pygame

Running a game

  python3 game/main.py