Skip to content

Tuasco/Pookie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pookie: The Poke-Making Game

Welcome to Pookie, a game about assembling delicious poke bowls for a variety of customers!

Requirements

  • Python 3.13 or newer

Setup & Installation

Follow these steps to get the game running on your local machine.

1. Clone the Repository

First, clone this repository to your local machine using Git:

git clone https://github.com/Tuasco/Pookie
cd Pookie

2. Create and Activate the Virtual Environment

This project uses a virtual environment to manage its dependencies.

  • On Windows:

    # Create the environment
    py -3.13 -m venv .venv
    # Activate it (using PowerShell)
    .\.venv\Scripts\Activate.ps1
  • On macOS / Linux:

    # Create the environment
    python3.13 -m venv .venv
    # Activate it
    source .venv/bin/activate

3. Install Dependencies

Once the environment is activated, you can install all the required packages automatically by running:

pip install -r requirements.txt

How to Play

With the setup complete and the virtual environment still active, launch the main application:

python main_window.py

Enjoy serving your customers!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages