Skip to content

Ap73MKa/pygameBobby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pygameBobby

CodeFactor

pygameBobby is a simple puzzle game inspired by the Bobby Carrot game. It is written in Python using the pygame. The game was created as a learning project to explore the possibilities of Pygame and develop game applications.

Preview

preview.mp4

Project setup

  1. Install Python 3.10+
  2. Clone project
git clone https://github.com/Ap73MKa/pygameBobby
  1. Create virtual environment
python3 -m venv venv
source venv/bin/activate
  1. Install requirements
pip install --upgrade pip
pip install -r requirements.txt
  1. Run a game
python -m game

License

The ShortyReactClient project is licensed under the MIT License. Feel free to modify and distribute this code as per the terms of the license.