Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 929 Bytes

README.md

File metadata and controls

49 lines (37 loc) · 929 Bytes

Games

This repo contains a few games that I have made in Python, using the PyGame module.

Features

  • Adventure game
    • Top-down dungeon crawler featuring puzzles instead of enemies
    • Hand-drawn pixel art
  • Clone of Google's dino game
  • 4 in a row/connect 4 clone
  • Jigsaw puzzle
    • All logic implemented myself from scratch
  • Minesweeper clone
  • Rock paper scissors game
    • Play against the computer
    • Hand-drawn pixel art animations
    • Boxing-themed "fights" between choices, complete with animations
  • Code breaker
    • Wordle but with numbers (4-digit)

Run Locally

Clone the project

  git clone https://github.com/LayanJethwa/games

Go to the project directory

  cd games
  cd [GAME YOU WANT TO PLAY]

Install dependencies

  pip install pygame
  pip install thorpy
  pip install pyganim

Run the game

  python -m [GAME YOU WANT TO PLAY].py